/* line 5, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby26-x64/lib/ruby/gems/2.6.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/base/_common.scss */
html,
body {
  width: 100%;
  min-height: 100%;
  background-color: #F7F9FF;
}

/* line 8, ../sass/base/_common.scss */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../sass/base/_common.scss */
img,
media {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* line 21, ../sass/base/_common.scss */
a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  outline: none;
}

/* line 29, ../sass/base/_common.scss */
strong,
b {
  font-weight: bold;
}

/* line 34, ../sass/base/_common.scss */
em,
i {
  font-style: italic;
}

/* line 39, ../sass/base/_common.scss */
input,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 44, ../sass/base/_common.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 50, ../sass/base/_common.scss */
.row {
  /*  margin-right: -15px;
    margin-left: -15px;*/
  line-height: 20px;
  width: 100%;
}

/* line 56, ../sass/base/_common.scss */
.col-1 {
  width: 15%;
}

/* line 59, ../sass/base/_common.scss */
.col-2 {
  width: 16.5%;
}

/* line 62, ../sass/base/_common.scss */
.col-3 {
  width: 25%;
}

/* line 65, ../sass/base/_common.scss */
.col-4 {
  width: 33%;
}

/* line 68, ../sass/base/_common.scss */
.col-5 {
  width: 41.6%;
}

/* line 71, ../sass/base/_common.scss */
.col-6 {
  width: 50%;
}

/* line 74, ../sass/base/_common.scss */
.col-7 {
  width: 58%;
}

/* line 77, ../sass/base/_common.scss */
.col-8 {
  width: 66.66%;
}

/* line 80, ../sass/base/_common.scss */
.col-9 {
  width: 75%;
}

/* line 83, ../sass/base/_common.scss */
.col-10 {
  width: 83.3%;
}

/* line 86, ../sass/base/_common.scss */
.col-11 {
  width: 91.6%;
}

/* line 90, ../sass/base/_common.scss */
.col-12 {
  width: 100%;
}

@media (min-width: 520px) {
  /* line 95, ../sass/base/_common.scss */
  .col-sm-2 {
    width: 16.5%;
  }

  /* line 98, ../sass/base/_common.scss */
  .col-sm-3 {
    width: 25%;
  }

  /* line 101, ../sass/base/_common.scss */
  .col-sm-4 {
    width: 33.33333333%;
  }

  /* line 104, ../sass/base/_common.scss */
  .col-sm-6 {
    width: 50%;
  }

  /* line 108, ../sass/base/_common.scss */
  .col-sm-8 {
    width: 66%;
  }

  /* line 111, ../sass/base/_common.scss */
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  /* line 117, ../sass/base/_common.scss */
  .col-md-1 {
    width: 10%;
  }

  /* line 120, ../sass/base/_common.scss */
  .col-md-2 {
    width: 16.5%;
  }

  /* line 123, ../sass/base/_common.scss */
  .col-md-3 {
    width: 25%;
  }

  /* line 126, ../sass/base/_common.scss */
  .col-md-4 {
    width: 33.33333333%;
  }

  /* line 129, ../sass/base/_common.scss */
  .col-md-5 {
    width: 41.66%;
  }

  /* line 132, ../sass/base/_common.scss */
  .col-md-6 {
    width: 50%;
  }

  /* line 136, ../sass/base/_common.scss */
  .col-md-8 {
    width: 66%;
  }

  /* line 139, ../sass/base/_common.scss */
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 990px) {
  /* line 145, ../sass/base/_common.scss */
  .col-mid-1 {
    width: 10%;
  }

  /* line 148, ../sass/base/_common.scss */
  .col-mid-2 {
    width: 16.5%;
  }

  /* line 151, ../sass/base/_common.scss */
  .col-mid-3 {
    width: 25%;
  }

  /* line 154, ../sass/base/_common.scss */
  .col-mid-4 {
    width: 33.33333333%;
  }

  /* line 157, ../sass/base/_common.scss */
  .col-mid-5 {
    width: 41.66%;
  }

  /* line 160, ../sass/base/_common.scss */
  .col-mid-6 {
    width: 50%;
  }

  /* line 164, ../sass/base/_common.scss */
  .col-mid-8 {
    width: 66%;
  }

  /* line 167, ../sass/base/_common.scss */
  .col-mid-12 {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  /* line 173, ../sass/base/_common.scss */
  .col-lg-2 {
    width: 16.5%;
  }

  /* line 176, ../sass/base/_common.scss */
  .col-lg-3 {
    width: 25%;
  }

  /* line 179, ../sass/base/_common.scss */
  .col-lg-4 {
    width: 33.33333333%;
  }

  /* line 183, ../sass/base/_common.scss */
  .col-lg-6 {
    width: 50%;
  }

  /* line 187, ../sass/base/_common.scss */
  .col-lg-8 {
    width: 66%;
  }

  /* line 190, ../sass/base/_common.scss */
  .col-lg-12 {
    width: 100%;
  }
}
/* line 195, ../sass/base/_common.scss */
.col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-md-2, .col-md-3, .col-md-4, .col-md-6, .col-md-8, .col-md-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12 {
  float: left;
}

/* line 199, ../sass/base/_common.scss */
a.see_more {
  font-size: 15px;
  padding: 7px 20px;
  border-radius: 15px;
  background-color: rgba(93, 94, 96, 0.8);
  color: floralwhite;
  text-transform: uppercase;
  padding: 6px 23px 6px 23px;
  font-weight: 400;
  font-size: 13px;
}

/* line 211, ../sass/base/_common.scss */
.text-center {
  text-align: center;
}

/* line 215, ../sass/base/_common.scss */
.rozbudwy-renowacje, .tereny-zielone, .inwestycje, .budynki-biurowe, .budynki-mieszkalne, .miejsca-publiczne {
  background-repeat: no-repeat;
  background-position: center center;
}

/* line 220, ../sass/base/_common.scss */
.rozbudwy-renowacje {
  background-image: url("../images/rozbudowy-renowacje.svg");
}

/* line 224, ../sass/base/_common.scss */
.tereny-zielone {
  background-image: url("../images/tereny-zielone.svg");
}

/* line 228, ../sass/base/_common.scss */
.inwestycje {
  background-image: url("../images/inwestycje.svg");
}

/* line 232, ../sass/base/_common.scss */
.budynki-biurowe {
  background-image: url("../images/budynki-biurowe.svg");
}

/* line 236, ../sass/base/_common.scss */
.budynki-mieszkalne {
  background-image: url("../images/budynki-mieszkalne.svg");
}

/* line 240, ../sass/base/_common.scss */
.miejsca-publiczne {
  background-image: url("../images/miejsca-publiczne.svg");
}

/* line 244, ../sass/base/_common.scss */
.view a img {
  opacity: 1;
  transition: all 300ms ease;
}
/* line 247, ../sass/base/_common.scss */
.view a img:hover {
  opacity: .7;
}

/* line 253, ../sass/base/_common.scss */
.tab a:hover {
  color: #111111;
}

/* line 257, ../sass/base/_common.scss */
.tab.active a {
  color: #111111;
}

/* line 1, ../sass/typography.scss */
body, .typography {
  font-size: 13px;
  line-height: 1.5em;
  color: #000;
  font-family: prenton, Arial, Helvetica, sans-serif;
}

/* line 6, ../sass/components/_hamburger.scss */
header .hamburger {
  /* active state, i.e. menu open */
}
/* line 7, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 50px;
  height: 50px;
  font-size: 0;
  text-indent: -9999px;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
/* line 26, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger:focus {
  outline: none;
}
/* line 29, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger span {
  display: block;
  position: absolute;
  top: 22.9px;
  left: 9.4px;
  right: 9.4px;
  height: 3px;
  background: #BABBBC;
}
/* line 40, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger span::before,
header .hamburger .c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #BABBBC;
  content: "";
}
/* line 52, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger span::before {
  top: 10.4px;
}
/* line 56, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger span::after {
  bottom: 10.4px;
}
/* line 59, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx {
  background-color: transparent;
}
/* line 63, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx span {
  transition: background 0s 0.3s;
}
/* line 67, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx span::before,
header .hamburger .c-hamburger--htx span::after {
  transition-duration: 0.3s, 0.3s;
  transition-delay: 0.3s, 0s;
}
/* line 73, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx span::before {
  transition-property: top, transform;
}
/* line 77, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx span::after {
  transition-property: bottom, transform;
}
/* line 82, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx.is-active {
  background-color: transparent;
}
/* line 86, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx.is-active span {
  background: none;
}
/* line 90, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx.is-active span::before {
  top: 0;
  transform: rotate(45deg);
}
/* line 95, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx.is-active span::after {
  bottom: 0;
  transform: rotate(-45deg);
}
/* line 100, ../sass/components/_hamburger.scss */
header .hamburger .c-hamburger--htx.is-active span::before,
header .hamburger .c-hamburger--htx.is-active span::after {
  transition-delay: 0s, 0.3s;
}

/* line 4, ../sass/components/_header.scss */
header {
  height: 80px;
  width: 100%;
  background-color: rgba(101, 102, 104, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
@media only screen and (max-width: 768px) {
  /* line 12, ../sass/components/_header.scss */
  header .logo-container {
    width: 50%;
  }
}
/* line 16, ../sass/components/_header.scss */
header .logo-container #logo {
  display: block;
  float: left;
  height: 80px;
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  /* line 16, ../sass/components/_header.scss */
  header .logo-container #logo {
    margin-left: 0;
  }
}
/* line 24, ../sass/components/_header.scss */
header .logo-container #logo a {
  line-height: 80px;
}
/* line 26, ../sass/components/_header.scss */
header .logo-container #logo a img {
  display: inline-block;
  max-height: 40px;
  vertical-align: middle;
}
/* line 34, ../sass/components/_header.scss */
header .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  line-height: 80px;
  margin-right: 20px;
}
@media only screen and (min-width: 1280px) {
  /* line 34, ../sass/components/_header.scss */
  header .hamburger {
    display: none;
  }
}

