body {
  font-family: 'Lato webfont', sans-serif;
  color: #333;
  font-size: 18px;
  line-height: 100%;
  font-weight: 300;
}

h1 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 120%;
  font-weight: 400;
}

h2 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 2em;
  line-height: 120%;
  font-weight: 400;
}

h3 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 120%;
  font-weight: 700;
}

h4 {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 120%;
  font-weight: 400;
}

h5 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 120%;
  font-weight: 700;
}

h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
  line-height: 120%;
  font-weight: 400;
}

p {
  margin-bottom: 1em;
  line-height: 140%;
  letter-spacing: 0.25px;
}

a {
  color: #334b97;
  text-decoration: none;
}

img {
  display: inline-block;
  max-width: 100%;
  color: #10632f;
}

label {
  display: block;
  padding-top: 0.75em;
  padding-bottom: 0.25em;
  font-size: 0.9em;
  font-weight: 300;
}

strong {
  font-weight: 400;
}

.logo {
  position: absolute;
  left: 4em;
  top: 0px;
  z-index: 2500;
  margin-bottom: -5em;
  padding: 0.5em;
  background-color: #fff;
  box-shadow: 0 0 2em 0 rgba(0, 0, 0, .2);
  -webkit-transition: padding 400ms ease;
  transition: padding 400ms ease;
}

.logo:hover {
  padding-top: 0em;
  padding-bottom: 1em;
}

.text-col {
  padding: 2em;
}

.text-col.txt-frame {
  display: block;
  margin: 2em;
  padding: 2em 0em;
  border: 2px solid #2688ed;
  border-bottom-right-radius: 2em;
  background-color: #fff;
}

.color-navy {
  color: #0050b1;
}

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

.tick {
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
}

.btn {
  display: inline-block;
  margin-top: 1em;
  margin-right: 1em;
  padding: 0.75em 1.5em;
  border: 2px solid #2688ed;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #2688ed;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
}

.btn:hover {
  border-color: #0050b1;
  background-color: #f93;
  color: #fff;
}

.btn.btn-white {
  border-color: #fff;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.btn.btn-white:hover {
  background-color: #f93;
}

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

.btn.btn-black {
  border-color: #333;
  color: #333;
}

.btn.btn-black:hover {
  color: #fff;
}

.btn.small-case.btn-black {
  margin-right: 0em;
}

.btn.center {
  display: inline-block;
}

.input {
  display: inline-block;
  max-width: 30em;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
  padding: 0.75em 1.5em;
  border: 2px solid #ddd;
  background-color: #fff;
}

.input:hover {
  border-color: #777;
}

.input:focus {
  border-color: #333;
}

.footer-link {
  display: block;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-size: 1em;
}

.nav-bar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  padding-right: 2em;
  padding-left: 4em;
  background-color: #fff;
}

.navlink {
  padding: 1em;
  border-bottom: 2px solid #fff;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #0050b1;
}

.navlink:hover {
  border-bottom-color: #0050b1;
  background-color: #2688ed;
  color: #fff;
}

.navlink.w--current {
  border-bottom: 2px solid #2688ed;
  color: #0050b1;
}

.navlink.navlink-logo {
  height: 3em;
  position: fixed;
  left: 4em;
  top: 0px;
  z-index: 2400;
  overflow: hidden;
  width: 100px;
  margin-right: 0.5em;
  margin-left: 0.5em;
  padding-right: 0em;
  padding-left: 0em;
  background-image: url('../images/logo_clubnet_mini.png');
  background-position: 50% 50%;
  background-size: 100px;
  background-repeat: no-repeat;
  color: transparent;
}

.navlink.navlink-logo:hover {
  background-color: #eee;
}

.navlink.navlink-logo.w--current {
  width: 100px;
}

