body {
  font-family: sans-serif;
  color: #3c3c3b;
  font-size: 14px;
  line-height: 25px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 2em;
  line-height: 36px;
  font-weight: 800;
  text-shadow: 2px 2px 0 rgba(60, 60, 60, .21);
}

h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: 'montserratsemi_bold', sans-serif;
  font-size: 1.1em;
  line-height: 1.35em;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 1em;
  line-height: 30px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'montserratlight', sans-serif;
  font-weight: 400;
}

a {
  color: #e20613;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 2.6em;
}

strong {
  font-family: 'montserratsemi_bold', sans-serif;
  font-weight: 400;
}

.top-nav {
  height: 34px;
  background-color: #3c3c3b;
  background-image: url('../images/bg-zig-zag.gif');
  background-position: 0px 0px;
}

.top-nav-container {
  height: 33px;
  border-right: 1px solid #262625;
  border-left: 1px solid #262625;
}

.white {
  color: #fff;
}

.white.nav-link {
  font-weight: 700;
  text-decoration: none;
}

.white.nav-link.top-nav-link {
  display: inline-block;
  padding-right: 10px;
  padding-left: 10px;
  border-right: 1px solid #262625;
  font-family: 'montserratregular', sans-serif;
  font-size: 0.9em;
  line-height: 2.5em;
  font-weight: 400;
}

.white.nav-link.top-nav-link.float-right {
  float: right;
}

.white.nav-link.top-nav-link.float-right.top-nav-right-links {
  border-left: 1px solid #262625;
  border-right-style: none;
  font-size: 0.9em;
}

.white.nav-link.top-nav-link.float-right.top-nav-right-links.w--current {
  background-color: #4e4e4e;
  color: #b6b5b5;
  font-size: 14px;
  line-height: 1em;
  font-weight: 600;
}

.white.nav-link.top-nav-link.float-right.top-nav-right-links.projecten-btn {
  height: 34px;
  background-color: #e20613;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  font-weight: 400;
  text-transform: uppercase;
}

.white.nav-link.top-nav-link.float-right.top-nav-right-links.projecten-btn:hover {
  background-color: #bb101a;
  color: #fff;
}

.icon {
  position: relative;
  top: 2px;
  font-family: Bouwadvies, sans-serif;
  font-weight: 400;
  text-transform: none;
}

.icon.top-nav-icon {
  top: 3px;
  color: #b6b5b5;
  font-size: 1.06666666em;
  line-height: 2em;
}

.icon.dropdown-icon {
  color: #3c3c3b;
  text-decoration: none;
}

.icon.white.icon-circle-icon {
  position: absolute;
  left: 12px;
  top: 9px;
  display: inline;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
}
.icon.white.icon-circle-icon.ic-wind{
  left: 5px;
  top: 5px;
}
.icon.white.icon-circle-icon.ic-reno{
  left: 9px;
  top: 3px;
}
.icon.icon-right {
  top: 3px;
  right: -3px;
  margin-left: 2px;
}

.icon.list-icon {
  color: #e20613;
}

.navbar {
  padding-top: 18px;
  padding-bottom: 16px;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21);
  font-weight: 700;
}

.nav-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'montserratregular', sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-link:hover {
  color: #b6b5b5;
}

.nav-link.w--current {
  color: #e20613;
}

.logo {
  max-width: 190px;
  margin-top: 18px;
}

.dropdown-toggle {
  padding: 18px 20px 20px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'montserratregular', sans-serif;
  font-weight: 400;
}

.dropdown-toggle:hover {
  color: #b6b5b5;
}

.dropdown-toggle.last-nav-link {
  padding-right: 0px;
  font-family: 'montserratregular', sans-serif;
  font-weight: 400;
}

.hero-image {
  display: block;
  height: 440px;
  margin-right: auto;
  margin-left: auto;
  background-image: url('../images/pic-hero.jpg');
  background-position: 50% 33%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-top: 160px;
  font-family: 'montserratsemi_bold', sans-serif;
  color: #fff;
  font-size: 2.666667em;
  line-height: 1em;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  text-shadow: 2px 2px 0 rgba(60, 60, 60, .21);
}

.button {
  padding: 9px 17px;
  border: 1px solid #eee;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: 'montserratsemi_bold', sans-serif;
  color: #3c3c3b;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: #f1f1f1;
}

.button.hero-button {
  display: inline-block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 12px;
  padding-bottom: 12px;
  border-width: 0px;
  box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21), 1px 1px 3px 0 #000;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'montserratbold', sans-serif;
  color: #e20613;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.button.hero-button:hover {
  background-color: #f1f1f1;
  color: #bb101a;
}