/* line 3, ../sass/components/_footer.scss */
footer {
  background-color: #3d3d3d;
  min-height: 80px;
  display: block;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 8, ../sass/components/_footer.scss */
  footer .logo-container {
    width: 100%;
    text-align: center;
    margin-top: 15px;
  }
}
/* line 14, ../sass/components/_footer.scss */
footer .logo-container #logo {
  display: inline-block;
  height: 80px;
  margin-left: 20px;
}
@media only screen and (max-width: 480px) {
  /* line 14, ../sass/components/_footer.scss */
  footer .logo-container #logo {
    margin-left: 0;
  }
}
/* line 21, ../sass/components/_footer.scss */
footer .logo-container #logo a {
  line-height: 80px;
}
/* line 23, ../sass/components/_footer.scss */
footer .logo-container #logo a img {
  display: inline-block;
  max-height: 40px;
  vertical-align: middle;
}
/* line 31, ../sass/components/_footer.scss */
footer .address-wrapper, footer .social-media-wrapper {
  min-height: 80px;
  line-height: 80px;
}
@media only screen and (max-width: 767px) {
  /* line 31, ../sass/components/_footer.scss */
  footer .address-wrapper, footer .social-media-wrapper {
    min-height: initial;
    line-height: 50px;
  }
}
@media only screen and (min-width: 767px) {
  /* line 39, ../sass/components/_footer.scss */
  footer .address-wrapper {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 930px) {
  /* line 39, ../sass/components/_footer.scss */
  footer .address-wrapper {
    width: 20%;
  }
}
/* line 46, ../sass/components/_footer.scss */
footer .address-wrapper .address-inner-wrapper {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  color: #949494;
}
@media only screen and (min-width: 930px) {
  /* line 46, ../sass/components/_footer.scss */
  footer .address-wrapper .address-inner-wrapper {
    padding-left: 20px;
  }
}
/* line 55, ../sass/components/_footer.scss */
footer .address-wrapper .address-inner-wrapper a:hover {
  color: #6e6e6e;
}
@media only screen and (max-width: 767px) {
  /* line 61, ../sass/components/_footer.scss */
  footer .address-wrapper.left-address {
    padding-right: 30px;
    margin-bottom: 15px;
  }
  /* line 65, ../sass/components/_footer.scss */
  footer .address-wrapper.left-address h4 {
    text-align: left;
  }
  /* line 69, ../sass/components/_footer.scss */
  footer .address-wrapper.right-address {
    padding-left: 30px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 480px) {
  /* line 75, ../sass/components/_footer.scss */
  footer .address-wrapper.left-address {
    padding-right: 5px;
    font-size: 12px;
  }
  /* line 79, ../sass/components/_footer.scss */
  footer .address-wrapper.right-address {
    padding-left: 5px;
    font-size: 12px;
  }
}
/* line 86, ../sass/components/_footer.scss */
footer .social-media-wrapper {
  text-align: right;
  display: inline-block;
  float: none;
}
@media only screen and (min-width: 767px) and (max-width: 930px) {
  /* line 86, ../sass/components/_footer.scss */
  footer .social-media-wrapper {
    display: block;
    text-align: center;
    width: 100%;
  }
}
/* line 95, ../sass/components/_footer.scss */
footer .social-media-wrapper div.login-button-wrapper {
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  /* line 95, ../sass/components/_footer.scss */
  footer .social-media-wrapper div.login-button-wrapper {
    width: auto;
    float: initial;
    text-align: initial;
  }
}
@media only screen and (max-width: 767px) {
  /* line 95, ../sass/components/_footer.scss */
  footer .social-media-wrapper div.login-button-wrapper {
    margin-bottom: 15px;
  }
}
/* line 106, ../sass/components/_footer.scss */
footer .social-media-wrapper div.login-button-wrapper a.see_more {
  background-color: transparent;
  border: 1px solid #949494;
  transition: .3s all;
  cursor: pointer;
}
/* line 111, ../sass/components/_footer.scss */
footer .social-media-wrapper div.login-button-wrapper a.see_more:hover {
  background-color: floralwhite;
  color: #3d3d3d;
  border: 1px solid #3d3d3d;
}
/* line 118, ../sass/components/_footer.scss */
footer .social-media-wrapper div.social-icons-wrapper {
  display: inline-block;
  text-align: center;
}
@media only screen and (min-width: 767px) {
  /* line 118, ../sass/components/_footer.scss */
  footer .social-media-wrapper div.social-icons-wrapper {
    width: auto;
    float: initial;
    text-align: initial;
    margin: 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 118, ../sass/components/_footer.scss */
  footer .social-media-wrapper div.social-icons-wrapper {
    margin-bottom: 15px;
  }
}
/* line 130, ../sass/components/_footer.scss */
footer .social-media-wrapper div.social-icons-wrapper a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
}
/* line 134, ../sass/components/_footer.scss */
footer .social-media-wrapper div.social-icons-wrapper a img {
  height: 100%;
  width: auto;
  display: inline-block;
  float: initial;
}

/* line 1, ../sass/components/_navigation.scss */
.main-menu {
  position: relative;
  z-index: 9;
  float: right;
}
/* line 5, ../sass/components/_navigation.scss */
.main-menu div#header_menu {
  width: 100%;
  height: 80px;
  line-height: 80px;
  text-align: center;
  background-color: rgba(101, 102, 104, 0.8);
}
@media only screen and (max-width: 767px) {
  /* line 5, ../sass/components/_navigation.scss */
  .main-menu div#header_menu {
    display: none;
  }
}
/* line 14, ../sass/components/_navigation.scss */
.main-menu div#header_menu img {
  display: inline-block;
  max-height: 40px;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  /* line 14, ../sass/components/_navigation.scss */
  .main-menu div#header_menu img {
    display: none;
  }
}
/* line 23, ../sass/components/_navigation.scss */
.main-menu a#close_in {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 36px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  /* line 23, ../sass/components/_navigation.scss */
  .main-menu a#close_in {
    display: none;
  }
}
@media only screen and (max-width: 1279px) {
  /* line 1, ../sass/components/_navigation.scss */
  .main-menu {
    overflow: auto;
    left: -100%;
    bottom: 0;
    position: fixed;
    width: 55%;
    height: 100%;
    opacity: 0;
    background: #efefef;
    transition: left 0.8s, opacity 0.5s;
    z-index: 100;
  }
}
@media only screen and (max-width: 767px) {
  /* line 1, ../sass/components/_navigation.scss */
  .main-menu {
    width: calc(100% - 90px);
  }
}
@media only screen and (min-width: 1280px) {
  /* line 1, ../sass/components/_navigation.scss */
  .main-menu {
    width: auto;
    margin-right: 50px;
  }
  /* line 52, ../sass/components/_navigation.scss */
  .main-menu div#header_menu {
    display: none;
  }
}
@media only screen and (min-width: 481px) {
  /* line 58, ../sass/components/_navigation.scss */
  .main-menu a#close_in {
    display: none;
  }
}
/* line 62, ../sass/components/_navigation.scss */
.main-menu.show {
  left: 0;
  opacity: 1;
}
/* line 66, ../sass/components/_navigation.scss */
.main-menu ul, .main-menu ul li, .main-menu ul li a {
  position: relative;
  margin-bottom: 0;
  margin: 0;
  padding: 0;
  font-weight: 400;
  font-size: 16px;
}
/* line 74, ../sass/components/_navigation.scss */
.main-menu ul {
  display: inline-block;
}
@media only screen and (max-width: 1279px) {
  /* line 74, ../sass/components/_navigation.scss */
  .main-menu ul {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 80, ../sass/components/_navigation.scss */
  .main-menu ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1280px) {
  /* line 86, ../sass/components/_navigation.scss */
  .main-menu ul li.current a {
    color: #b1b2b4;
  }
  /* line 88, ../sass/components/_navigation.scss */
  .main-menu ul li.current a:after {
    content: "";
    display: block;
    width: 80%;
    height: 2px;
    position: absolute;
    bottom: 20px;
    left: 10%;
    background-color: #b1b2b4;
  }
}
/* line 102, ../sass/components/_navigation.scss */
.main-menu > ul > li > a {
  color: black;
  padding: 25px 20px 25px 20px;
  text-transform: uppercase;
}
@media only screen and (max-width: 1279px) {
  /* line 102, ../sass/components/_navigation.scss */
  .main-menu > ul > li > a {
    padding: 15px 20px 15px 20px;
  }
}
/* line 110, ../sass/components/_navigation.scss */
.main-menu ul li a {
  display: block;
  line-height: 30px;
  color: floralwhite;
  transition: .3s color;
}
@media only screen and (max-width: 1279px) {
  /* line 110, ../sass/components/_navigation.scss */
  .main-menu ul li a {
    color: #5a5b5d;
    border-bottom: 1px solid #ded7d7;
  }
}
/* line 119, ../sass/components/_navigation.scss */
.main-menu ul li a:hover {
  color: #b1b2b4;
}
/* line 123, ../sass/components/_navigation.scss */
.main-menu div.language {
  border: 1px solid floralwhite;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
/* line 126, ../sass/components/_navigation.scss */
.main-menu div.language a {
  display: inline-block;
  line-height: 15px;
  margin-bottom: -5px;
  padding: 7px 9px 7px 12px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
}
/* line 133, ../sass/components/_navigation.scss */
.main-menu div.language a.active {
  background-color: #7a7b7f;
}
/* line 138, ../sass/components/_navigation.scss */
.main-menu .lang {
  display: inline-block;
  border: 1px solid #b1b2b4;
  margin-left: 20px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (max-width: 1279px) {
  /* line 138, ../sass/components/_navigation.scss */
  .main-menu .lang {
    width: 100%;
    margin-left: 0;
    border: 0 none;
  }
}
/* line 149, ../sass/components/_navigation.scss */
.main-menu .lang span {
  background: #b1b2b4;
  color: floralwhite;
  padding: 4px;
  display: inline-block;
  width: 35px;
  text-align: center;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
@media only screen and (max-width: 1279px) {
  /* line 149, ../sass/components/_navigation.scss */
  .main-menu .lang span {
    display: none;
  }
}
/* line 162, ../sass/components/_navigation.scss */
.main-menu .lang a {
  color: #b1b2b4;
  padding: 4px;
  display: inline-block;
  width: 35px;
  text-align: center;
}
/* line 169, ../sass/components/_navigation.scss */
.main-menu .lang a:hover {
  color: floralwhite;
}
@media only screen and (max-width: 1279px) {
  /* line 162, ../sass/components/_navigation.scss */
  .main-menu .lang a {
    color: #5a5b5d;
    border-bottom: 1px solid #ded7d7;
    width: 100%;
    font-size: 16px;
    text-align: left;
    line-height: 30px;
    padding: 15px 20px 15px 20px;
  }
  /* line 182, ../sass/components/_navigation.scss */
  .main-menu .lang a:hover {
    color: #5a5b5d;
  }
}

/* line 4, ../sass/components/_hommeBanner.scss */
section.homme-banner {
  width: 100%;
  min-height: 150px;
  overflow: hidden;
  position: relative;
  height: 85vh;
}
@media (min-width: 769px) {
  /* line 4, ../sass/components/_hommeBanner.scss */
  section.homme-banner {
    height: 100vh;
  }
}
/* line 13, ../sass/components/_hommeBanner.scss */
section.homme-banner .container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 18, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.slides,
section.homme-banner ul.texts {
  -moz-transition: -moz-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 1s cubic-bezier(0.2, 1, 0.3, 1);
  white-space: nowrap;
  min-width: 100%;
  height: 100%;
  display: block;
  transform-style: flat;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  position: relative;
  z-index: 9;
}
/* line 30, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.slides li,
section.homme-banner ul.texts li {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 8;
}
/* line 41, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.slides li .wrapper,
section.homme-banner ul.texts li .wrapper {
  height: 100%;
  width: 100%;
}
/* line 44, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.slides li .wrapper .inner,
section.homme-banner ul.texts li .wrapper .inner {
  display: inline-block;
  width: 100%;
}
/* line 50, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.slides video,
section.homme-banner ul.texts video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* line 57, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts {
  min-width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 64, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts li {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  -moz-transition: opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition: opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.2, 1, 0.3, 1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  z-index: 13;
}
/* line 74, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts li .wrapper {
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
}
/* line 78, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts li .wrapper .inner {
  position: absolute;
  top: 55%;
  display: block !important;
  width: 100%;
  z-index: 13;
  text-align: center;
  color: floralwhite;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* line 88, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts li .wrapper .inner h1 {
  display: inline-block;
  font-size: 55px;
  line-height: 52px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 35px;
}
@media (max-width: 590px) {
  /* line 88, ../sass/components/_hommeBanner.scss */
  section.homme-banner ul.texts li .wrapper .inner h1 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
/* line 101, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts li .wrapper .inner p.content {
  font-size: 30px;
  line-height: 28px;
  margin-bottom: 35px;
  font-weight: 300;
}
@media (max-width: 590px) {
  /* line 101, ../sass/components/_hommeBanner.scss */
  section.homme-banner ul.texts li .wrapper .inner p.content {
    font-size: 21px;
    margin-bottom: 25px;
    line-height: 20px;
  }
}
/* line 112, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts li .wrapper .inner a.see_more {
  text-transform: uppercase;
  font-weight: 400;
  padding: 6px 18px 6px 18px;
  font-size: 14px;
  transition: 0.6s all;
}
@media (max-width: 590px) {
  /* line 112, ../sass/components/_hommeBanner.scss */
  section.homme-banner ul.texts li .wrapper .inner a.see_more {
    font-size: 10px;
  }
}
/* line 121, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts li .wrapper .inner a.see_more:hover {
  background-color: transparent;
  border: 1px solid floralwhite;
}
/* line 129, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts li.selected {
  z-index: 14;
  -moz-transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0.3s;
  -o-transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0.3s;
  -webkit-transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition-delay: 0.3s;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.3, 1) 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 133, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.texts li.selected .inner {
  z-index: 14;
}
/* line 139, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.dots {
  width: 100%;
  margin-right: 30px;
  z-index: 50;
  position: absolute;
  top: 88%;
  text-align: center;
}
@media (min-width: 992px) {
  /* line 139, ../sass/components/_hommeBanner.scss */
  section.homme-banner ul.dots {
    width: 30px;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/* line 152, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.dots li {
  display: inline-block;
  cursor: pointer;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  line-height: 20px;
  margin: 8px 3px;
}
/* line 160, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.dots li .control-description {
  display: none;
}
/* line 163, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.dots li .control-circle {
  background-color: rgba(79, 80, 82, 0);
  border: 2px solid #4f5052;
  height: 14px;
  width: 14px;
  display: inline-block;
  margin: 0 10px 0 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: bottom;
}
@media (min-width: 768px) {
  /* line 163, ../sass/components/_hommeBanner.scss */
  section.homme-banner ul.dots li .control-circle {
    border: 1px solid #4f5052;
  }
}
/* line 178, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.dots li.selected {
  				/*        .control-description{
            position: absolute;
            white-space: nowrap;
            margin-top: -2px;
            @include transform(translateX(-105%));
            color: floralwhite;
            background-color: rgba(79, 80, 82, 1);
            font-size: 12px;
            text-transform: uppercase;
            padding: 4px 10px;
            border-radius: 7px;
            display: inline-block;
            @media (max-width: 991px) {
              display: none;
            }
            &:after{
              content: "";
              position: absolute;
              top: 5px;
              right: -4px;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 10px  10px  10px;
              border-color: transparent rgba(79, 80, 82, 1) transparent transparent;
              line-height: 0px;
              @include transform(rotate(45deg));
            }
          }*/
}
/* line 179, ../sass/components/_hommeBanner.scss */
section.homme-banner ul.dots li.selected .control-circle {
  background-color: #4f5052;
}
@media (min-width: 768px) {
  /* line 179, ../sass/components/_hommeBanner.scss */
  section.homme-banner ul.dots li.selected .control-circle {
    background-color: #4f5052;
  }
}

@-moz-keyframes spin {
  50% {
    -moz-transform: rotate(90deg);
  }
}
@-webkit-keyframes spin {
  50% {
    -webkit-transform: rotate(90deg);
  }
}
@keyframes spin {
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* line 5, ../sass/components/_preloader.scss */
#preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10000;
  background: rgba(255, 255, 255, 0.9);
}
/* line 15, ../sass/components/_preloader.scss */
#preloader .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 21, ../sass/components/_preloader.scss */
#preloader .container img {
  -moz-animation: spin 1.5s linear infinite;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

/* line 28, ../sass/components/_preloader.scss */
body.loading #preloader {
  display: block;
}

