* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  background-color: rgba(59, 186, 15, 0.1); }

body {
  background-color: rgba(59, 186, 15, 0.1);
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  position: relative; }

.overlay {
  position: fixed;
  z-index: 900;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.93);
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-style: italic;
  font-weight: 600;
  color: #3bba0f;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4); }

.page-content {
  padding: 15px;
  border: 1px solid #ebebeb;
  background-color: #fff; }
  .page-content img {
    max-width: 100%; }

.price-table td, .price-table th {
  padding: 1px 3px; }

.price-table tr:nth-child(odd) {
  background-color: rgba(59, 186, 15, 0.1); }

.price-table tr:nth-child(even) {
  background-color: rgba(59, 186, 15, 0.2); }

.price-table thead tr th {
  background-color: rgba(59, 186, 15, 0.2); }

.main-nav {
  padding: 70px 14px 0;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }
  @media (min-width: 992px) {
    .main-nav {
      padding: 0; } }

.main-nav__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media (min-width: 992px) {
    .main-nav__list {
      width: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.main-nav__item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 992px) {
    .main-nav__item {
      margin-bottom: 0; } }
  .main-nav__item.has-dropdown {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
    .main-nav__item.has-dropdown:before {
      display: block;
      content: '';
      position: absolute;
      z-index: 1;
      width: 8px;
      height: 8px;
      right: 4px;
      top: calc(50% - 3px);
      border-bottom: 1px solid #3bba0f;
      border-right: 1px solid #3bba0f;
      -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
      transform: translateY(-50%) rotate(-45deg);
      -webkit-transition: 0.2s all ease;
      -o-transition: 0.2s all ease;
      transition: 0.2s all ease; }
      @media (min-width: 992px) {
        .main-nav__item.has-dropdown:before {
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg); } }
    .main-nav__item.has-dropdown:hover:after {
      display: block;
      content: '';
      position: absolute;
      background-color: transparent;
      width: 100%;
      height: 2px;
      left: 0;
      bottom: -2px; }
    @media (min-width: 992px) {
      .main-nav__item.has-dropdown:hover .main-nav__link + .main-nav__dropdown {
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: translate(0, calc(100% + 2px));
        -ms-transform: translate(0, calc(100% + 2px));
        transform: translate(0, calc(100% + 2px));
        height: auto; } }
    .main-nav__item.has-dropdown .main-nav__link {
      padding-right: 0; }

.main-nav__drop-link {
  width: 50px;
  height: 25px;
  font-size: 20px;
  text-align: right;
  padding-right: 15px;
  background: transparent;
  position: relative;
  z-index: 10; }
  @media (min-width: 992px) {
    .main-nav__drop-link {
      width: 20px; } }

.main-nav__link {
  display: block;
  text-decoration: none;
  color: #000000;
  text-transform: uppercase;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-size: 14px; }
  @media (min-width: 992px) {
    .main-nav__link {
      padding: 0 20px;
      min-height: 40px;
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .main-nav__link.active {
    color: #3bba0f;
    text-decoration: none; }
  .main-nav__link:hover {
    color: #3bba0f;
    text-decoration: none; }

.main-nav__close {
  display: block;
  text-transform: uppercase;
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 1000;
  padding: 8px 5px 5px 30px;
  line-height: 1;
  background-color: transparent;
  border: none;
  font-size: 12px;
  font-weight: 400; }
  .main-nav__close:before, .main-nav__close:after {
    display: block;
    content: '';
    width: 20px;
    height: 2px;
    background-color: #3bba0f;
    position: absolute;
    left: 0;
    top: 50%; }
  .main-nav__close:before {
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    transform: translate(0, -50%) rotate(45deg); }
  .main-nav__close:after {
    -webkit-transform: translate(0, -50%) rotate(-45deg);
    -ms-transform: translate(0, -50%) rotate(-45deg);
    transform: translate(0, -50%) rotate(-45deg); }
  @media (min-width: 992px) {
    .main-nav__close {
      display: none; } }

.main-nav__back {
  position: absolute;
  right: 10px;
  top: 12px;
  text-transform: uppercase;
  font-weight: 400;
  border: none;
  background: transparent;
  padding: 7px 5px 5px 10px;
  font-size: 12px; }
  @media (min-width: 992px) {
    .main-nav__back {
      top: 7px; } }
  .main-nav__back:focus {
    outline: none; }
  .main-nav__back:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg); }
  @media (min-width: 992px) {
    .main-nav__back {
      display: none; } }

.main-nav__dropdown {
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  opacity: 0; }

.subnav {
  position: fixed;
  background-color: #ffffff;
  bottom: 0;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  overflow: hidden;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  z-index: 911;
  padding-top: 60px; }
  .subnav.active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  @media (min-width: 1200px) {
    .subnav {
      background-color: transparent;
      position: absolute;
      top: auto;
      -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
      transform: translate(0, 100%);
      padding-top: 0;
      height: 0;
      opacity: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.subnav__item {
  padding: 0 20px;
  display: inline-block; }
  @media (min-width: 1200px) {
    .subnav__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

.subnav__list {
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.subnav__wrap {
  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;
  overflow-y: auto;
  max-height: 100%;
  background-color: #ffffff; }
  @media (min-width: 1200px) {
    .subnav__wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 20px; } }

.subnav__link {
  display: inline-block;
  font-size: 14px;
  width: 100%;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 15px; }
  @media (min-width: 1200px) {
    .subnav__link {
      display: block;
      line-height: 1;
      white-space: nowrap; } }
  .subnav__link:hover {
    color: #3bba0f;
    text-decoration: none; }

.nav-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  outline: none;
  background-color: transparent;
  border: none;
  width: 100px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  overflow: visible; }
  .nav-toggle:focus, .nav-toggle:active {
    outline: none; }
  @media (min-width: 992px) {
    .nav-toggle {
      display: none; } }

.nav-toggle__btn {
  padding: 0 15px 0 0;
  display: block;
  vertical-align: top; }

.nav-toggle__item {
  width: 25px;
  height: 2px;
  background: #3bba0f;
  display: block;
  margin-top: 6px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center; }
  .nav-toggle__item:first-child {
    margin-top: 0; }

.nav-toggle__text {
  text-transform: uppercase;
  color: #3bba0f;
  display: inline-block;
  line-height: 1;
  padding-top: 3px; }

.main-img__image {
  display: block;
  width: 100%;
  max-width: 100%; }

.header {
  padding: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative; }
  @media (min-width: 992px) {
    .header {
      padding: 0; } }

.header__nav {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  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;
  position: fixed;
  z-index: 910;
  left: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  min-width: 250px; }
  @media (min-width: 580px) {
    .header__nav {
      min-width: 350px; } }
  @media (min-width: 992px) {
    .header__nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 auto; } }
  @media (max-width: 991px) {
    .header__nav {
      -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      transform: translateX(-100%); } }
  @media (min-width: 992px) {
    .header__nav {
      padding: 0;
      position: static;
      opacity: 1; } }
  .header__nav.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.3); }

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

.side-panel__toggle {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #ffffff;
  color: #3bba0f;
  border: 1px solid #3bba0f;
  padding: 15px;
  display: block;
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .side-panel__toggle {
      display: none; } }

.side-panel__content {
  display: none; }
  @media (min-width: 992px) {
    .side-panel__content {
      display: block; } }

.side-item {
  padding: 10px;
  border: 1px solid #ebebeb;
  background-color: #3bba0f;
  position: relative;
  margin-bottom: 10px; }
  .side-item--premium {
    background: #3bba0f url("/images/turfrollwithoutwhitebackground.png") left 10px top 70px no-repeat;
    -webkit-background-size: 100px 100px;
    background-size: 100px; }
    .side-item--premium .side-item__subtitle {
      margin-bottom: 70px; }
  .side-item--image .side-item__title {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 0 15px;
    font-size: 28px; }
  .side-item--video iframe {
    width: 100%;
    display: block; }
  .side-item--ticks ul {
    padding: 0 0 5px 10px;
    margin: 0;
    list-style-type: none;
    color: #ffffff;
    border: 1px solid #ffffff; }
  .side-item--ticks li:before {
    content: '\2713';
    margin-right: 5px;
    font-size: 2em;
    line-height: 1;
    position: relative;
    top: 2px; }

.side-item__img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%; }

.side-item__title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #ffffff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  line-height: 1.2; }

.side-item__subtitle {
  font-family: "Shadows Into Light", sans-serif;
  color: #ffffff;
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.4);
  text-align: center; }

.side-order__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000000;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px; }
  .side-order__group label {
    white-space: nowrap;
    margin: 0; }
  .side-order__group input {
    width: 100px;
    text-align: center;
    padding: 0 5px; }

