/* line 15, ../sass/screen.scss */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  line-height: 14px;
  color: #5e5e5e;
  padding: 45px 0 80px 0;
  position: relative;
}
@media (max-width: 1380px) {
  /* line 15, ../sass/screen.scss */
  body {
    padding: 100px 0 80px 0;
  }
}
@media (max-width: 1000px) {
  /* line 15, ../sass/screen.scss */
  body {
    padding: 150px 0 80px 0;
  }
}

/* line 31, ../sass/screen.scss */
img {
  width: 100%;
  height: auto;
}

/* line 35, ../sass/screen.scss */
p {
  margin: 0 0 16px 0;
}

/* line 45, ../sass/screen.scss */
main a {
  text-decoration: none;
  color: #5e5e5e;
  border-bottom: solid 1px #5e5e5e;
  transition: border 0.3s;
}
/* line 47, ../sass/screen.scss */
main a:focus {
  text-decoration: none;
  color: #5e5e5e;
  border-bottom: solid 1px #5e5e5e;
  transition: border 0.3s;
  outline: none;
}
/* line 51, ../sass/screen.scss */
main a:link {
  text-decoration: none;
  color: #5e5e5e;
  border-bottom: solid 1px #5e5e5e;
  transition: border 0.3s;
}
/* line 54, ../sass/screen.scss */
main a:visited {
  text-decoration: none;
  color: #5e5e5e;
  border-bottom: solid 1px #5e5e5e;
  transition: border 0.3s;
}
/* line 57, ../sass/screen.scss */
main a:hover {
  text-decoration: none;
  color: #5e5e5e;
  border-bottom: solid 1px #5e5e5e;
  transition: border 0.3s;
  border-bottom: solid 1px transparent;
}
/* line 61, ../sass/screen.scss */
main a:active {
  text-decoration: none;
  color: #5e5e5e;
  border-bottom: solid 1px #5e5e5e;
  transition: border 0.3s;
}

/* line 67, ../sass/screen.scss */
strong {
  color: #7d7d7d;
}

/* line 71, ../sass/screen.scss */
h1, h2, h3, h4, h5, h6 {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #7d7d7d;
}

/* line 78, ../sass/screen.scss */
.subline {
  display: block;
  font-size: 11px;
  line-height: 14px;
  font-weight: 400;
  color: #5e5e5e;
}

/* line 87, ../sass/screen.scss */
.italic {
  font-style: italic;
}

/* line 90, ../sass/screen.scss */
.big {
  font-size: 14px;
  line-height: 20px;
}

/* line 94, ../sass/screen.scss */
.uppercase {
  text-transform: uppercase;
}

/* line 99, ../sass/screen.scss */
.standard-text {
  margin: 0 0 30px 0;
}

/* line 105, ../sass/screen.scss */
.section-headline h1, .section-headline h2, .section-headline h3, .section-headline h4, .section-headline h5, .section-headline h6 {
  font-size: 21px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 20px 0;
  color: #7d7d7d;
}
/* line 112, ../sass/screen.scss */
.section-headline img {
  width: auto;
  max-height: 26px;
  margin: 0 0 30px 0;
}

/* line 119, ../sass/screen.scss */
.image-wrapper {
  margin: 0 0 30px 0;
}
/* line 121, ../sass/screen.scss */
.image-wrapper.above {
  margin: 0 0 8px 0;
}

/* line 126, ../sass/screen.scss */
.images-two .col-md-6 {
  padding: 0;
}
/* line 128, ../sass/screen.scss */
.images-two .col-md-6:first-child {
  padding: 0 4px 0 0;
}
@media (max-width: 767px) {
  /* line 128, ../sass/screen.scss */
  .images-two .col-md-6:first-child {
    padding: 0;
  }
  /* line 133, ../sass/screen.scss */
  .images-two .col-md-6:first-child .image-wrapper {
    margin: 0 0 8px 0;
  }
}
/* line 138, ../sass/screen.scss */
.images-two .col-md-6:last-child {
  padding: 0 0 0 4px;
}
@media (max-width: 767px) {
  /* line 138, ../sass/screen.scss */
  .images-two .col-md-6:last-child {
    padding: 0;
  }
}

/* line 148, ../sass/screen.scss */
#page-header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  height: 0;
  padding: 0 50px 0 20px;
}
@media (min-width: 1381px) {
  /* line 148, ../sass/screen.scss */
  #page-header {
    display: none;
  }
}
@media (max-width: 1100px) {
  /* line 148, ../sass/screen.scss */
  #page-header {
    height: 100px;
  }
}
@media (max-width: 850px) {
  /* line 148, ../sass/screen.scss */
  #page-header {
    padding: 0 20px 0 20px;
  }
}
/* line 166, ../sass/screen.scss */
#page-header #hamburger-icon {
  float: right;
  margin: 40px 0 0 0;
}
/* line 170, ../sass/screen.scss */
#page-header .logo-wrapper {
  margin: 15px 0 0 0;
  width: 95px;
  float: left;
}

/* line 181, ../sass/screen.scss */
#hamburger-icon .button-wrapper {
  width: 30px;
  height: 21px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}
/* line 188, ../sass/screen.scss */
#hamburger-icon .button-wrapper span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #5e5e5e;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}
/* line 198, ../sass/screen.scss */
#hamburger-icon .button-wrapper span:nth-child(1) {
  top: 0;
  transform-origin: left center;
}
/* line 202, ../sass/screen.scss */
#hamburger-icon .button-wrapper span:nth-child(2) {
  top: 9px;
  transform-origin: left center;
}
/* line 206, ../sass/screen.scss */
#hamburger-icon .button-wrapper span:nth-child(3) {
  top: 18px;
  transform-origin: left center;
}
/* line 213, ../sass/screen.scss */
#hamburger-icon .button-wrapper.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 0;
  left: 0;
}
/* line 218, ../sass/screen.scss */
#hamburger-icon .button-wrapper.open span:nth-child(2) {
  width: 0;
  opacity: 0;
}
/* line 222, ../sass/screen.scss */
#hamburger-icon .button-wrapper.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 21px;
  left: 0;
}

/* line 232, ../sass/screen.scss */
aside#menu-main {
  width: 280px;
  padding: 45px 20px 20px 20px;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  background-color: #ffffff;
  transition: transform 0.3s;
  z-index: 9970;
}
@media (min-width: 1380px) {
  /* line 232, ../sass/screen.scss */
  aside#menu-main {
    left: 0;
    right: auto;
  }
}
@media (max-width: 1380px) {
  /* line 232, ../sass/screen.scss */
  aside#menu-main {
    transform: translateX(100%);
  }
  /* line 248, ../sass/screen.scss */
  aside#menu-main .logo-wrapper {
    display: none;
  }
  /* line 251, ../sass/screen.scss */
  aside#menu-main.open {
    transform: translateX(0);
  }
}
@media (max-width: 1380px) {
  /* line 232, ../sass/screen.scss */
  aside#menu-main {
    padding: 145px 20px 20px 20px;
  }
}
/* line 258, ../sass/screen.scss */
aside#menu-main ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 263, ../sass/screen.scss */
aside#menu-main ul li a {
  display: block;
  color: #5e5e5e;
  transition: color 0.3s;
}
/* line 267, ../sass/screen.scss */
aside#menu-main ul li a:hover {
  text-decoration: none;
  color: #000000;
}

/* line 277, ../sass/screen.scss */
.container {
  max-width: 776px;
}

@media (max-width: 991px) {
  /* line 281, ../sass/screen.scss */
  main > .container,
  footer > .container {
    padding: 0 20px;
  }
}