/* line 5, ../sass/pages/_homepage.scss */
body.HomePage section.about-us {
  text-align: center;
  width: 100%;
  margin-bottom: 60px;
  color: #5d5d5d;
}
/* line 10, ../sass/pages/_homepage.scss */
body.HomePage section.about-us h1 {
  text-align: center;
  font-size: 35px;
  line-height: 35px;
  margin: 50px 0 30px 0;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  /* line 10, ../sass/pages/_homepage.scss */
  body.HomePage section.about-us h1 {
    font-size: 27px;
    line-height: 30px;
  }
}
/* line 21, ../sass/pages/_homepage.scss */
body.HomePage section.about-us p {
  display: inline-block;
  max-width: 58%;
  max-width: 580px;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 0 6px;
  line-height: 23px;
}
@media only screen and (max-width: 768px) {
  /* line 21, ../sass/pages/_homepage.scss */
  body.HomePage section.about-us p {
    max-width: 80%;
  }
}
/* line 33, ../sass/pages/_homepage.scss */
body.HomePage section.about-us a.see_more {
  transition: .3s all;
}
/* line 35, ../sass/pages/_homepage.scss */
body.HomePage section.about-us a.see_more:hover {
  background: #f7f9ff;
  color: #7b7d7f;
  border: 1px solid #7b7d7f;
}
/* line 41, ../sass/pages/_homepage.scss */
body.HomePage section.about-us div.certificates-wrapper {
  width: 44%;
  max-width: 480px;
  display: inline-block;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 41, ../sass/pages/_homepage.scss */
  body.HomePage section.about-us div.certificates-wrapper {
    width: 90%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 49, ../sass/pages/_homepage.scss */
  body.HomePage section.about-us div.certificates-wrapper .certificates-element {
    margin-bottom: 20px;
  }
}
/* line 53, ../sass/pages/_homepage.scss */
body.HomePage section.about-us div.certificates-wrapper .certificates-element div.certificate-image-wrapper {
  width: 100%;
  height: 120px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  filter: none;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  transition: all 300ms ease;
}
/* line 66, ../sass/pages/_homepage.scss */
body.HomePage section.about-us div.certificates-wrapper .certificates-element div.certificate-image-wrapper:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
}
/* line 76, ../sass/pages/_homepage.scss */
body.HomePage section.partners {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  min-height: 120px;
}
/* line 81, ../sass/pages/_homepage.scss */
body.HomePage section.partners div.partners-scroll-wrapper {
  width: 100%;
  min-height: 200px;
}
@media only screen and (max-width: 991px) {
  /* line 81, ../sass/pages/_homepage.scss */
  body.HomePage section.partners div.partners-scroll-wrapper {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 991px) {
  /* line 87, ../sass/pages/_homepage.scss */
  body.HomePage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper {
    width: 1500px;
    margin-left: -20px;
  }
}
/* line 92, ../sass/pages/_homepage.scss */
body.HomePage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper div.partner-element {
  display: inline-block;
  padding: 15px 45px;
  filter: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 300ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* line 92, ../sass/pages/_homepage.scss */
  body.HomePage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper div.partner-element {
    padding: 20px 60px;
  }
}
@media only screen and (max-width: 767px) {
  /* line 92, ../sass/pages/_homepage.scss */
  body.HomePage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper div.partner-element {
    padding: 20px;
  }
}
/* line 104, ../sass/pages/_homepage.scss */
body.HomePage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper div.partner-element div.partner-logo-image {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/* line 112, ../sass/pages/_homepage.scss */
body.HomePage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper div.partner-element:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 122, ../sass/pages/_homepage.scss */
body.HomePage section.video div.video-content {
  display: table;
  width: 100%;
  height: 500px;
}
/* line 126, ../sass/pages/_homepage.scss */
body.HomePage section.video div.video-content div.inner {
  display: table-cell;
  padding: 0 10%;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 24px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}
/* line 134, ../sass/pages/_homepage.scss */
body.HomePage section.video div.video-content div.inner h3 {
  font-size: 48px;
  color: floralwhite;
  margin-bottom: 30px;
  text-transform: uppercase;
  line-height: 52px;
}
@media only screen and (max-width: 480px) {
  /* line 134, ../sass/pages/_homepage.scss */
  body.HomePage section.video div.video-content div.inner h3 {
    font-size: 32px;
  }
}
/* line 144, ../sass/pages/_homepage.scss */
body.HomePage section.video div.video-content div.inner .description {
  padding-bottom: 25px;
}
/* line 147, ../sass/pages/_homepage.scss */
body.HomePage section.video div.video-content div.inner .description p {
  display: inline-block;
  width: 58%;
  max-width: 580px;
  font-size: 15px;
  margin-bottom: 30px;
  padding: 0 6px;
  line-height: 23px;
}
/* line 157, ../sass/pages/_homepage.scss */
body.HomePage section.video div.video-content div.inner a {
  text-transform: uppercase;
  font-size: 14px;
  background: transparent;
  border: 1px solid floralwhite;
  position: relative;
  padding: 8px 30px 8px 30px;
  font-weight: 400;
  display: block;
  max-width: 330px;
  margin: 0 auto 20px;
}
/* line 168, ../sass/pages/_homepage.scss */
body.HomePage section.video div.video-content div.inner a:hover {
  color: #ffe9bd;
}
/* line 172, ../sass/pages/_homepage.scss */
body.HomePage section.video div.video-content div.inner img {
  display: inline-block;
  height: 17px;
  vertical-align: bottom;
}
/* line 182, ../sass/pages/_homepage.scss */
body.HomePage section.buildings {
  background-color: #656565;
  text-align: center;
  width: 100%;
  padding: 50px 0;
}
/* line 187, ../sass/pages/_homepage.scss */
body.HomePage section.buildings h1.buildings-title {
  font-size: 35px;
  line-height: 35px;
  margin: 45px 0 30px 0;
  text-transform: uppercase;
  color: floralwhite;
  font-weight: 400;
}
/* line 195, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper {
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  margin-bottom: 45px;
}
/* line 201, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper div.building-element {
  padding: 0 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
  /* ikony **/
  /* ikony **/
}
/* line 208, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper div.building-element svg * {
  fill: none;
  stroke: white;
}
/* line 212, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper div.building-element dl {
  text-align: center;
}
/* line 215, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper div.building-element dl dt,
body.HomePage section.buildings div.buildings-wrapper div.building-element dl dd {
  margin: 0;
}
/* line 219, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper div.building-element dl div {
  display: inline-block;
  vertical-align: top;
}
/* line 223, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper div.building-element dl svg {
  max-width: 150px;
  width: 100%;
  height: auto;
  stroke-width: 0.9;
}
/* line 231, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper div.building-element div.building-image-wrapper {
  height: 100px;
  width: 100%;
}
/* line 235, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper div.building-element h1 {
  text-align: center;
  font-size: 11px;
  margin: 5px 0 20px 0;
  font-weight: 500;
  text-transform: uppercase;
  color: floralwhite;
}
/* line 243, ../sass/pages/_homepage.scss */
body.HomePage section.buildings div.buildings-wrapper div.building-element p {
  font-size: 11px;
  color: floralwhite;
  font-weight: 300;
}
/* line 250, ../sass/pages/_homepage.scss */
body.HomePage section.buildings a.see_more {
  border: 1px solid floralwhite;
  background-color: #656565;
  margin: 0 15px;
  font-weight: 400;
}
/* line 255, ../sass/pages/_homepage.scss */
body.HomePage section.buildings a.see_more.left-button {
  background-color: floralwhite;
  color: #656565;
}
/* line 258, ../sass/pages/_homepage.scss */
body.HomePage section.buildings a.see_more.left-button:hover {
  background-color: #656565;
  color: floralwhite;
}
/* line 264, ../sass/pages/_homepage.scss */
body.HomePage section.buildings a.see_more.right-button:hover {
  background-color: floralwhite;
  color: #656565;
}
@media only screen and (max-width: 767px) {
  /* line 250, ../sass/pages/_homepage.scss */
  body.HomePage section.buildings a.see_more {
    display: block;
    width: 65%;
    margin: 15px auto 30px auto;
  }
}
/* line 277, ../sass/pages/_homepage.scss */
body.HomePage section.map-wrapper {
  position: relative;
}
/* line 280, ../sass/pages/_homepage.scss */
body.HomePage section.map-wrapper h1.map-title {
  font-size: 35px;
  line-height: 35px;
  margin: 45px 0 30px 0;
  text-transform: uppercase;
  color: floralwhite;
  font-weight: 400;
  margin: 20px 0;
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 9999;
  text-align: center;
  width: 100%;
  pointer-events: none;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 299, ../sass/pages/_homepage.scss */
body.HomePage #videoPop {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10001;
  display: none;
  background: rgba(0, 0, 0, 0.65);
}
/* line 309, ../sass/pages/_homepage.scss */
body.HomePage #videoPop #popupclose {
  position: fixed;
  top: 3px;
  right: 3px;
  cursor: pointer;
  z-index: 10;
}
/* line 316, ../sass/pages/_homepage.scss */
body.HomePage #videoPop #popupclose svg {
  background: rgba(255, 255, 255, 0.8);
  padding: 4px;
}
/* line 322, ../sass/pages/_homepage.scss */
body.HomePage #videoPop .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 1, ../sass/pages/_offerpage.scss */
body.OfferPage {
  background-color: #656565;
}
/* line 3, ../sass/pages/_offerpage.scss */
body.OfferPage section.main-banner {
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 65vh;
  width: 100%;
  text-align: center;
}
/* line 10, ../sass/pages/_offerpage.scss */
body.OfferPage section.main-banner div.text-wrapper {
  height: 100%;
  line-height: 65vh;
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
}
/* line 16, ../sass/pages/_offerpage.scss */
body.OfferPage section.main-banner div.text-wrapper div.text-inner-wrapper {
  width: 100%;
  display: inline-block;
}
/* line 19, ../sass/pages/_offerpage.scss */
body.OfferPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
  line-height: 45px;
  font-weight: 400;
  font-size: 52px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 19, ../sass/pages/_offerpage.scss */
  body.OfferPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 19, ../sass/pages/_offerpage.scss */
  body.OfferPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
    font-size: 35px;
  }
}
/* line 33, ../sass/pages/_offerpage.scss */
body.OfferPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
  line-height: 20px;
  font-weight: 300;
  font-size: 20px;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 33, ../sass/pages/_offerpage.scss */
  body.OfferPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 33, ../sass/pages/_offerpage.scss */
  body.OfferPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
    font-size: 14px;
  }
}
/* line 48, ../sass/pages/_offerpage.scss */
body.OfferPage section.text-content {
  text-align: center;
  margin-top: 70px;
}
/* line 51, ../sass/pages/_offerpage.scss */
body.OfferPage section.text-content div.text-content-wrapper {
  display: inline-block;
  width: 63%;
}
@media only screen and (max-width: 768px) {
  /* line 51, ../sass/pages/_offerpage.scss */
  body.OfferPage section.text-content div.text-content-wrapper {
    width: 75%;
  }
}
/* line 57, ../sass/pages/_offerpage.scss */
body.OfferPage section.text-content div.text-content-wrapper h3 {
  font-size: 22px;
  font-weight: 500;
  color: white;
  text-align: left;
  line-height: 28px;
}
/* line 64, ../sass/pages/_offerpage.scss */
body.OfferPage section.text-content div.text-content-wrapper p {
  line-height: 28px;
}
/* line 67, ../sass/pages/_offerpage.scss */
body.OfferPage section.text-content div.text-content-wrapper div.col-left, body.OfferPage section.text-content div.text-content-wrapper div.col-right {
  display: inline-block;
  color: white;
  vertical-align: top;
  margin-top: 30px;
  text-align: left;
  font-weight: 300;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  /* line 77, ../sass/pages/_offerpage.scss */
  body.OfferPage section.text-content div.text-content-wrapper div.col-left {
    padding-right: 30px;
  }
  /* line 80, ../sass/pages/_offerpage.scss */
  body.OfferPage section.text-content div.text-content-wrapper div.col-right {
    padding-left: 30px;
  }
}
/* line 87, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings {
  text-align: center;
  width: 100%;
  margin-top: 70px;
}
/* line 91, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings h1.buildings-title {
  font-size: 35px;
  margin: 45px 0 30px 0;
  text-transform: uppercase;
  color: floralwhite;
  font-weight: 400;
}
/* line 98, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper {
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  width: 90%;
  margin-bottom: 70px;
}
/* line 104, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper div.building-element {
  padding: 0 20px;
  float: none;
  display: inline-block;
  vertical-align: top;
  /* ikony **/
  /* ikony **/
}
/* line 111, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper div.building-element svg * {
  fill: none;
  stroke: white;
}
/* line 115, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper div.building-element dl {
  text-align: center;
}
/* line 118, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper div.building-element dl dt,
body.OfferPage section.buildings div.buildings-wrapper div.building-element dl dd {
  margin: 0;
}
/* line 122, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper div.building-element dl div {
  display: inline-block;
  vertical-align: top;
}
/* line 126, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper div.building-element dl svg {
  max-width: 250px;
  width: 100%;
  height: auto;
  stroke-width: 0.9;
}
@media only screen and (min-width: 991px) {
  /* line 104, ../sass/pages/_offerpage.scss */
  body.OfferPage section.buildings div.buildings-wrapper div.building-element {
    padding: 0 50px;
  }
}
/* line 137, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper div.building-element div.building-image-wrapper {
  height: 140px;
  width: 100%;
}
/* line 141, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper div.building-element h1 {
  text-align: center;
  font-size: 18px;
  margin: 5px 0 20px 0;
  font-weight: 500;
  text-transform: uppercase;
  color: floralwhite;
}
/* line 149, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.buildings-wrapper div.building-element p {
  font-size: 15px;
  color: floralwhite;
  font-weight: 300;
}
/* line 156, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings a.see_more {
  border: 1px solid floralwhite;
  background-color: #656565;
  margin: 0 15px;
  font-weight: 400;
}
/* line 161, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings a.see_more.left-button {
  background-color: floralwhite;
  color: #656565;
}
/* line 164, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings a.see_more.left-button:hover {
  background-color: #656565;
  color: floralwhite;
}
/* line 170, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings a.see_more.right-button:hover {
  background-color: floralwhite;
  color: #656565;
}
@media only screen and (max-width: 768px) {
  /* line 156, ../sass/pages/_offerpage.scss */
  body.OfferPage section.buildings a.see_more {
    display: block;
    width: 65%;
    margin: 15px auto 30px auto;
  }
}
/* line 181, ../sass/pages/_offerpage.scss */
body.OfferPage section.buildings div.links-wrapper {
  margin: 50px 0 90px 0;
}

