@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap");
/* line 3, ../sass/_common.sass */
html {
  font-size: 100%;
}

/* line 5, ../sass/_common.sass */
body {
  position: relative;
  font-size: 100%;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  background: #ffffff;
  color: #000000;
  text-align: center;
  margin: 0;
  padding: 0;
}

/* line 16, ../sass/_common.sass */
h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 300;
  color: #000000;
}

/* line 22, ../sass/_common.sass */
h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 400;
}

/* line 29, ../sass/_common.sass */
h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}
/* line 37, ../sass/_common.sass */
h3.bold {
  font-weight: 700;
  text-transform: none;
}

/* line 40, ../sass/_common.sass */
h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

/* line 46, ../sass/_common.sass */
p {
  margin-bottom: 0;
}

/* line 48, ../sass/_common.sass */
a {
  text-decoration: none;
}
/* line 51, ../sass/_common.sass */
a:hover, a:focus {
  text-decoration: underline;
}

/* line 54, ../sass/_common.sass */
.grey {
  color: #e1e1e1;
}

/* line 56, ../sass/_common.sass */
.dark-grey {
  color: #1c1c1c;
}

/* line 58, ../sass/_common.sass */
.light-grey {
  color: #c7d5dc;
}

/* line 61, ../sass/_common.sass */
.bg-grey {
  background: #e1e1e1;
}

/* line 63, ../sass/_common.sass */
.bg-dark-grey {
  background: #1c1c1c;
}

/* line 67, ../sass/_common.sass */
.hover-grey:hover, .hover-grey:focus {
  color: #e1e1e1;
}

/* line 71, ../sass/_common.sass */
.contact-block {
  text-align: left;
}
/* line 74, ../sass/_common.sass */
.contact-block .col-md-12 {
  padding-left: 0;
  padding-right: 0;
}
/* line 78, ../sass/_common.sass */
.contact-block .col-md-12 h3 {
  color: #ffffff;
  background: #000000;
  padding: 6px 10px;
}
@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../sass/_common.sass */
  .contact-block .col-md-12 h3 {
    padding-right: 70px;
  }
}
/* line 85, ../sass/_common.sass */
.contact-block .col-md-12 h4 {
  background: #ffffff;
  padding: 5px 10px;
}
/* line 88, ../sass/_common.sass */
.contact-block .col-md-12 img {
  display: block;
  position: absolute;
  top: 12px;
  right: 17px;
}
@media (max-width: 767px) {
  /* line 88, ../sass/_common.sass */
  .contact-block .col-md-12 img {
    display: none;
  }
}
@media (min-width: 768px) {
  /* line 71, ../sass/_common.sass */
  .contact-block {
    background: url(/images/logo-small.png) top right no-repeat;
    padding-right: 95px;
  }
}

/* line 100, ../sass/_common.sass */
ul.list {
  display: inline-block;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
  padding-left: 0;
}
/* line 107, ../sass/_common.sass */
ul.list li {
  padding-left: 65px;
  margin-bottom: 13px;
  background: url(/images/logo-xs.png) left top 2px no-repeat;
}