.side-order__button {
  text-align: center;
  width: 45%;
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  transition: 0.2s all ease;
  display: block; }
  .side-order__button:hover {
    background-color: #ffffff;
    color: #3bba0f;
    text-decoration: none; }

.info-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .info-btns {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }

.info-btns__item {
  display: block;
  width: 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .info-btns__item {
      width: 30%;
      -webkit-flex-basis: 30%;
      -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
      margin-bottom: 0; } }

.info-btns__img {
  display: block;
  width: 100%;
  max-width: 100%; }

.calc {
  background-color: #3bba0f;
  position: relative;
  padding: 20px;
  width: auto;
  max-width: 300px;
  margin: 20px auto;
  color: #ffffff; }
  .calc input[type=number]::-webkit-inner-spin-button,
  .calc input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.topsoil-calc {
  padding: 30px 30px 50px 30px;
  background-color: #ffffff; }
  .topsoil-calc img {
    max-width: 100%; }
  .topsoil-calc .sect-title {
    margin-bottom: 1em; }

.calc-btn {
  display: block;
  position: fixed;
  left: 0;
  top: 10px;
  z-index: 991;
  width: 40px;
  font-size: 60px;
  background-color: #ebebeb;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  outline: none; }
  @media (min-width: 768px) {
    .calc-btn {
      width: 70px;
      bottom: 50px;
      top: auto;
      font-size: 100px; } }
  @media (min-width: 768px) {
    .calc-btn:hover {
      padding-left: 15px;
      width: 85px; } }

.calc__title {
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  border-bottom: 1px solid #ffffff; }

.calc__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .calc__group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .calc__group label {
    display: block;
    font-size: 14px;
    padding: 0 10px;
    text-align: left;
    width: 60px; }
    @media (min-width: 768px) {
      .calc__group label {
        text-align: right; } }

.calc__inline-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.calc__input {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-left: 3px;
  padding-right: 3px;
  text-align: right;
  background-color: #ebebeb; }
  @media (min-width: 768px) {
    .calc__input {
      width: 130px;
      margin-right: 10px;
      background-color: #ffffff;
      margin-bottom: 0; } }

.calc__unit {
  display: block;
  width: 100%;
  background-color: #ebebeb; }
  @media (min-width: 768px) {
    .calc__unit {
      width: 130px; } }

.calc__footer {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ffffff;
  text-align: right; }
  .calc__footer input {
    background-color: #3bba0f;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    cursor: pointer; }

.calc__result {
  display: block;
  margin-top: 20px;
  text-align: left; }
  .calc__result > span {
    font-weight: 700;
    font-size: 24px;
    margin-right: 10px; }

.turf-calc {
  padding: 30px 30px 50px 30px;
  background-color: #fff; }
  .turf-calc .sect-title {
    margin-bottom: 1em; }

.turf-calc__img {
  width: 230px;
  height: 230px;
  background: #ebebeb url(/images/turf-calc-bg.jpg) center;
  -webkit-background-size: 50% 50%;
  background-size: 50%;
  position: relative;
  max-width: 100%;
  margin: 0 auto 15px; }
  @media (min-width: 768px) {
    .turf-calc__img {
      width: 130px;
      height: 130px; } }
  @media (min-width: 992px) {
    .turf-calc__img {
      width: 250px;
      height: 250px; } }
  .turf-calc__img.rect {
    -webkit-border-radius: 0;
    border-radius: 0; }
  .turf-calc__img.circle {
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .turf-calc__img.triangle:before {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 250px 125px 0 0;
    border-color: #ffffff transparent transparent transparent; }
  .turf-calc__img.triangle:after {
    position: absolute;
    display: block;
    content: '';
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 125px 250px 0;
    border-color: transparent #ffffff transparent transparent; }
  .turf-calc__img.quarter {
    -webkit-border-top-right-radius: 100%;
    border-top-right-radius: 100%; }

.turf-calc__width {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translate(-100%, -50%) rotate(-90deg);
  -ms-transform: translate(-100%, -50%) rotate(-90deg);
  transform: translate(-100%, -50%) rotate(-90deg);
  padding: 10px; }

.turf-calc__height {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  padding: 10px; }

.contact__image {
  margin-top: 30px; }

.contact-form {
  margin: 0 0 0 30px; }

.contact-form__button {
  background-color: #3bba0f;
  color: #ffffff;
  border: none;
  padding: 10px 20px;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer; }

.footer {
  background-color: #3bba0f;
  padding-top: 20px;
  padding-bottom: 20px; }
  .footer .col-12 {
    border-right: 1px solid #ffffff; }
    .footer .col-12:last-child {
      border-right: none; }

.footer__item {
  padding: 15px;
  color: #ffffff;
  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;
  height: 100%; }
  .footer__item--facebook {
    padding: 0; }

.footer__title {
  font-size: 18px;
  border-bottom: 1px solid #ffffff;
  font-weight: 600;
  margin-bottom: 15px; }

.footer__content img {
  display: block;
  max-width: 100%; }

.footer__content a {
  color: #ffffff;
  text-decoration: underline; }
  .footer__content a:hover {
    color: #ffffff;
    text-decoration: none; }

/*# sourceMappingURL=style.css.map */