/* line 2, ../sass/pages/_clientspage.scss */
body.ClientsPage section.main-banner {
  height: 65vh;
  width: 100%;
  text-align: center;
  background-color: #efefef;
}
/* line 7, ../sass/pages/_clientspage.scss */
body.ClientsPage section.main-banner div.text-wrapper {
  height: 100%;
  line-height: 65vh;
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
}
/* line 13, ../sass/pages/_clientspage.scss */
body.ClientsPage section.main-banner div.text-wrapper div.text-inner-wrapper {
  width: 100%;
  display: inline-block;
}
/* line 16, ../sass/pages/_clientspage.scss */
body.ClientsPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
  line-height: 45px;
  font-weight: 400;
  font-size: 52px;
  color: #5a5b5d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 24, ../sass/pages/_clientspage.scss */
body.ClientsPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
  line-height: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #5a5b5d;
}
/* line 33, ../sass/pages/_clientspage.scss */
body.ClientsPage section.recomendations {
  text-align: center;
}
/* line 35, ../sass/pages/_clientspage.scss */
body.ClientsPage section.recomendations div.recomendations-wrapper {
  display: inline-block;
  width: 80%;
}
@media only screen and (max-width: 991px) {
  /* line 35, ../sass/pages/_clientspage.scss */
  body.ClientsPage section.recomendations div.recomendations-wrapper {
    width: 100%;
  }
}
/* line 41, ../sass/pages/_clientspage.scss */
body.ClientsPage section.recomendations div.recomendations-wrapper div.recomendation-column {
  height: 420px;
  padding: 0 30px 0 30px;
  margin: 40px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  /* line 41, ../sass/pages/_clientspage.scss */
  body.ClientsPage section.recomendations div.recomendations-wrapper div.recomendation-column {
    padding: 0 5px 0 5px;
    margin: 40px 0 20px;
  }
}
/* line 50, ../sass/pages/_clientspage.scss */
body.ClientsPage section.recomendations div.recomendations-wrapper div.recomendation-column div.recommendation-element {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
/* line 58, ../sass/pages/_clientspage.scss */
body.ClientsPage section.recomendations div.recomendations-wrapper div.recomendation-column div.recommendation-element p.recomendation-short-description {
  position: absolute;
  bottom: 5px;
  left: 5px;
  background: #66676b;
  padding: 5px 20px 5px 20px;
  text-align: left;
  overflow: hidden;
  border: 1px solid transparent;
  transition: .5s all;
}
/* line 69, ../sass/pages/_clientspage.scss */
body.ClientsPage section.recomendations div.recomendations-wrapper div.recomendation-column div.recommendation-element p.recomendation-short-description:hover {
  background: floralwhite;
  border: 1px solid #66676b;
}
/* line 72, ../sass/pages/_clientspage.scss */
body.ClientsPage section.recomendations div.recomendations-wrapper div.recomendation-column div.recommendation-element p.recomendation-short-description:hover span {
  color: #66676b;
}
/* line 76, ../sass/pages/_clientspage.scss */
body.ClientsPage section.recomendations div.recomendations-wrapper div.recomendation-column div.recommendation-element p.recomendation-short-description span {
  color: floralwhite;
}
/* line 85, ../sass/pages/_clientspage.scss */
body.ClientsPage section.reference-content {
  margin-top: 60px;
  text-align: center;
  margin-bottom: 60px;
}
/* line 89, ../sass/pages/_clientspage.scss */
body.ClientsPage section.reference-content div.content-wrapper {
  width: 90%;
  display: inline-block;
  color: #3b4c5c;
  font-size: 16px;
  line-height: 1.5em;
}
/* line 95, ../sass/pages/_clientspage.scss */
body.ClientsPage section.reference-content div.content-wrapper article.text-content {
  width: 60%;
  display: inline-block;
  box-sizing: border-box;
  padding: 0 5% 0 5%;
}
@media (max-width: 990px) {
  /* line 95, ../sass/pages/_clientspage.scss */
  body.ClientsPage section.reference-content div.content-wrapper article.text-content {
    width: 90%;
    margin-bottom: 60px;
  }
}
/* line 105, ../sass/pages/_clientspage.scss */
body.ClientsPage section.reference-content div.content-wrapper section.right-column {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
@media (max-width: 990px) {
  /* line 105, ../sass/pages/_clientspage.scss */
  body.ClientsPage section.reference-content div.content-wrapper section.right-column {
    width: 90%;
    margin-bottom: 60px;
  }
}

/* line 2, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.main-banner {
  height: 65vh;
  width: 100%;
  text-align: center;
  background-color: #efefef;
}
/* line 7, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.main-banner div.text-wrapper {
  height: 100%;
  line-height: 65vh;
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
}
/* line 13, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.main-banner div.text-wrapper div.text-inner-wrapper {
  width: 100%;
  display: inline-block;
}
/* line 16, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
  line-height: 45px;
  font-weight: 400;
  font-size: 52px;
  color: #5a5b5d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 24, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
  line-height: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #5a5b5d;
}
/* line 33, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.publications {
  text-align: center;
  margin-top: 50px;
}
/* line 36, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.publications div.publications-wrapper {
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
}
/* line 46, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.publications div.publications-wrapper div.publications-column {
  height: auto;
  padding: 0 20px 0 20px;
  margin: 50px 0;
  box-sizing: border-box;
}
/* line 51, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.publications div.publications-wrapper div.publications-column div.publications-element {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 15px 5px;
  padding-bottom: 25px;
  border-radius: 8px;
  transition: box-shadow 0.2s ease-in-out;
  background: #efefef;
  border: 1px solid #dadada;
}
/* line 66, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.publications div.publications-wrapper div.publications-column div.publications-element a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
/* line 72, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.publications div.publications-wrapper div.publications-column div.publications-element a img {
  max-height: 200px;
  width: 100%;
  height: 200px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}
/* line 80, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.publications div.publications-wrapper div.publications-column div.publications-element a h4 {
  font-size: 18px;
  display: block;
  padding-top: 10px;
}
/* line 86, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.publications div.publications-wrapper div.publications-column div.publications-element:hover {
  box-shadow: 0px 5px 17px -11px rgba(0, 0, 0, 0.75);
  transform: translateY(-10px);
}
/* line 91, ../sass/pages/_publicationspage.scss */
body.PublicationsPage section.publications div.publications-wrapper div.publications-column div.publications-element.doubled-element {
  top: -20px;
  left: -20px;
}
/* line 99, ../sass/pages/_publicationspage.scss */
body.PublicationsPage #popupcontainer {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
}
@media (max-width: 1023px) {
  /* line 99, ../sass/pages/_publicationspage.scss */
  body.PublicationsPage #popupcontainer {
    overflow-y: scroll;
  }
}
/* line 112, ../sass/pages/_publicationspage.scss */
body.PublicationsPage #popupcontainer #popup {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1023px) {
  /* line 112, ../sass/pages/_publicationspage.scss */
  body.PublicationsPage #popupcontainer #popup {
    position: relative;
    top: 0;
    left: 0;
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}
/* line 124, ../sass/pages/_publicationspage.scss */
body.PublicationsPage #popupcontainer #popup .translateX {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* line 128, ../sass/pages/_publicationspage.scss */
body.PublicationsPage #popupcontainer #popup img {
  height: auto;
  max-height: 610px;
  left: 50%;
  position: relative;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1023px) {
  /* line 128, ../sass/pages/_publicationspage.scss */
  body.PublicationsPage #popupcontainer #popup img {
    margin: 5px 0;
  }
}
/* line 139, ../sass/pages/_publicationspage.scss */
body.PublicationsPage #popupcontainer #popup .zoom {
  position: absolute;
  bottom: 7px;
  left: 7px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 8px;
}
@media (max-width: 1023px) {
  /* line 139, ../sass/pages/_publicationspage.scss */
  body.PublicationsPage #popupcontainer #popup .zoom {
    display: none;
  }
}
/* line 152, ../sass/pages/_publicationspage.scss */
body.PublicationsPage #popupcontainer #popupclose {
  position: fixed;
  top: 3px;
  right: 3px;
  cursor: pointer;
  z-index: 10;
}
/* line 159, ../sass/pages/_publicationspage.scss */
body.PublicationsPage #popupcontainer #popupclose svg {
  background: rgba(255, 255, 255, 0.8);
  padding: 4px;
}