/* line 4, ../sass/partials/_header.sass */
#header .contact {
  padding-top: 7px;
  padding-bottom: 5px;
}
@media (min-width: 768px) {
  /* line 8, ../sass/partials/_header.sass */
  #header .navbar-wrapper {
    -moz-transition: background 0.2s;
    -o-transition: background 0.2s;
    -webkit-transition: background 0.2s;
    transition: background 0.2s;
  }
  /* line 11, ../sass/partials/_header.sass */
  #header .navbar-wrapper .navbar {
    border: none;
    margin-bottom: 0;
    min-height: 0;
    border-radius: 0;
  }
  /* line 17, ../sass/partials/_header.sass */
  #header .navbar-wrapper .navbar #navbar {
    padding-left: 0;
    padding-right: 0;
    margin-right: -20px;
  }
  /* line 22, ../sass/partials/_header.sass */
  #header .navbar-wrapper .navbar #navbar .navbar-nav {
    float: right;
  }
  /* line 26, ../sass/partials/_header.sass */
  #header .navbar-wrapper .navbar #navbar .navbar-nav > li > a {
    padding: 10px 20px;
    color: #ffffff;
    font-size: 22px;
    -moz-transition: color 0.2s;
    -o-transition: color 0.2s;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  /* line 32, ../sass/partials/_header.sass */
  #header .navbar-wrapper .navbar #navbar .navbar-nav > li > a:hover, #header .navbar-wrapper .navbar #navbar .navbar-nav > li > a:focus {
    background: none;
  }
  /* line 35, ../sass/partials/_header.sass */
  #header .navbar-wrapper .navbar #navbar .navbar-nav > li.active > a {
    font-weight: 700;
  }
  /* line 37, ../sass/partials/_header.sass */
  #header #sticky-wrapper {
    margin-bottom: -40px;
  }
  /* line 41, ../sass/partials/_header.sass */
  #header #sticky-wrapper.is-sticky .navbar-wrapper {
    background: #ffffff;
    z-index: 1 !important;
  }
  /* line 47, ../sass/partials/_header.sass */
  #header #sticky-wrapper.is-sticky .navbar-wrapper .navbar-nav > li > a {
    color: #000000;
  }
}
@media (max-width: 767px) {
  /* line 50, ../sass/partials/_header.sass */
  #header .contact-wrapper {
    text-align: center;
  }
  /* line 53, ../sass/partials/_header.sass */
  #header .contact-wrapper span {
    display: none;
  }
  /* line 55, ../sass/partials/_header.sass */
  #header .contact-wrapper a {
    margin-left: 20px;
  }
  /* line 57, ../sass/partials/_header.sass */
  #header .navbar {
    margin-bottom: 5px;
  }
  /* line 60, ../sass/partials/_header.sass */
  #header .navbar .navbar-toggle {
    margin-right: 0;
  }
  /* line 63, ../sass/partials/_header.sass */
  #header .navbar .navbar-toggle .icon-bar {
    background: #000000;
  }
  /* line 67, ../sass/partials/_header.sass */
  #header .navbar .navbar-nav > li > a {
    color: #000000 !important;
    text-align: left;
    font-weight: 500;
  }
}

/* line 3, ../sass/partials/_footer.sass */
#footer {
  text-align: left;
}
/* line 6, ../sass/partials/_footer.sass */
#footer .top {
  background: #ffffff;
}
/* line 9, ../sass/partials/_footer.sass */
#footer .top h4 {
  color: #000000;
  font-weight: 700;
}
/* line 12, ../sass/partials/_footer.sass */
#footer .top a {
  color: #000000;
}
/* line 15, ../sass/partials/_footer.sass */
#footer .top a:hover, #footer .top a:focus {
  color: #000000;
}
/* line 17, ../sass/partials/_footer.sass */
#footer .top #feedback-form {
  background: #000000;
  padding: 21px 15px;
}
/* line 21, ../sass/partials/_footer.sass */
#footer .top #feedback-form h4 {
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
}
/* line 25, ../sass/partials/_footer.sass */
#footer .top #feedback-form .field-wrapper {
  height: 70px;
}
/* line 27, ../sass/partials/_footer.sass */
#footer .top #feedback-form input[type=text] {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  width: 100%;
  border: none;
  outline: none;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
}
/* line 38, ../sass/partials/_footer.sass */
#footer .top #feedback-form .errorMessage {
  font-weight: 700;
  font-size: 12px;
  padding-left: 10px;
  margin-top: 3px;
  color: #ffffff;
}
/* line 44, ../sass/partials/_footer.sass */
#footer .top #feedback-form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 24px;
  font-weight: 400;
  background: #ffffff;
  color: #000000;
  border: none;
  outline: none;
  width: 122px;
  height: 42px;
}
/* line 55, ../sass/partials/_footer.sass */
#footer .top #feedback-form .form-bottom table {
  width: 100%;
}
/* line 60, ../sass/partials/_footer.sass */
#footer .top #feedback-form .form-bottom table td:first-child .success {
  display: none;
}
/* line 62, ../sass/partials/_footer.sass */
#footer .top #feedback-form .form-bottom table td:last-child {
  text-align: right;
}
/* line 64, ../sass/partials/_footer.sass */
#footer .bottom {
  background: #000000;
  color: #ffffff;
  font-size: 11px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* line 4, ../sass/pages/_index.sass */