.button.button-on-content-block {
  position: absolute;
  bottom: -23px;
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button.white-button {
  color: #e20613;
}

.button.white-button.float-right {
  float: right;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.button.white-button.float-right.documentatie-btn {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  font-size: 13px;
  font-weight: 400;
}

.button.white-button.float-right.long {
  margin-top: 12px;
}

.button.white-button.box-shadow {
  border-style: none;
  box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.button.white-button.box-shadow:hover {
  background-color: #e20613;
  box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21);
  color: #f1f1f1;
}

.button.white-button.box-shadow:active {
  position: relative;
  left: 2px;
  top: 2px;
  background-color: #bb101a;
  box-shadow: none;
}

.hero-button-container {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-text-block {
  padding-top: 20px;
  padding-bottom: 8px;
  background-color: #e20613;
  color: #fff;
  text-align: center;
}

.hero-question {
  margin-bottom: 1px;
  font-family: 'montserratsemi_bold', sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.section.dark-pattern-bg.invoice-cta {
  padding-top: 20px;
  padding-bottom: 20px;
}

.center-text {
  text-align: center;
}

.center-text.heading-2-home {
  font-size: 2em;
  text-shadow: none;
}

.heading-stripe {
  width: 36px;
  height: 2px;
  margin-top: 18px;
  margin-bottom: 20px;
  background-color: #e20613;
}

.heading-stripe.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-block {
  display: inline-block;
  width: 308px;
  margin-right: 10px;
  margin-left: 10px;
  text-align: left;
}

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.column-block-container {
  display: block;
  margin-top: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.img-full-width {
  width: 100%;
}

.img-full-width.box-shadow {
  display: block;
  overflow: hidden;
  box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21);
}

.img-full-width.box-shadow.contact-img {
  margin-bottom: 20px;
}

.column-block-img-container {
  position: relative;
  width: 100%;
}

.heading-3-home {
  margin-top: 0px;
  margin-bottom: 12px;
  font-size: 1.2em;
  line-height: 1.35em;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.heading-3-home.heading-in-column-block {
  max-width: 212px;
  font-family: 'montserratsemi_bold', sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.heading-3-home.media-title {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
}

.heading-3-home.referenties-heading {
  margin-bottom: -3px;
  font-family: 'montserratsemi_bold', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.column-block-text-container {
  position: relative;
  padding: 20px 20px 30px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

.icon-circle {
  position: absolute;
  right: 20px;
  bottom: -22px;
  width: 50px;
  height: 50px;
  border: 4px solid #fff;
  border-radius: 100%;
  background-color: #e20613;
  box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.icon-circle:hover {
  background-color: #bb101a;
}

.column-block-btn-container {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -23px;
  display: block;
  width: 160px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: center;
}

.thumb-gallery {
  width: 300px;
  height: 300px;
  float: right;
}

.thumb-gallery-lightbox-link {
  width: 100px;
  height: 100px;
  border: 1px solid #fff;
}

.dark-pattern-bg {
  padding-bottom: 0px;
  background-color: #3c3c3b;
  background-image: url('../images/bg-zig-zag.gif');
  background-position: 0px 0px;
  background-size: auto;
  color: #fff;
}

.content-box {
  display: block;
  width: 646px;
  padding: 30px;
  float: left;
}

.content-box.dark-pattern-bg.advantages-box {
  position: relative;
  width: 640px;
  margin-bottom: 40px;
  border: 1px solid #fff;
}

.heading-2-home {
  margin-bottom: 0px;
  font-size: 2em;
  text-shadow: 2px 2px 0 rgba(60, 60, 60, .21);
}

.heading-2-home.heading-in-content-box {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'montserratsemi_bold', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-transform: none;
}

.heading-2-home.center-txt {
  margin-top: 20px;
  font-family: 'montserratbold', sans-serif;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: none;
}

.ul-icon {
  padding-left: 38px;
  font-family: 'montserratlight', sans-serif;
}

.ul-icon.ul-check.ul-two-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}

.grey-bg {
  background-color: #eee;
}

.col-half {
  width: 49%;
  float: left;
}

.col-half.left {
  margin-right: 1%;
}

.col-half.right {
  margin-left: 1%;
}

.col-half.right.facebook-feed {
  margin-top: 10px;
}

.media-block {
  position: relative;
  max-height: 140px;
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #f1f1f1;
  box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21);
}

.media-block.last {
  margin-bottom: 40px;
}

.media-block.white-bg {
  background-color: #fff;
}

.media-thumb {
  width: 140px;
  height: 140px;
  max-height: 140px;
  max-width: 140px;
  float: left;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.media-text {
  overflow: hidden;
  width: 320px;
  max-height: 140px;
  padding: 20px;
  float: right;
}

.invoice-cta-title {
  width: 62%;
  margin-top: 12px;
  float: left;
  font-size: 1.2em;
  letter-spacing: 0.05em;
}

.col-quarter {
  width: 24%;
  margin-right: 0.66%;
  margin-left: 0.66%;
  float: left;
}

.col-quarter.first {
  margin-left: 0%;
}

.col-quarter.last {
  margin-right: 0%;
}

.footer {
  padding-top: 30px;
  border-top: 1px solid #eee;
  background-image: url('../images/bg-footer.gif');
  background-position: 0px 100%;
  background-size: 172px;
  background-repeat: no-repeat;
}

.footer-last {
  margin-bottom: 30px;
  float: right;
}

.sitemap {
  width: 72%;
  margin-top: -11px;
  float: left;
}

.ul-three-columns {
  margin-top: 4px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}

.link-block {
  display: block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'montserratlight', sans-serif;
  color: #3c3c3b;
  text-decoration: none;
}

.link-block:hover {
  color: #b6b5b5;
}

.list-cat {
  font-family: 'montserratsemi_bold', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.list-cat:hover {
  color: #3c3c3b;
}

.list-cat.next-col {
  margin-top: 5px;
  clear: none;
}

.list-subcat {
  margin-top: -10px;
  margin-bottom: 6px;
  line-height: 1.6em;
}

.list-cat-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #3c3c3b;
  text-decoration: none;
}

.list-cat-link:hover {
  color: #b6b5b5;
}

.list-subcat-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'montserratlight', sans-serif;
  color: #3c3c3b;
  font-weight: 400;
  text-decoration: none;
}

.list-subcat-link:hover {
  color: #b6b5b5;
}

.container {
  font-family: 'montserratregular', sans-serif;
  font-weight: 400;
}

.dropdown-list.w--open {
  margin-top: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fff;
  box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21);
}

.dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 400;
}

.dropdown-link:hover {
  color: #b6b5b5;
}

.dropdown-link.w--current {
  color: #e20613;
}

.intro {
  font-family: 'montserratsemi_bold', sans-serif;
  line-height: 25px;
  font-style: normal;
  font-weight: 400;
}

.well {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 20px 10px;
  background-color: #f1f1f1;
  box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21);
}

.well.well2 {
  border: 1px solid #eee;
  background-color: transparent;
  box-shadow: none;
}

.well.realisaties {
  margin-top: 10px;
}

.content {
  padding-top: 12px;
  padding-bottom: 20px;
}

.list-item {
  font-family: 'montserratlight', sans-serif;
  font-weight: 400;
}

.referenties-title {
  padding-top: 16px;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  color: #3c3c3b;
  text-decoration: none;
}

.referenties-link {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  text-decoration: none;
}

.block-container {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.block-title {
  position: relative;
  padding: 20px 20px 30px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
}

.tabs-menu {
  float: left;
}

.tabs-content {
  padding-right: 20px;
  padding-left: 20px;
  float: none;
}

.tab-link {
  display: block;
  margin-bottom: 10px;
  border: 1px solid #eee;
  background-color: transparent;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'montserratsemi_bold', sans-serif;
  color: #3c3c3b;
  text-align: left;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.tab-link:hover {
  color: #b6b5b5;
}

.tab-link.w--current {
  background-color: #e20613;
  color: #f1f1f1;
}

.tab-link.w--current:hover {
  color: #f1f1f1;
}

.tabs {
  margin-top: 20px;
}

.full-width {
  width: 100%;
}

.testi-quote {
  margin-bottom: 0px;
  padding: 0px;
  border-left-style: none;
  font-family: 'montserratlight', sans-serif;
  font-size: 1em;
}

.testi-name {
  margin-top: 10px;
  margin-bottom: -10px;
  font-family: 'montserratbold', sans-serif;
  text-align: right;
}

.align-right {
  text-align: right;
}

.float-right {
  float: right;
}

.float-right.back-to-link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-family: 'montserratlight', sans-serif;
  color: #b6b5b5;
  font-size: 12px;
  text-decoration: none;
}

.float-right.back-to-link:hover {
  color: #bb101a;
}

.red {
  color: #e20613;
}

.col1form {
  width: 49%;
  float: left;
}

.col2form {
  width: 49%;
  float: right;
}

.form-extra {
  padding-top: 15px;
  padding-bottom: 15px;
  clear: left;
}

.text-field {
  font-family: 'montserratlight', sans-serif;
}

.text-field.form-margin-bottom {
  margin-bottom: 20px;
}

.radio-button-field {
  font-family: 'montserratlight', sans-serif;
  font-weight: 400;
}

.radio-button-field.inline {
  display: inline-block;
  margin-right: 20px;
}

.checkbox-field {
  font-family: 'montserratlight', sans-serif;
}

.form-margin-bottom {
  margin-bottom: 15px;
}

.map {
  height: 290px;
  margin-bottom: 20px;
}

.slider {
  width: 100%;
  height: auto;
  margin-top: 10px;
}

.margin-top {
  margin-top: 15px;
}

.slider-lightbox {
  width: 100%;
}

.slider-lightbox-img {
  width: 100%;
}

@media (max-width: 991px) {
  .icon.list-icon.icon-right {
    text-decoration: none;
  }
  .hero-text-block {
    text-align: left;
  }
  .content-box.dark-pattern-bg.advantages-box {
    width: 428px;
  }
  .ul-icon.ul-check.ul-two-columns.ul-one-col-md {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .media-text {
    width: 216px;
  }
  .invoice-cta-title {
    width: 57%;
  }
  .footer {
    border-bottom: 2px solid #e20613;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .sitemap {
    width: 67%;
  }
  .nav-menu {
    background-color: #fff;
    box-shadow: 2px 2px 0 0 rgba(60, 60, 60, .21);
  }
  .menu-button.w--open {
    background-color: #f1f1f1;
  }
  .list-item {
    margin-bottom: 10px;
    line-height: 1.6em;
  }
}

@media (max-width: 767px) {
  .hero-text-block {
    padding-right: 20px;
    padding-left: 20px;
  }
  .section.dark-pattern-bg.invoice-cta {
    margin-top: 20px;
  }
  .column-block {
    margin-bottom: 52px;
  }
  .column-block.last {
    margin-bottom: 0px;
  }
  .thumb-gallery {
    display: block;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
    float: none;
  }
  .content-box.dark-pattern-bg.advantages-box {
    width: 100%;
    float: none;
    border-style: none;
  }
  .col-half.left {
    width: 100%;
    margin-right: 0%;
    float: none;
  }
  .col-half.right {
    width: 100%;
    margin-left: 0%;
    float: none;
  }
  .media-text {
    width: 388px;
  }
  .invoice-cta-title.long {
    width: 49%;
  }
  .footer {
    border-bottom-style: solid;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .footer-last {
    margin-top: 20px;
    float: none;
  }
  .sitemap {
    width: 100%;
    float: none;
  }
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .h1-block {
    padding-right: 10px;
    padding-left: 10px;
  }
  .referenties-link {
    display: block;
    width: 70%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }
}

@media (max-width: 479px) {
  .nav-link {
    display: block;
  }
  .button.hero-button {
    display: inline-block;
    max-width: 222px;
  }
  .button.white-button.float-right {
    float: right;
  }
  .button.white-button.float-right.long {
    float: none;
  }
  .column-block {
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }
  .column-block-container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .media-thumb {
    display: none;
  }
  .media-text {
    width: 100%;
    float: none;
  }
  .invoice-cta-title {
    float: left;
  }
  .invoice-cta-title.long {
    width: 100%;
  }
  .footer {
    border-bottom-style: solid;
    background-image: none;
    background-position: 0px 0px;
    background-size: auto;
    background-repeat: repeat;
  }
  .ul-three-columns {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .referenties-link {
    width: 100%;
  }
  .col1form {
    width: 100%;
    float: none;
  }
  .col2form {
    width: 100%;
    float: none;
  }
}

@font-face {
  font-family: 'Bouwadvies';
  src: url('../fonts/bouwadvies.eot') format('embedded-opentype'), url('../fonts/bouwadvies.woff') format('woff'), url('../fonts/bouwadvies.ttf') format('truetype'), url('../fonts/bouwadvies.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
    font-family: 'montserratbold';
    src: url('../fonts/montserrat-bold-webfont.eot');
    src: url('../fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-bold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-bold-webfont.woff') format('woff'),
         url('../fonts/montserrat-bold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratlight';
    src: url('../fonts/montserrat-light-webfont.eot');
    src: url('../fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-light-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-light-webfont.woff') format('woff'),
         url('../fonts/montserrat-light-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/montserrat-regular-webfont.eot');
    src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-regular-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-regular-webfont.woff') format('woff'),
         url('../fonts/montserrat-regular-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratsemi_bold';
    src: url('../fonts/montserrat-semibold-webfont.eot');
    src: url('../fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/montserrat-semibold-webfont.woff2') format('woff2'),
         url('../fonts/montserrat-semibold-webfont.woff') format('woff'),
         url('../fonts/montserrat-semibold-webfont.ttf') format('truetype'),
         url('../fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