/* line 5, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 65vh;
  width: 100%;
  text-align: center;
}
/* line 12, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.main-banner div.text-wrapper {
  height: 100%;
  line-height: 65vh;
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
}
/* line 18, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.main-banner div.text-wrapper div.text-inner-wrapper {
  width: 100%;
  display: inline-block;
}
/* line 21, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
  line-height: 45px;
  font-weight: 400;
  font-size: 52px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  /* line 21, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 21, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
    font-size: 35px;
  }
}
/* line 35, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
  line-height: 20px;
  font-weight: 300;
  font-size: 20px;
  color: white;
}
@media only screen and (max-width: 767px) {
  /* line 35, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 420px) {
  /* line 35, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
    font-size: 14px;
  }
}
/* line 51, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.text-content div.text-content-wrapper {
  display: block;
  width: 75%;
  text-align: left;
  font-size: 15px;
  line-height: 25px;
  margin: 60px auto 100px auto;
}
@media only screen and (min-width: 767px) {
  /* line 51, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.text-content div.text-content-wrapper {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 40px;
    -webkit-column-gap: 40px;
    column-gap: 40px;
  }
}
/* line 62, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.text-content div.text-content-wrapper p {
  margin-bottom: 15px;
  font-weight: 300;
  color: #5a5b5d;
  font-size: 16px;
}
/* line 71, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.partners {
  width: 100%;
  margin-bottom: 60px;
  text-align: center;
  min-height: 120px;
}
/* line 76, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.partners h3 {
  clear: both;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 70px;
  color: #5a5b5d;
}
/* line 85, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.partners div.partners-scroll-wrapper {
  width: 100%;
  min-height: 200px;
}
@media only screen and (max-width: 991px) {
  /* line 85, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.partners div.partners-scroll-wrapper {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 991px) {
  /* line 91, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper {
    width: 1500px;
    margin-left: -20px;
  }
}
/* line 96, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper div.partner-element {
  display: inline-block;
  padding: 15px 45px;
  filter: none;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 300ms ease;
}
@media only screen and (max-width: 991px) {
  /* line 96, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper div.partner-element {
    padding: 20px 60px;
  }
}
/* line 105, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper div.partner-element div.partner-logo-image {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
/* line 113, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.partners div.partners-scroll-wrapper div.partners-inner-wrapper div.partner-element:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
/* line 121, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.managment {
  background-color: #efefef;
  padding: 90px 0;
  color: #5a5b5d;
}
/* line 125, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.managment h3 {
  clear: both;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 90px;
}
/* line 133, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.managment div.managment-wrapper {
  width: 70%;
  display: inline-block;
}
/* line 136, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.managment div.managment-wrapper div.partner-element {
  box-sizing: border-box;
  padding: 0 50px;
  text-align: left;
  margin-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  /* line 136, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.managment div.managment-wrapper div.partner-element {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  /* line 136, ../sass/pages/_aboutuspage.scss */
  body.AboutUsPage section.managment div.managment-wrapper div.partner-element {
    padding: 0 20px;
  }
}
/* line 147, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.managment div.managment-wrapper div.partner-element h2 {
  margin-top: 20px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
}
/* line 153, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.managment div.managment-wrapper div.partner-element h4 {
  color: #9a9b9d;
}
/* line 156, ../sass/pages/_aboutuspage.scss */
body.AboutUsPage section.managment div.managment-wrapper div.partner-element p {
  font-weight: 300;
  margin-top: 15px;
}