.index-page #top-picture {
  background: url(/images/top/index.jpg) center center no-repeat;
  background-size: cover;
}
/* line 8, ../sass/pages/_index.sass */
.index-page #services .image-wrapper {
  height: 80px;
}

/* line 4, ../sass/pages/_contact.sass */
.contact-page .map-wrapper {
  position: relative;
}
/* line 7, ../sass/pages/_contact.sass */
.contact-page .map-wrapper #map {
  height: 800px;
}
/* line 10, ../sass/pages/_contact.sass */
.contact-page .map-wrapper #map .pulse-animation {
  position: relative;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #000000;
  border: 1px solid #ffffff;
}
/* line 18, ../sass/pages/_contact.sass */
.contact-page .map-wrapper #map .pulse-animation::before, .contact-page .map-wrapper #map .pulse-animation::after {
  content: "";
  background: #000000;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  left: -1px;
  top: -1px;
  z-index: -1;
}
/* line 29, ../sass/pages/_contact.sass */
.contact-page .map-wrapper #map .pulse-animation::before {
  transform: scale(2, 2);
  opacity: 1;
  -moz-animation: outside 1.2s infinite linear;
  -webkit-animation: outside 1.2s infinite linear;
  animation: outside 1.2s infinite linear;
}
/* line 33, ../sass/pages/_contact.sass */
.contact-page .map-wrapper #map .pulse-animation::after {
  transform: scale(1, 1);
  opacity: 0;
  -moz-animation: inside 1.2s infinite linear;
  -webkit-animation: inside 1.2s infinite linear;
  animation: inside 1.2s infinite linear;
}
/* line 37, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNjU4NDk0IiB5MT0iMS4wOTE1MDYiIHgyPSIwLjM0MTUwNiIgeTI9Ii0wLjA5MTUwNiI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-linear-gradient(105deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-linear-gradient(105deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(-15deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
/* line 45, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content #contact-form {
  text-align: left;
  background: #ffffff;
  padding: 12px 15px;
}
/* line 50, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content #contact-form .field-wrapper {
  height: 55px;
}
/* line 52, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content #contact-form input[type=text],
.contact-page .map-wrapper .content #contact-form textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 40px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #000000;
  outline: none;
  padding: 0 0 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  background: none;
}
/* line 65, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content #contact-form .errorMessage {
  font-weight: 700;
  font-size: 12px;
  margin-top: 1px;
}
/* line 69, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content #contact-form input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  font-size: 24px;
  font-weight: 400;
  background: #000000;
  color: #ffffff;
  border: none;
  outline: none;
  width: 122px;
  height: 42px;
}
/* line 80, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content #contact-form .form-bottom table {
  width: 100%;
}
/* line 85, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content #contact-form .form-bottom table td:first-child .success {
  display: none;
}
/* line 87, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content #contact-form .form-bottom table td:last-child {
  text-align: right;
}
/* line 89, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content .contacts {
  padding: 30px 30px;
}
/* line 93, ../sass/pages/_contact.sass */
.contact-page .map-wrapper .content .contacts > div:first-child {
  border-left: none;
}
@media (min-width: 768px) {
  /* line 92, ../sass/pages/_contact.sass */
  .contact-page .map-wrapper .content .contacts > div {
    border-left: 1px solid #ffffff;
  }
}

@-moz-keyframes inside {
  from {
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  to {
    -moz-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0.8;
  }
}
@-webkit-keyframes inside {
  from {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  to {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0.8;
  }
}
@keyframes inside {
  from {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
  to {
    -moz-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0.8;
  }
}
@-moz-keyframes outside {
  from {
    -moz-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0.8;
  }
  to {
    -moz-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0;
  }
}
@-webkit-keyframes outside {
  from {
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0.8;
  }
  to {
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0;
  }
}
@keyframes outside {
  from {
    -moz-transform: scale(3, 3);
    -ms-transform: scale(3, 3);
    -webkit-transform: scale(3, 3);
    transform: scale(3, 3);
    opacity: 0.8;
  }
  to {
    -moz-transform: scale(5, 5);
    -ms-transform: scale(5, 5);
    -webkit-transform: scale(5, 5);
    transform: scale(5, 5);
    opacity: 0;
  }
}