.slide {
  padding: 5em;
  background-color: #0098ff;
  background-image: -webkit-linear-gradient(0deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/CN_foto_05_mini.jpg');
  background-image: linear-gradient(90deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/CN_foto_05_mini.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
  font-size: 30px;
}

.slide.sl-02 {
  background-color: #fff;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/CN_foto_04_mini.jpg');
  background-image: linear-gradient(270deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/CN_foto_04_mini.jpg');
  background-position: 0px 0px, 0px 50%;
  background-size: auto, contain;
}

.slide.sl-03 {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/tumblr_ndyve8fmFa1tubinno1_r1_1280.jpg');
  background-image: linear-gradient(90deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/tumblr_ndyve8fmFa1tubinno1_r1_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.slide.sl-03.sl-03a {
  background-image: -webkit-linear-gradient(0deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/tumblr_ndyve8fmFa1tubinno1_r1_1280.jpg');
  background-image: linear-gradient(90deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/tumblr_ndyve8fmFa1tubinno1_r1_1280.jpg');
  background-size: auto, cover;
}

.big-slider {
  height: 100%;
  margin-top: 3em;
}

.slider-txt {
  display: block;
  max-width: 13em;
}

.slider-txt.align-right {
  float: right;
}

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

.slider-dots {
  height: 3em;
  padding-top: 1em;
}

.slider-arr {
  width: 4em;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  font-size: 1em;
}

.slider-arr:hover {
  background-color: hsla(0, 0%, 100%, .8);
  color: #2688ed;
}

.main-icon {
  width: 100%;
  min-height: 20em;
  padding-top: 4em;
  padding-bottom: 4em;
  background-color: #0050b1;
  opacity: 0.5;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  color: #fff;
}

.main-icon:hover {
  opacity: 1;
}

.main-icon.mi-01 {
  background-image: -webkit-linear-gradient(270deg, rgba(0, 80, 177, .8), rgba(0, 80, 177, .8)), url('../images/CN_foto_05_mini.jpg');
  background-image: linear-gradient(180deg, rgba(0, 80, 177, .8), rgba(0, 80, 177, .8)), url('../images/CN_foto_05_mini.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-icon.mi-02 {
  background-image: -webkit-linear-gradient(270deg, rgba(16, 99, 47, .8), rgba(16, 99, 47, .8)), url('../images/CN_foto_04_mini.jpg');
  background-image: linear-gradient(180deg, rgba(16, 99, 47, .8), rgba(16, 99, 47, .8)), url('../images/CN_foto_04_mini.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-icon.mi-03 {
  background-image: -webkit-linear-gradient(270deg, rgba(19, 200, 196, .8), rgba(19, 200, 196, .8)), url('../images/tumblr_ndyvbwGn511tubinno1_1280.jpg');
  background-image: linear-gradient(180deg, rgba(19, 200, 196, .8), rgba(19, 200, 196, .8)), url('../images/tumblr_ndyvbwGn511tubinno1_1280.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.main-icon.mi-04 {
  background-image: -webkit-linear-gradient(270deg, rgba(146, 39, 190, .8), rgba(146, 39, 190, .8)), url('../images/CN_foto_01_mini.jpg');
  background-image: linear-gradient(180deg, rgba(146, 39, 190, .8), rgba(146, 39, 190, .8)), url('../images/CN_foto_01_mini.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.drawning {
  display: block;
  margin: 1em auto;
}

.col-margin {
  padding-right: 0px;
  padding-left: 0px;
}

.content-section {
  padding: 2em;
  background-color: #0050b1;
  background-image: url('../images/concrete_wall.png');
  background-position: 0px 0px;
  background-attachment: fixed;
  color: #fff;
}

.icon-number {
  height: 3em;
  background-image: url('../images/number-bg.png'), -webkit-radial-gradient(circle closest-side at 50% 50%, #fff 80%, transparent);
  background-image: url('../images/number-bg.png'), radial-gradient(circle closest-side at 50% 50%, #fff 80%, transparent);
  background-position: 50% 50%, 0px 0px;
  background-size: auto 2em, auto;
  background-repeat: repeat-x, repeat;
  color: #2688ed;
  line-height: 3em;
}

.icon-frame {
  display: inline-block;
  overflow: visible;
  width: 100px;
  height: 100px;
  padding: 25px;
  border: 2px solid #2688ed;
  border-radius: 50px;
  background-color: #fff;
}

.icon-frame.frame-wht {
  border-color: #fff;
  background-color: hsla(0, 0%, 100%, .2);
}

.icon-holder {
  display: block;
  width: 20%;
  max-width: 20%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2em;
  padding-bottom: 2em;
  float: left;
  background-color: transparent;
  text-align: center;
}

.how-we-work {
  width: 100%;
  padding: 2em 2em 4em;
  background-color: #2688ed;
  background-image: -webkit-linear-gradient(270deg, rgba(38, 136, 237, .62), rgba(0, 80, 177, .62) 59%, rgba(0, 0, 0, .62)), url('../images/CN_foto_06_mini.jpg');
  background-image: linear-gradient(180deg, rgba(38, 136, 237, .62), rgba(0, 80, 177, .62) 59%, rgba(0, 0, 0, .62)), url('../images/CN_foto_06_mini.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 2em rgba(0, 0, 0, .5);
}

.padding-1 {
  padding-right: 1em;
  padding-left: 1em;
}

.spacer2x2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.offer {
  background-color: #fff;
}

.spacer-2 {
  margin-bottom: 2em;
}

.service {
  padding: 2em 2em 4em;
  background-color: #13c8c4;
  background-image: -webkit-linear-gradient(270deg, rgba(19, 200, 196, .6), rgba(19, 200, 196, .6)), url('../images/bg_pattern.png');
  background-image: linear-gradient(180deg, rgba(19, 200, 196, .6), rgba(19, 200, 196, .6)), url('../images/bg_pattern.png');
  background-position: 0px 0px, 0px 0px;
  background-attachment: scroll, fixed;
  color: #fff;
  text-shadow: 1px 1px 1em #13c8c4;
}

.section-faq {
  padding: 2em;
}

.section-contact {
  padding: 2em;
  background-image: url('../images/geometry_2X.png');
  background-position: 50% 50%;
  background-size: 412px;
}

.color-purple {
  color: #9227be;
}

.color-purple.top-margin-0 {
  margin-top: 0em;
}

.bg-purple {
  width: 100px;
  margin-top: -4em;
  border: 1em solid #9227be;
  background-color: #9227be;
}

.bg-dark {
  width: 100px;
  margin-top: -4em;
  border: 1em solid #0050b1;
  background-color: #0050b1;
}

.bg-emerald {
  width: 100px;
  margin-top: -4em;
  border: 1em solid #15b3af;
  background-color: #15b3af;
}

.bg-green {
  width: 100px;
  margin-top: -2em;
  margin-left: 10px;
  border: 1em solid #10632f;
  background-color: #10632f;
}

.bg-blue {
  width: 100px;
  margin-top: -4em;
  border: 1em solid #2688ed;
  background-color: #2688ed;
}

.purple-frame {
  border-color: #9227be;
}

.bg-light {
  width: 100px;
  margin-top: -4em;
  padding: 1em;
  background-color: #f93;
}

.faq-tab {
  padding: 2em 2em 1em;
  background-color: #eee;
  color: #0050b1;
}

.faq-tab.w--open {
  position: static;
  z-index: 1003;
  padding-top: 1em;
  color: #777;
}

.faq-tab-link {
  display: block;
  max-width: 100%;
  padding: 1.5em 2em 0.5em;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  background-image: url('../images/faq-mini.png');
  background-position: -26px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.faq-tab-link:hover {
  padding-right: 1em;
  padding-left: 3em;
  background-color: #fafafa;
  background-image: url('../images/faq-mini.png');
  background-position: 15px 50%;
  background-size: 25px;
  color: #0050b1;
}

.faq-tab-link.w--current {
  padding-right: 1em;
  padding-left: 3em;
  background-color: #eee;
  background-position: 16px 50%;
  color: #0050b1;
}

.faq-tab-link.w--open {
  z-index: 998;
  padding-right: 1em;
  padding-left: 3em;
  background-color: #eee;
  background-position: 15px 50%;
  color: #0050b1;
}

.offer-phone {
  padding: 2em 4em 4em;
  background-image: -webkit-linear-gradient(15deg, rgba(19, 200, 196, .8), #10632f), url('../images/CN_foto_04A_mini.jpg');
  background-image: linear-gradient(75deg, rgba(19, 200, 196, .8), #10632f), url('../images/CN_foto_04A_mini.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
  color: #fff;
}

.mini-slider {
  height: 100%;
  margin-top: 1em;
  margin-bottom: 2em;
  padding-right: 3em;
  padding-bottom: 3em;
  padding-left: 3em;
  border-radius: 3em;
  background-color: transparent;
}

.mini-slider-arr {
  width: 3em;
  color: #f93;
  font-size: 1em;
}

.mini-slider-dots {
  height: 3em;
  padding-top: 1em;
  font-size: 0.8em;
}

.tick-numer {
  display: inline-block;
  height: 48px;
  margin-top: 1em;
  margin-right: -24px;
  margin-bottom: 1em;
  padding-right: 3em;
  padding-left: 1em;
  float: left;
  border-style: solid none solid solid;
  border-width: 2px;
  border-color: #f93 #32b44a #f93 #f93;
  border-radius: 2em 0em 0em 2em;
  color: #f93;
  line-height: 44px;
}

.offer-phone-holder {
  padding-top: 2em;
  padding-bottom: 2em;
}

.offer-phone-holder:hover {
  background-color: rgba(16, 99, 47, .8);
  color: #13c8c4;
}

.small-case {
  text-transform: lowercase;
}

.offer-internet {
  padding: 2em 2em 4em;
  background-color: rgba(0, 152, 255, .8);
  background-image: -webkit-linear-gradient(14deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/ClubNet_Internet_gliwice.jpg');
  background-image: linear-gradient(76deg, rgba(0, 80, 177, .8), rgba(38, 136, 237, .8)), url('../images/ClubNet_Internet_gliwice.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  color: #fff;
}

.contact-desc {
  margin-top: -1em;
  margin-bottom: 2em;
}

.faq-dropdown {
  position: static;
  display: block;
  max-width: 100%;
}

.icon-desc {
  display: inline-block;
  width: 200px;
  padding-left: 1em;
}

.icon-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  margin-right: 1em;
  margin-bottom: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spacing-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8em;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lightbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2501;
  display: none;
  overflow: auto;
  height: 100%;
  padding: 2em;
  background-color: hsla(0, 0%, 100%, .9);
  opacity: 0;
}

.callback {
  display: block;
  width: 30em;
  margin-right: auto;
  margin-left: auto;
  padding: 2em;
  background-color: #fff;
  text-align: center;
}

.succes {
  margin-top: 2em;
  padding: 2em 1em;
  background-color: #189446;
  color: #fff;
  line-height: 150%;
}

.error {
  margin-top: 1em;
  padding: 2em 1em;
  background-color: #ff241b;
  color: #fff;
  text-align: center;
}

.lightbox-close {
  position: fixed;
  top: 0em;
  right: 0px;
  display: inline-block;
  width: 4em;
  height: 4em;
  background-color: #ff241b;
  color: #fff;
  line-height: 4em;
  font-weight: 700;
  text-align: center;
}

.lightbox-trigger {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 100;
  margin-right: 1em;
  margin-bottom: 1em;
  padding: 0.75em 1.5em;
  border: 2px solid #333;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #333;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.lightbox-trigger:hover {
  background-color: #f93;
  color: #fff;
}

.support-pricing {
  position: relative;
  display: none;
  padding: 4em;
  background-color: #fff;
  opacity: 0;
  color: #666;
}

.support-price {
  color: #189446;
  text-align: center;
}

.suport-row {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #eee;
}

.pricing-close {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 4em;
  height: 4em;
  background-color: #e00;
  color: #fff;
  font-size: 1em;
  line-height: 4em;
  font-weight: 700;
  text-align: center;
}

.margin-botom-2em {
  padding-bottom: 2em;
}

.hidden-msg {
  opacity: 0.33;
  font-size: 0.8em;
  text-align: center;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.payslip-generator {
  position: relative;
  display: none;
  opacity: 0;
}
.w-slide{word-wrap: break-word;
    max-width: 100%;}
	
html.w-mod-js *[data-ix="navbarlogo"] {
  display: block;
  opacity: 1;
}


@media (max-width: 991px) {
  body {
    font-size: 16px;
  }
  .slide {
    padding-top: 6em;
    padding-right: 3em;
    padding-left: 3em;
    font-size: 25px;
  }
  .slide.sl-02 {
    background-size: auto, cover;
  }
  .big-slider {
    background-color: #fff;
  }
  .slider-txt {
    max-width: 100%;
  }
  .icon-holder {
    display: inline-block;
    width: 33%;
    max-width: 33%;
  }
}

@media (max-width: 767px) {
  .nav-bar {
    padding-right: 1em;
    padding-left: 1em;
  }
  .navlink.navlink-logo {
    left: 4em;
  }
  .slide {
    min-height: 24em;
    padding-right: 3em;
    padding-left: 3em;
    font-size: 20px;
  }
  .icon-holder {
    width: 50%;
    max-width: 50%;
  }
  .nav-menu {
    padding-right: 1em;
    padding-left: 1em;
    background-color: #eee;
  }
  .menu-button {
    padding: 1em 2em;
    border-bottom: 2px solid #fff;
    color: #0050b1;
    font-size: 1em;
  }
  .menu-button:hover {
    border-bottom-color: #0050b1;
    background-color: #2688ed;
    color: #fff;
  }
  .menu-button.w--open {
    border-bottom-color: #eee;
    background-color: #eee;
    color: #0050b1;
  }
  .callback {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  body {
    font-size: 12px;
  }
  .slide {
    min-height: 32em;
    font-size: 16px;
  }
}

@font-face {
  font-family: 'Lato webfont';
  src: url('../fonts/lato-semibold-webfont.woff2') format('undefined'), url('../fonts/lato-semibold-webfont.woff') format('woff'), url('../fonts/lato-semibold-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Lato webfont';
  src: url('../fonts/lato-light-webfont.woff2') format('undefined'), url('../fonts/lato-light-webfont.woff') format('woff'), url('../fonts/lato-light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Lato webfont';
  src: url('../fonts/lato-regular-webfont.woff2') format('undefined'), url('../fonts/lato-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}