/* line 7, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.main-banner {
  height: 65vh;
  width: 100%;
  text-align: center;
  background-color: #efefef;
  border-bottom: 1px solid #e3e3e3;
}
/* line 13, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.main-banner div.text-wrapper {
  height: 100%;
  line-height: 65vh;
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
}
/* line 19, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.main-banner div.text-wrapper div.text-inner-wrapper {
  width: 100%;
  display: inline-block;
}
/* line 22, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
  line-height: 45px;
  font-weight: 400;
  font-size: 52px;
  color: #5a5b5d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 30, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
  line-height: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #5a5b5d;
}
/* line 39, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects {
  text-align: center;
  min-height: 35vh;
}
/* line 42, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper {
  width: 85%;
  display: inline-block;
  text-align: left;
  position: relative;
}
/* line 47, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.tab-section {
  width: 100%;
  margin-top: -37px;
  position: relative;
  height: 35px;
  line-height: 35px;
  display: block;
}
@media (max-width: 768px) {
  /* line 47, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.tab-section {
    display: none;
  }
}
/* line 57, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.tab-section div.tab,
body.RealizationsPage section.projects div.projects-wrapper div.tab-section div.view {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  vertical-align: middle;
  color: #5d5d5d;
}
/* line 66, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.tab-section div.tab {
  background-color: #e3e3e3;
  padding: 0 13px;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
}
/* line 71, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.tab-section div.tab.active {
  border-bottom: 2px solid #f7f9ff;
  background-color: #f7f9ff;
  margin-bottom: -1px;
}
/* line 76, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.tab-section div.tab:hover {
  color: #5d5d5d;
}
/* line 80, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.tab-section div.view {
  position: absolute;
  right: 0;
  width: 150px;
  text-align: right;
}
/* line 85, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.tab-section div.view a {
  cursor: pointer;
  height: 32px;
  width: 32px;
  display: inline-block;
}
/* line 91, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.tab-section div.view span.label {
  margin-right: 15px;
}
@media (max-width: 990px) {
  /* line 91, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.tab-section div.view span.label {
    display: none;
  }
}
/* line 99, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.sort-section {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 99, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.sort-section {
    position: absolute;
    top: -48px;
  }
}
/* line 111, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.sort {
  padding: 15px 0;
}
/* line 112, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.sort span {
  margin-right: 10px;
}
/* line 116, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.sort a {
  margin: 0 10px;
  cursor: pointer;
}
/* line 119, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.sort a:hover {
  color: #5d5d5d;
}
/* line 122, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.sort a.active {
  color: #5d5d5d;
}
/* line 127, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.view {
  display: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  vertical-align: middle;
  color: #5d5d5d;
  position: absolute;
  right: 0;
  padding: 15px 0;
}
@media (max-width: 768px) {
  /* line 127, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.view {
    display: inline-block;
    top: -5px;
  }
}
/* line 141, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.view a {
  cursor: pointer;
  height: 32px;
  width: 32px;
  display: inline-block;
}
/* line 147, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.view span.label {
  margin-right: 15px;
}
@media (max-width: 990px) {
  /* line 147, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.sort-section div.view span.label {
    display: none;
  }
}
/* line 155, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.mobile-tab-section {
  display: none;
  width: 100%;
  font-size: 11px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 15px 0;
}
@media (max-width: 768px) {
  /* line 155, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.mobile-tab-section {
    display: inline-block;
  }
}
/* line 166, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.mobile-tab-section span {
  margin-right: 15px;
}
/* line 169, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.mobile-tab-section select {
  border: transparent;
  background: transparent;
  text-transform: uppercase;
  color: #5d5d5d;
  padding: 4px 5px;
}
/* line 176, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.mobile-tab-section select:focus {
  outline: none;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
}
/* line 183, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list {
  display: inline-block;
  width: 100%;
}
/* line 184, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .table-section-wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 184, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .table-section-wrapper {
    overflow-x: scroll;
  }
}
/* line 192, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .name, body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .tag, body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .type, body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .year {
  display: inline-block;
}
/* line 195, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .name {
  width: 44%;
}
/* line 198, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .tag {
  width: 23%;
}
/* line 201, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .type {
  width: 17%;
}
/* line 204, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list .year {
  width: 14%;
}
/* line 207, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-head {
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  color: #9a9a9a;
  line-height: 40px;
  letter-spacing: 1.5px;
  font-size: 11px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 768px) {
  /* line 207, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-head {
    width: 750px;
  }
}
/* line 219, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-head div.year {
  text-align: right;
}
@media (max-width: 1018px) {
  /* line 222, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-head span.long-name {
    display: none;
  }
}
/* line 228, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body {
  width: 100%;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  /* line 228, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body {
    width: 750px;
  }
}
/* line 234, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body .name, body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body .tag, body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body .type, body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body .year {
  padding: 15px 0;
  vertical-align: text-top;
  height: 100%;
  letter-spacing: 1.5px;
  color: #9a9a9a;
}
/* line 241, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row {
  width: 100%;
  border-bottom: 1px solid #efefef;
  background-image: none !important;
}
/* line 245, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row a.icon-href {
  display: none;
}
/* line 248, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.name {
  font-size: 20px;
  color: #5d5d5d;
  line-height: 29px;
  padding-right: 35px;
}
/* line 254, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.tag {
  font-size: 12px;
  line-height: 20px;
  padding-right: 15px;
}
/* line 258, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.tag a {
  text-transform: capitalize;
}
/* line 261, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.tag span.only-icons {
  display: none;
}
/* line 265, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.type {
  font-size: 12px;
  text-transform: capitalize;
}
/* line 269, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.year {
  font-size: 15px;
  text-align: right;
}
/* line 272, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.year span.only-icons {
  display: none;
}
/* line 279, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons {
  display: inline-block;
  width: 100%;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
/* line 283, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper {
  width: 100%;
}
/* line 285, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-head {
  display: none;
}
/* line 289, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item {
  width: 33%;
  height: 0;
  padding-bottom: 25%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  border: 19px solid #f7f9ff;
}
@media (max-width: 990px) {
  /* line 289, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item {
    width: 50%;
    padding-bottom: 42%;
    border: 12px solid #f7f9ff;
  }
}
@media (max-width: 590px) {
  /* line 289, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item {
    width: 100%;
    padding-bottom: 82%;
    border: 8px solid #f7f9ff;
  }
}
/* line 309, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item a.icon-href {
  display: inline-block;
  height: 0;
  padding-bottom: 82%;
  width: 100%;
  cursor: pointer;
  z-index: 100;
  position: relative;
}
/* line 318, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name, body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .tag, body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .type, body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .year {
  position: absolute;
  color: white;
  z-index: 100;
}
/* line 323, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item a.icon-href:hover + .inner-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 327, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item.no-image .inner-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 331, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .inner-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (max-width: 768px) {
  /* line 331, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .inner-wrapper {
    opacity: 1;
  }
}
/* line 343, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .inner-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(127, 127, 127, 0.5);
  z-index: 3;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 357, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name {
  top: 23%;
  left: 15px;
  width: 80%;
  font-weight: 400;
  font-size: 17px;
}
@media (min-width: 380px) and (max-width: 590px) {
  /* line 357, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name {
    font-size: 22px;
  }
}
@media (min-width: 660px) and (max-width: 990px) {
  /* line 357, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  /* line 357, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name {
    font-size: 22px;
  }
}
/* line 373, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .year {
  top: 15px;
  left: 15px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.5px;
}
/* line 379, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .year span.only-icons {
  text-transform: capitalize;
}
/* line 382, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .year span.separator {
  font-weigth: 400;
  font-size: 30px;
  vertical-align: sub;
}
/* line 388, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .tag {
  bottom: 10%;
  left: 15px;
  font-weight: 300;
  font-size: 15px;
}
@media (max-width: 320px) {
  /* line 388, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .tag {
    display: none;
  }
}
/* line 396, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .tag span.only-icons {
  color: #ababab;
  font-size: 12px;
  letter-spacing: 1.5px;
}
/* line 402, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .type {
  display: none;
}
/* line 412, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.links {
  display: block;
  width: 100%;
  margin: 70px 0;
  text-align: center;
}
/* line 417, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.links a.see_more {
  border: 1px solid #656565;
  background-color: #656565;
  margin: 0 15px;
  font-weight: 400;
}
/* line 422, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.links a.see_more.left-button {
  background-color: transparent;
  color: #656565;
}
/* line 425, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.links a.see_more.left-button:hover {
  background-color: #656565;
  color: floralwhite;
}
/* line 431, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.links a.see_more.right-button:hover {
  background-color: transparent;
  color: #656565;
}
@media only screen and (max-width: 768px) {
  /* line 417, ../sass/pages/_realizationspage.scss */
  body.RealizationsPage section.links a.see_more {
    display: block;
    width: 65%;
    margin: 15px auto 30px auto;
  }
}
/* line 442, ../sass/pages/_realizationspage.scss */
body.RealizationsPage section.links div.links-wrapper {
  margin: 50px 0 90px 0;
}

/* line 7, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.image-banner {
  background-repeat: no-repeat;
  background-size: cover;
  height: 65vh;
  width: 100%;
  text-align: center;
}
/* line 13, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.image-banner div.text-wrapper {
  height: 100%;
  line-height: 65vh;
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 13, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.image-banner div.text-wrapper {
    padding-top: 80px;
  }
}
@media (min-width: 768px) {
  /* line 13, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.image-banner div.text-wrapper {
    padding-top: 40px;
  }
}
@media (max-width: 420px) {
  /* line 13, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.image-banner div.text-wrapper {
    padding-top: 80px;
  }
}
/* line 29, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.image-banner div.text-wrapper div.text-inner-wrapper {
  width: 100%;
  display: inline-block;
  text-align: center;
}
@media (max-width: 767px) {
  /* line 29, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.image-banner div.text-wrapper div.text-inner-wrapper {
    width: 93%;
  }
}
/* line 36, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.image-banner div.text-wrapper div.text-inner-wrapper h1 {
  line-height: 45px;
  font-weight: 400;
  font-size: 52px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  /* line 36, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.image-banner div.text-wrapper div.text-inner-wrapper h1 {
    font-size: 37px;
    line-height: 37px;
  }
}
@media (max-width: 420px) {
  /* line 36, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.image-banner div.text-wrapper div.text-inner-wrapper h1 {
    font-size: 29px;
    line-height: 30px;
  }
}
/* line 52, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.image-banner div.text-wrapper div.text-inner-wrapper p {
  line-height: 20px;
  font-weight: 300;
  font-size: 20px;
  color: white;
}
@media (max-width: 768px) {
  /* line 52, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.image-banner div.text-wrapper div.text-inner-wrapper p {
    font-size: 19px;
    line-height: 19px;
  }
}
@media (max-width: 420px) {
  /* line 52, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.image-banner div.text-wrapper div.text-inner-wrapper p {
    font-size: 17px;
    line-height: 17px;
  }
}
/* line 70, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content {
  text-align: center;
  margin: 90px 0;
}
/* line 73, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content.no-image {
  margin: 180px 0 90px;
}
/* line 76, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content div.content-wrapper {
  display: inline-block;
  width: 70%;
}
/* line 79, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content div.content-wrapper div.project-data {
  text-align: left;
  color: #8f8f8f;
  font-size: 14px;
}
/* line 83, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content div.content-wrapper div.project-data div.row {
  margin-bottom: 15px;
  display: inline-block;
}
/* line 87, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content div.content-wrapper div.project-data div.label {
  text-transform: uppercase;
  color: #5a5b5d;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 11px;
}
/* line 94, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content div.content-wrapper div.project-data span.separator {
  font-size: 30px;
  vertical-align: sub;
  display: inline-block;
  margin: 0 3px;
}
/* line 101, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content div.content-wrapper div.project-data div.tags h4 {
  width: 70%;
}
@media (max-width: 767px) {
  /* line 101, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.text-content div.content-wrapper div.project-data div.tags h4 {
    width: 100%;
  }
}
/* line 106, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content div.content-wrapper div.project-data div.tags h4 a:hover {
  color: #5a5b5d;
}
/* line 112, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.text-content div.content-wrapper div.project-description {
  text-align: left;
  color: #5a5b5d;
}
/* line 119, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.images-content {
  text-align: center;
}
/* line 121, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.images-content div.images-content-wrapper {
  width: 70%;
  display: inline-block;
}
@media (max-width: 767px) {
  /* line 124, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.images-content div.images-content-wrapper div.half-image.video {
    width: 100%;
  }
}
/* line 129, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.images-content div.images-content-wrapper figure, body.RealizationsPage section.images-content div.images-content-wrapper iframe {
  padding: 15px;
  position: relative;
}
/* line 132, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.images-content div.images-content-wrapper figure a, body.RealizationsPage section.images-content div.images-content-wrapper iframe a {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}
/* line 137, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.images-content div.images-content-wrapper figure a::after, body.RealizationsPage section.images-content div.images-content-wrapper iframe a::after {
  content: '';
  display: block;
  position: absolute;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(127, 127, 127, 0.5);
  transition: opacity .5s;
}
/* line 150, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.images-content div.images-content-wrapper figure a:hover::after, body.RealizationsPage section.images-content div.images-content-wrapper iframe a:hover::after {
  opacity: 1;
  cursor: pointer;
}
/* line 159, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage div#gmap {
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 768px) {
  /* line 159, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage div#gmap {
    height: 200px !important;
  }
}
/* line 165, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.links-wrapper {
  height: 160px;
  line-height: 160px;
  text-align: center;
}
@media (max-width: 768px) {
  /* line 165, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.links-wrapper {
    height: 220px;
    line-height: 220px;
  }
}
/* line 173, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.links-wrapper div.links-inner-wrapper {
  display: inline-block;
  line-height: 20px;
  width: 70%;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 300;
}
/* line 180, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.prev-project {
  text-align: left;
  letter-spacing: 1px;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 989px) {
  /* line 180, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.prev-project {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 180, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.prev-project {
    text-align: center;
  }
}
/* line 191, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.prev-project span.left-arrow {
  vertical-align: text-bottom;
  margin-right: 10px;
}
/* line 196, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.next-project {
  text-align: right;
  letter-spacing: 1px;
  font-size: 12px;
  white-space: nowrap;
}
@media (max-width: 989px) {
  /* line 196, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.next-project {
    width: 100%;
  }
}
@media (max-width: 768px) {
  /* line 196, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.next-project {
    text-align: center;
  }
}
/* line 207, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.next-project span.right-arrow {
  vertical-align: text-bottom;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 989px) {
  /* line 213, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.see-more-wrapper {
    width: 100%;
    margin: 15px 0;
  }
}
/* line 218, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.see-more-wrapper a.left-button {
  margin-right: 12px;
  background-color: #6d6e72;
  font-size: 12px;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 218, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.see-more-wrapper a.left-button {
    width: 80%;
    margin: 0 0 15px 0;
  }
}
/* line 228, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.see-more-wrapper a.right-button {
  margin-left: 12px;
  background-color: transparent;
  border: 1px solid #6d6e72;
  color: #6d6e72;
  font-size: 12px;
  display: inline-block;
}
@media (max-width: 768px) {
  /* line 228, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.links-wrapper div.links-inner-wrapper div.see-more-wrapper a.right-button {
    width: 80%;
    margin-left: 0;
  }
}
/* line 244, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects {
  text-align: center;
  background-color: #efefef;
  padding: 50px 0 80px 0;
}
/* line 248, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects h2 {
  font-size: 23px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 50px;
  color: #5a5b5d;
  letter-spacing: 1px;
}
/* line 257, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects div.similar-projects-wrapper {
  display: inline-block;
  width: 80%;
}
/* line 260, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element {
  padding: 0 25px;
  position: relative;
  height: 230px;
}
@media (max-width: 990px) {
  /* line 260, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element {
    height: 150px;
  }
}
@media (max-width: 768px) {
  /* line 260, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element {
    height: 200px;
    margin-bottom: 30px;
  }
}
/* line 271, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element figure {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
/* line 276, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element figure div.content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: rgba(101, 102, 104, 0.8);
  opacity: 0;
  transition: opacity .5s;
}
@media (max-width: 768px) {
  /* line 276, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element figure div.content-wrapper {
    opacity: 1;
  }
}
/* line 286, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element figure div.content-wrapper span.data {
  position: absolute;
  top: 10px;
  left: 15px;
  color: white;
  font-weight: 300;
  font-size: 15px;
}
/* line 294, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element figure div.content-wrapper h3.title {
  position: absolute;
  top: 50px;
  left: 15px;
  text-align: left;
  font-weight: 400;
  color: white;
  width: 89%;
  font-size: 17px;
}
/* line 304, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element figure div.content-wrapper span.tags {
  position: absolute;
  bottom: 20px;
  left: 15px;
  color: white;
  font-weight: 300;
}
/* line 310, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element figure div.content-wrapper span.tags span.label {
  color: #b3b3b3;
  margin-right: 5px;
  font-size: 12px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  /* line 304, ../sass/pages/_realizationspage_projekty.scss */
  body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element figure div.content-wrapper span.tags {
    display: none;
  }
}
/* line 320, ../sass/pages/_realizationspage_projekty.scss */
body.RealizationsPage section.similar-projects div.similar-projects-wrapper div.project-element figure div.content-wrapper:hover {
  opacity: 1;
}

/* line 3, ../sass/pages/_contactpage.scss */
body.ContactPage {
  color: #606163;
}
/* line 5, ../sass/pages/_contactpage.scss */
body.ContactPage div#gmap {
  border-bottom: 1px solid #e3e3e3;
}
@media (max-width: 768px) {
  /* line 5, ../sass/pages/_contactpage.scss */
  body.ContactPage div#gmap {
    height: 35vh !important;
  }
}
/* line 11, ../sass/pages/_contactpage.scss */
body.ContactPage section.text-header {
  text-align: center;
  margin: 50px 0;
}
/* line 14, ../sass/pages/_contactpage.scss */
body.ContactPage section.text-header h1 {
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}
/* line 21, ../sass/pages/_contactpage.scss */
body.ContactPage section.text-header h3 {
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 1.5px;
  display: inline-block;
  width: 50%;
}
@media (max-width: 1200px) {
  /* line 21, ../sass/pages/_contactpage.scss */
  body.ContactPage section.text-header h3 {
    width: 55%;
  }
}
@media (max-width: 990px) {
  /* line 21, ../sass/pages/_contactpage.scss */
  body.ContactPage section.text-header h3 {
    width: 70%;
  }
}
/* line 35, ../sass/pages/_contactpage.scss */
body.ContactPage section.form {
  text-align: center;
}
/* line 37, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper {
  display: inline-block;
  text-align: left;
  position: relative;
  width: 45%;
}
@media (max-width: 1200px) {
  /* line 37, ../sass/pages/_contactpage.scss */
  body.ContactPage section.form .form-wrapper {
    width: 55%;
  }
}
@media (max-width: 990px) {
  /* line 37, ../sass/pages/_contactpage.scss */
  body.ContactPage section.form .form-wrapper {
    width: 70%;
  }
}
@media (max-width: 768px) {
  /* line 37, ../sass/pages/_contactpage.scss */
  body.ContactPage section.form .form-wrapper {
    width: 80%;
  }
}
/* line 51, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper div.field {
  width: 30%;
}
@media (max-width: 768px) {
  /* line 51, ../sass/pages/_contactpage.scss */
  body.ContactPage section.form .form-wrapper div.field {
    width: 100%;
  }
}
/* line 57, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper div.field.textarea {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
}
@media (max-width: 768px) {
  /* line 57, ../sass/pages/_contactpage.scss */
  body.ContactPage section.form .form-wrapper div.field.textarea {
    position: static;
    width: 100%;
  }
}
/* line 68, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper div.middleColumn input, body.ContactPage section.form .form-wrapper div.middleColumn textarea {
  width: 100%;
  border: 1px solid #d0c7c7;
  background-color: transparent;
  font-size: 16px;
}
/* line 74, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper div.middleColumn input:focus, body.ContactPage section.form .form-wrapper div.middleColumn textarea:focus {
  outline-color: #606163;
}
/* line 77, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper div.middleColumn input {
  height: 28px;
}
/* line 80, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper div.middleColumn textarea {
  height: 162px;
}
/* line 84, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
}
/* line 93, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper nav.Actions {
  text-align: center;
  margin: 40px 0;
}
/* line 96, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper nav.Actions input {
  border: 0 none;
  border: 1px solid transparent;
  display: inline-block;
  background-color: #6d6e72;
  color: floralwhite;
  padding: 8px 19px;
  border-radius: 17px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: prenton;
  cursor: pointer;
  transition: all 300ms ease;
}
/* line 109, ../sass/pages/_contactpage.scss */
body.ContactPage section.form .form-wrapper nav.Actions input:hover {
  background-color: transparent;
  color: #6d6e72;
  border: 1px solid #6d6e72;
}
/* line 119, ../sass/pages/_contactpage.scss */
body.ContactPage section.contact-data {
  text-align: center;
  padding: 30px 0 70px 0;
  background: #efefef;
  border-top: 1px solid #e3e3e3;
}
/* line 124, ../sass/pages/_contactpage.scss */
body.ContactPage section.contact-data div.contact-data-wrapper {
  display: inline-block;
  width: 70%;
}
@media (max-width: 768px) {
  /* line 124, ../sass/pages/_contactpage.scss */
  body.ContactPage section.contact-data div.contact-data-wrapper {
    width: 85%;
  }
}
/* line 130, ../sass/pages/_contactpage.scss */
body.ContactPage section.contact-data div.contact-data-wrapper h1 {
  letter-spacing: 1.5px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 15px;
}
/* line 137, ../sass/pages/_contactpage.scss */
body.ContactPage section.contact-data div.contact-data-wrapper div.information-element {
  margin: 20px 0;
  padding: 0 30px;
  text-align: left;
  color: #9a9a9a;
  font-size: 15px;
}
/* line 143, ../sass/pages/_contactpage.scss */
body.ContactPage section.contact-data div.contact-data-wrapper div.information-element h3 {
  color: #606163;
  margin-bottom: 20px;
  font-size: 15px;
  min-height: 40px;
}
/* line 150, ../sass/pages/_contactpage.scss */
body.ContactPage section.contact-data div.contact-data-wrapper div.information-element a:hover {
  color: #676767;
}
/* line 158, ../sass/pages/_contactpage.scss */
body.ContactPage #uff {
  text-align: center;
  padding: 20px 0 50px;
  font-size: 20px;
  border-top: 1px solid #606163;
}

/* line 2, ../sass/pages/_loginpage.scss */
body.LoginPage header,
body.LoginPage footer,
body.LoginPage article.content {
  display: none;
}
/* line 8, ../sass/pages/_loginpage.scss */
body.LoginPage section.login {
  background-image: url("../images/2007_magazyn_tlenku_glinku_gdynia.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  height: 100vh;
  line-height: 100vh;
}
@media (max-height: 768px) {
  /* line 8, ../sass/pages/_loginpage.scss */
  body.LoginPage section.login {
    min-height: 680px;
    line-height: 680px;
  }
}
/* line 20, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .row {
  line-height: inherit;
}
/* line 23, ../sass/pages/_loginpage.scss */
body.LoginPage section.login fieldset {
  text-align: center;
}
/* line 26, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper {
  background-color: floralwhite;
  border-radius: 17px;
  line-height: 20px;
  display: inline-block;
  text-align: left;
  position: relative;
  vertical-align: middle;
  width: 320px;
  padding: 100px 30px 30px 30px;
}
@media (max-width: 480px) {
  /* line 26, ../sass/pages/_loginpage.scss */
  body.LoginPage section.login .form-wrapper {
    width: 90%;
  }
}
/* line 39, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper p.message {
  color: #606163;
}
/* line 42, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper div.field {
  width: 90%;
  display: inline-block;
  text-align: left;
}
/* line 48, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper div.middleColumn input, body.LoginPage section.login .form-wrapper div.middleColumn textarea {
  width: 100%;
  border: 1px solid #efefef;
  background-color: transparent;
  font-size: 16px;
}
/* line 54, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper div.middleColumn input:focus, body.LoginPage section.login .form-wrapper div.middleColumn textarea:focus {
  outline-color: #606163;
}
/* line 57, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper div.middleColumn input {
  height: 28px;
}
/* line 61, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper input[type="checkbox"] {
  height: 10px;
  width: 10px;
  border: 1px solid black;
  margin: 0 10px 0 0;
}
/* line 67, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper p#ForgotPassword {
  margin-top: 20px;
}
/* line 70, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper label {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 400;
  font-size: 11px;
  margin-top: 20px;
  margin-bottom: 0;
  display: inline-block;
}
/* line 79, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper .Actions {
  text-align: center;
  margin: 40px 0;
}
/* line 82, ../sass/pages/_loginpage.scss */
body.LoginPage section.login .form-wrapper .Actions input {
  display: inline-block;
  background-color: #6d6e72;
  color: floralwhite;
  padding: 8px 19px;
  border-radius: 17px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-family: prenton;
  border: 0 none;
}

/* line 7, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.main-banner {
  height: 65vh;
  width: 100%;
  text-align: center;
  background-color: #efefef;
  border-bottom: 1px solid #e3e3e3;
}
/* line 13, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.main-banner div.text-wrapper {
  height: 100%;
  line-height: 65vh;
  display: inline-block;
  vertical-align: middle;
  padding-top: 30px;
}
/* line 19, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.main-banner div.text-wrapper div.text-inner-wrapper {
  width: 100%;
  display: inline-block;
}
/* line 22, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.main-banner div.text-wrapper div.text-inner-wrapper h1 {
  line-height: 45px;
  font-weight: 400;
  font-size: 52px;
  color: #5a5b5d;
  text-transform: uppercase;
  margin-bottom: 10px;
}
/* line 30, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.main-banner div.text-wrapper div.text-inner-wrapper p {
  line-height: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #5a5b5d;
}
/* line 39, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects {
  text-align: center;
  min-height: 35vh;
}
/* line 42, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper {
  width: 85%;
  display: inline-block;
  text-align: left;
  position: relative;
}
/* line 47, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.tab-section {
  width: 100%;
  margin-top: -37px;
  position: relative;
  height: 35px;
  line-height: 35px;
  display: block;
}
@media (max-width: 768px) {
  /* line 47, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.tab-section {
    display: none;
  }
}
/* line 57, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.tab-section div.tab,
body.IntranetPage section.projects div.projects-wrapper div.tab-section div.view {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  vertical-align: middle;
  color: #5d5d5d;
}
/* line 66, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.tab-section div.tab {
  background-color: #e3e3e3;
  padding: 0 13px;
  border-bottom: 1px solid #e3e3e3;
  cursor: pointer;
}
/* line 71, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.tab-section div.tab.active {
  border-bottom: 2px solid #f7f9ff;
  background-color: #f7f9ff;
  margin-bottom: -1px;
}
/* line 76, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.tab-section div.tab:hover {
  color: #5d5d5d;
}
/* line 80, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.tab-section div.view {
  position: absolute;
  right: 0;
  width: 150px;
  text-align: right;
}
/* line 85, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.tab-section div.view a {
  cursor: pointer;
  height: 32px;
  width: 32px;
  display: inline-block;
}
/* line 91, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.tab-section div.view span.label {
  margin-right: 15px;
}
@media (max-width: 990px) {
  /* line 91, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.tab-section div.view span.label {
    display: none;
  }
}
/* line 99, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.sort-section {
  display: inline-block;
  width: 100%;
  font-size: 11px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
}
@media (max-width: 768px) {
  /* line 99, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.sort-section {
    position: absolute;
    top: -48px;
  }
}
/* line 111, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.sort-section div.sort {
  padding: 15px 0;
}
/* line 112, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.sort-section div.sort span {
  margin-right: 10px;
}
/* line 116, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.sort-section div.sort a {
  margin: 0 10px;
  cursor: pointer;
}
/* line 119, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.sort-section div.sort a:hover {
  color: #5d5d5d;
}
/* line 122, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.sort-section div.sort a.active {
  color: #5d5d5d;
}
/* line 127, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.sort-section div.view {
  display: none;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  vertical-align: middle;
  color: #5d5d5d;
  position: absolute;
  right: 0;
  padding: 15px 0;
}
@media (max-width: 768px) {
  /* line 127, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.sort-section div.view {
    display: inline-block;
    top: -5px;
  }
}
/* line 141, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.sort-section div.view a {
  cursor: pointer;
  height: 32px;
  width: 32px;
  display: inline-block;
}
/* line 147, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.sort-section div.view span.label {
  margin-right: 15px;
}
@media (max-width: 990px) {
  /* line 147, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.sort-section div.view span.label {
    display: none;
  }
}
/* line 155, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.mobile-tab-section {
  display: none;
  width: 100%;
  font-size: 11px;
  color: #9a9a9a;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 15px 0;
}
@media (max-width: 768px) {
  /* line 155, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.mobile-tab-section {
    display: inline-block;
  }
}
/* line 166, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.mobile-tab-section span {
  margin-right: 15px;
}
/* line 169, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.mobile-tab-section select {
  border: transparent;
  background: transparent;
  text-transform: uppercase;
  color: #5d5d5d;
  padding: 4px 5px;
}
/* line 176, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.mobile-tab-section select:focus {
  outline: none;
  border: 1px solid #9a9a9a;
  border-radius: 5px;
}
/* line 183, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list {
  display: inline-block;
  width: 100%;
}
/* line 184, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list .table-section-wrapper {
  width: 100%;
}
@media (max-width: 768px) {
  /* line 184, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.list .table-section-wrapper {
    overflow-x: scroll;
  }
}
/* line 192, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list .name, body.IntranetPage section.projects div.projects-wrapper div.table-section.list .tag, body.IntranetPage section.projects div.projects-wrapper div.table-section.list .type, body.IntranetPage section.projects div.projects-wrapper div.table-section.list .year {
  display: inline-block;
}
/* line 195, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list .name {
  width: 44%;
}
/* line 198, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list .tag {
  width: 23%;
}
/* line 201, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list .type {
  width: 17%;
}
/* line 204, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list .year {
  width: 14%;
}
/* line 207, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-head {
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  color: #9a9a9a;
  line-height: 40px;
  letter-spacing: 1.5px;
  font-size: 11px;
  border-bottom: 1px solid #efefef;
}
@media (max-width: 768px) {
  /* line 207, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-head {
    width: 750px;
  }
}
/* line 219, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-head div.year {
  text-align: right;
}
@media (max-width: 1018px) {
  /* line 222, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-head span.long-name {
    display: none;
  }
}
/* line 228, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body {
  width: 100%;
  vertical-align: text-top;
}
@media (max-width: 768px) {
  /* line 228, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body {
    width: 750px;
  }
}
/* line 234, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body .name, body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body .tag, body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body .type, body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body .year {
  padding: 15px 0;
  vertical-align: text-top;
  height: 100%;
  letter-spacing: 1.5px;
  color: #9a9a9a;
}
/* line 241, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row {
  width: 100%;
  border-bottom: 1px solid #efefef;
  background-image: none !important;
}
/* line 245, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row a.icon-href {
  display: none;
}
/* line 248, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.name {
  font-size: 20px;
  color: #5d5d5d;
  line-height: 29px;
  padding-right: 35px;
}
/* line 254, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.tag {
  font-size: 12px;
  line-height: 20px;
  padding-right: 15px;
}
/* line 258, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.tag a {
  text-transform: capitalize;
}
/* line 261, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.tag span.only-icons {
  display: none;
}
/* line 265, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.type {
  font-size: 12px;
  text-transform: capitalize;
}
/* line 269, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.year {
  font-size: 15px;
  text-align: right;
}
/* line 272, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.list div.table-body div.table-row div.year span.only-icons {
  display: none;
}
/* line 279, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons {
  display: inline-block;
  width: 100%;
}
/* line 282, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper {
  width: 100%;
}
/* line 284, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-head {
  display: none;
}
/* line 288, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item {
  width: 33%;
  height: 0;
  padding-bottom: 25%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  border: 19px solid #f7f9ff;
}
@media (max-width: 990px) {
  /* line 288, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item {
    width: 50%;
    padding-bottom: 42%;
    border: 12px solid #f7f9ff;
  }
}
@media (max-width: 590px) {
  /* line 288, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item {
    width: 100%;
    padding-bottom: 82%;
    border: 8px solid #f7f9ff;
  }
}
/* line 308, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item a.icon-href {
  display: inline-block;
  height: 0;
  padding-bottom: 82%;
  width: 100%;
  cursor: pointer;
  z-index: 100;
  position: relative;
}
/* line 317, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name, body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .tag, body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .type, body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .year {
  position: absolute;
  color: white;
  z-index: 100;
}
/* line 322, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item a.icon-href:hover + .inner-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 326, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item.no-image .inner-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 330, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .inner-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media (max-width: 768px) {
  /* line 330, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .inner-wrapper {
    opacity: 1;
  }
}
/* line 342, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .inner-wrapper::after {
  content: '';
  display: block;
  position: absolute;
  opacity: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(127, 127, 127, 0.5);
  z-index: 3;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
/* line 356, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name {
  top: 23%;
  left: 15px;
  width: 80%;
  font-weight: 400;
  font-size: 17px;
}
@media (min-width: 380px) and (max-width: 590px) {
  /* line 356, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name {
    font-size: 22px;
  }
}
@media (min-width: 660px) and (max-width: 990px) {
  /* line 356, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name {
    font-size: 22px;
  }
}
@media (min-width: 1025px) {
  /* line 356, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .name {
    font-size: 22px;
  }
}
/* line 372, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .year {
  top: 15px;
  left: 15px;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1.5px;
}
/* line 378, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .year span.only-icons {
  text-transform: capitalize;
}
/* line 381, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .year span.separator {
  font-weigth: 400;
  font-size: 30px;
  vertical-align: sub;
}
/* line 387, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .tag {
  bottom: 10%;
  left: 15px;
  font-weight: 300;
  font-size: 15px;
}
@media (max-width: 320px) {
  /* line 387, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .tag {
    display: none;
  }
}
/* line 395, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .tag span.only-icons {
  color: #ababab;
  font-size: 12px;
  letter-spacing: 1.5px;
}
/* line 401, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.projects div.projects-wrapper div.table-section.icons .table-section-wrapper div.table-body div.element-item .type {
  display: none;
}
/* line 411, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.links {
  display: block;
  width: 100%;
  margin: 70px 0;
  text-align: center;
}
/* line 416, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.links a.see_more {
  border: 1px solid #656565;
  background-color: #656565;
  margin: 0 15px;
  font-weight: 400;
}
/* line 421, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.links a.see_more.left-button {
  background-color: transparent;
  color: #656565;
}
/* line 424, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.links a.see_more.left-button:hover {
  background-color: #656565;
  color: floralwhite;
}
/* line 430, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.links a.see_more.right-button:hover {
  background-color: transparent;
  color: #656565;
}
@media only screen and (max-width: 768px) {
  /* line 416, ../sass/pages/_intranetpage.scss */
  body.IntranetPage section.links a.see_more {
    display: block;
    width: 65%;
    margin: 15px auto 30px auto;
  }
}
/* line 441, ../sass/pages/_intranetpage.scss */
body.IntranetPage section.links div.links-wrapper {
  margin: 50px 0 90px 0;
}

/* line 3, ../sass/pages/_errorpage.scss */
body.ErrorPage article.content {
  display: none;
}
/* line 7, ../sass/pages/_errorpage.scss */
body.ErrorPage section.login {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 14, ../sass/pages/_errorpage.scss */
body.ErrorPage section.login .logo-wrapper {
  max-width: 250px;
  margin: 0 auto;
  display: none;
}
/* line 20, ../sass/pages/_errorpage.scss */
body.ErrorPage section.login h1 {
  font-size: 56px;
  margin: 0 0 50px;
  font-weight: 500;
}
/* line 27, ../sass/pages/_errorpage.scss */
body.ErrorPage footer {
  position: fixed;
  bottom: 0;
  left: 0;
}
