#return-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
@media (max-width: 480px) {
  #return-to-top {
    width: 46px;
    height: 46px;
    bottom: 15px;
    right: 15px;
  }
}
#return-to-top i {
  color: #ffffff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  font-size: 1.9rem;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #ffffff;
  top: 5px;
}
.fit-box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fill-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.m-0 {
  margin: 0px !important;
}
.mt-0 {
  margin-top: 0px !important;
}
.mr-0 {
  margin-right: 0px !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.ml-0 {
  margin-left: 0px !important;
}
.p-0 {
  padding: 0px !important;
}
.pt-0 {
  padding-top: 0px !important;
}
.pr-0 {
  padding-right: 0px !important;
}
.pb-0 {
  padding-bottom: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.m-5 {
  margin: 5px !important;
}
.mt-5 {
  margin-top: 5px !important;
}
.mr-5 {
  margin-right: 5px !important;
}
.mb-5 {
  margin-bottom: 5px !important;
}
.ml-5 {
  margin-left: 5px !important;
}
.p-5 {
  padding: 5px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pr-5 {
  padding-right: 5px !important;
}
.pb-5 {
  padding-bottom: 5px !important;
}
.pl-5 {
  padding-left: 5px !important;
}
.m-10 {
  margin: 10px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mr-10 {
  margin-right: 10px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.ml-10 {
  margin-left: 10px !important;
}
.p-10 {
  padding: 10px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pr-10 {
  padding-right: 10px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pl-10 {
  padding-left: 10px !important;
}
.m-15 {
  margin: 15px !important;
}
.mt-15 {
  margin-top: 15px !important;
}
.mr-15 {
  margin-right: 15px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.ml-15 {
  margin-left: 15px !important;
}
.p-15 {
  padding: 15px !important;
}
.pt-15 {
  padding-top: 15px !important;
}
.pr-15 {
  padding-right: 15px !important;
}
.pb-15 {
  padding-bottom: 15px !important;
}
.pl-15 {
  padding-left: 15px !important;
}
.m-20 {
  margin: 20px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mr-20 {
  margin-right: 20px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.ml-20 {
  margin-left: 20px !important;
}
.p-20 {
  padding: 20px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pr-20 {
  padding-right: 20px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pl-20 {
  padding-left: 20px !important;
}
.m-25 {
  margin: 25px !important;
}
.mt-25 {
  margin-top: 25px !important;
}
.mr-25 {
  margin-right: 25px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.ml-25 {
  margin-left: 25px !important;
}
.p-25 {
  padding: 25px !important;
}
.pt-25 {
  padding-top: 25px !important;
}
.pr-25 {
  padding-right: 25px !important;
}
.pb-25 {
  padding-bottom: 25px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.m-30 {
  margin: 30px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mr-30 {
  margin-right: 30px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.ml-30 {
  margin-left: 30px !important;
}
.p-30 {
  padding: 30px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pr-30 {
  padding-right: 30px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.m-35 {
  margin: 35px !important;
}
.mt-35 {
  margin-top: 35px !important;
}
.mr-35 {
  margin-right: 35px !important;
}
.mb-35 {
  margin-bottom: 35px !important;
}
.ml-35 {
  margin-left: 35px !important;
}
.p-35 {
  padding: 35px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pr-35 {
  padding-right: 35px !important;
}
.pb-35 {
  padding-bottom: 35px !important;
}
.pl-35 {
  padding-left: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mr-40 {
  margin-right: 40px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.ml-40 {
  margin-left: 40px !important;
}
.p-40 {
  padding: 40px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pr-40 {
  padding-right: 40px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.m-45 {
  margin: 45px !important;
}
.mt-45 {
  margin-top: 45px !important;
}
.mr-45 {
  margin-right: 45px !important;
}
.mb-45 {
  margin-bottom: 45px !important;
}
.ml-45 {
  margin-left: 45px !important;
}
.p-45 {
  padding: 45px !important;
}
.pt-45 {
  padding-top: 45px !important;
}
.pr-45 {
  padding-right: 45px !important;
}
.pb-45 {
  padding-bottom: 45px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.m-50 {
  margin: 50px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mr-50 {
  margin-right: 50px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-50 {
  margin-left: 50px !important;
}
.p-50 {
  padding: 50px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pr-50 {
  padding-right: 50px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
body {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  color: #000000;
  background: #f9f9f9;
  text-decoration: none;
  padding: 0;
  margin: 0 auto;
}
a,
button {
  color: #000000;
  text-decoration: none;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  outline: none;
}
a:hover,
button:hover,
a:focus,
button:focus,
a:active,
button:active {
  color: #000000;
  text-decoration: none;
  outline: none;
}
.link {
  position: relative;
  margin-right: 10px;
}
/* ===== breadcrumb ===== */
.breadcrumb {
  padding: 8px 15px;
  margin: 0px;
  list-style: none;
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.top-bar-fixed {
  top: 0;
  width: 100%;
  display: block;
  position: fixed;
  z-index: 1;
  background: #ffffff;
}
/* ===== TOP BAR ===== */
.top-bar {
  background: #0b8f3e;
  color: #fff;
  padding: 0px 0px;
}
.logo {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* ===== MENU ===== */
.navbar-toggle {
  background-color: #0b8f3e;
  background-image: none;
  border: 1px solid #0b8f3e;
  border-radius: 4px;
}
.navbar-toggle .icon-bar {
  background: #fff;
}
.navbar-main {
  background: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-bottom: 2px solid #fff;
  margin-bottom: 0;
}
.navbar-main .navbar-nav > li > a {
  color: #0b8f3e;
  font-weight: 600;
  padding: 15px 18px;
}
.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > .open > a {
  background: #0b8f3e;
  color: #fff;
}
.navbar-main .dropdown.open .dropdown-toggle .caret {
  color: #fff;
}
.navbar-main .dropdown .dropdown-toggle .caret {
  color: #F08224;
}
.navbar-main .dropdown-menu > li > a:hover {
  background: #0b8f3e;
  color: #fff;
}
.spacer {
  display: block;
  height: 150px;
}
/* ===== SLIDER ===== */
.hero-slider {
  background: #f9f9f9;
  /*border-bottom: 1px solid #ddd;*/
  position: relative;
}
.hero-slider .hero-slide {
  padding: 40px 0;
}
.hero-slider .hero-slide .hero-small {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 33px;
  font-size: 3.3rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 10px;
}
.hero-slider .hero-slide h3,
.hero-slider .hero-slide .hero-big {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 56px;
  font-size: 5.6rem;
  font-weight: 900;
  color: #0b8f3e;
  margin: 10px 0 15px;
  text-transform: uppercase;
  letter-spacing: -2px;
  line-height: 1.1;
}
.hero-slider .slick-dots {
  bottom: 15px;
}
.hero-slider .slick-dots li button {
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hero-slider .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  background: #0b8f3e;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.hero-slider .slick-dots li button.slick-active button:before {
  opacity: 1;
  color: #0b8f3e;
}
.usection {
  padding: 15px 30px;
  font-size: 12px;
  font-size: 1.2rem;
}
/* ===== SECTIONS ===== */
.section {
  background: #fff;
  padding: 30px;
  margin-top: 20px;
  /*border: 1px solid #ddd;*/
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.section-title {
  font-family: 'Oswald', Arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  /*text-transform: uppercase;*/
  /*border-bottom: 2px solid #0b8f3e;*/
  padding-bottom: 10px;
  margin-top: 0;
}
.section-title span {
  color: #0b8f3e;
}
.section-subtitle {
  font-size: 20px;
  font-size: 2rem;
  color: #0b8f3e;
  font-weight: 700;
  line-height: 1.4em;
}
.map-box {
  height: 350px;
  background: #e5e5e5;
  /*border: 1px solid #ccc;*/
  display: -webkit-box ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box ;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox ;
  /* TWEENER - IE 10 */
  display: -webkit-flex ;
  /* NEW - Chrome */
  display: flex ;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #666;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.map-box-img {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
}
.map-box-img img {
  width: 100%;
  height: auto;
  display: block;
}
.map-box-img .map-point {
  position: absolute;
  transform: translate(-50%, -50%);
  /* punkt będzie na środku współrzędnych */
  text-decoration: none;
  /*        background:red;
                opacity:0.5;*/
  background: transparent;
  width: 150px;
  height: 60px;
}
.map-box-2 {
  height: 240px;
  background: #e5e5e5;
  /*border: 1px solid #ccc;*/
  display: -webkit-box ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box ;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox ;
  /* TWEENER - IE 10 */
  display: -webkit-flex ;
  /* NEW - Chrome */
  display: flex ;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #666;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.rate-box {
  background: #f9f9f9;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  /*border: 1px solid #ddd;*/
}
.rate-box h4 {
  background: #000;
  color: #fff;
  padding: 10px;
  margin: 0;
}
.rate-box .content {
  padding: 15px 15px 15px 15px;
  text-align: center;
}
.rate-box h4 {
  font-family: 'Oswald', Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 15px;
}
/* ===== FOOTER ===== */
footer {
  background: #0b8f3e;
  color: #fff;
  margin-top: 30px;
  padding: 30px 0;
}
footer a {
  color: #dff0d8;
}
footer a:hover {
  /*font-weight: bold;*/
  text-decoration: underline;
  color: #dff0d8;
}
.copyright {
  padding: 10px 0px;
}
.img-radius {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.table-no-lines td,
.table-no-lines th {
  border: none !important;
}
.blog-list .blog-box {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #0b8f3e;
}
.blog-list .blog-box .blog-title {
  font-size: 20px;
  font-size: 2rem;
  color: #0b8f3e;
  font-weight: 700;
  line-height: 1.4em;
}
.blog-list .blog-box .blog-desc {
  padding: 10px 0px;
}
/* ===== SUBMENU BLOG ===== */
.submenu {
  background: #23262F;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.submenu .submenu-title {
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 15px;
  /*text-transform: uppercase;*/
}
.submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.submenu li {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
.submenu li.active a {
  font-weight: 600;
  text-decoration: underline;
}
.submenu li:last-child {
  margin-bottom: 0;
}
.submenu a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  transition: All 0.5s ease;
  -webkit-transition: All 0.5s ease;
  -moz-transition: All 0.5s ease;
  -o-transition: All 0.5s ease;
  line-height: 1.4;
  padding: 5px 0px;
}
.submenu a:hover {
  opacity: 0.75;
  transform: translateX(3px);
  text-decoration: none;
}
/* ===== KONTAKT ===== */
.contact-form .form-control {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  height: auto;
}
.contact-form textarea {
  resize: vertical;
}
.contact-form button {
  padding: 10px 30px;
}
.contact-form .input-error {
  border-color: #e74c3c;
}
.contact-form .error {
  color: #e74c3c;
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.w-100 {
  width: 100% !important;
}
.no-bg {
  background: transparent !important;
}
/* ===== BUTTONS ===== */
.button-group {
  margin-bottom: 20px;
}
.button-group .btn-gray,
.button-group .btn-green {
  width: 100%;
}
.btn-black {
  text-align: center;
  border: 0;
  background: #000;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 700;
}
.btn-black:hover {
  background: #F08224;
  color: #fff;
}
.btn-green {
  text-align: center;
  border: 0;
  background: #0b8f3e;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 700;
}
.btn-green:hover {
  background: #F08224;
  color: #fff;
}
.btn-gray {
  text-align: center;
  border: 0;
  background: #F9F9F9;
  color: #000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 700;
}
.btn-gray:hover {
  background: #F08224;
  color: #fff;
}
.btn-orange {
  text-align: center;
  border: 0;
  background: #F08224;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 10px 15px;
  display: inline-block;
  font-weight: 700;
}
.btn-orange:hover {
  background: #0b8f3e;
  color: #fff;
}
/* ===== TABELE NOTOWAŃ ===== */
.notowania-table {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  /* odstęp w ostatniej kolumnie */
}
.notowania-table.lg-size {
  font-size: 20px;
  font-size: 2rem;
}
.notowania-table.lg-size th {
  font-size: 15px;
  font-size: 1.5rem;
}
.notowania-table.lg-size .code {
  font-size: 33px;
  font-size: 3.3rem;
}
.notowania-table.lg-size .name {
  font-size: 20px;
  font-size: 2rem;
}
.notowania-table.lg-size .price {
  font-size: 26px;
  font-size: 2.6rem;
}
.notowania-table.lg-size .trend {
  font-size: 23px;
  font-size: 2.3rem;
}
.notowania-table th {
  font-weight: 900;
  text-align: center;
  background: #fff;
  border: 0;
  padding: 12px 8px;
  vertical-align: middle !important;
  font-size: 13px;
  font-size: 1.3rem;
}
.notowania-table th.small-space {
  padding: 2px;
}
.notowania-table th:first-child {
  text-align: left;
}
.notowania-table th span {
  color: #ff0000;
}
.notowania-table td {
  vertical-align: middle !important;
  padding: 12px 8px;
  border: 0;
  /*text-align: center;*/
}
.notowania-table .even-row {
  background: #dff7e8;
  /* jasna zieleń */
}
.notowania-table .even-row td.price-last {
  background: #B4FFD4;
  /* ciemniejsza zieleń */
}
.notowania-table .even2-row {
  background: #3bd6ea;
  /* jasny niebieski */
}
.notowania-table .even2-row td.price-last {
  background: #6495e1;
  /* ciemniejszy niebieski */
}
.notowania-table .img {
  width: 60px;
  /*vertical-align: middle;*/
}
.notowania-table .img .flag {
  width: 32px;
  height: auto;
  margin: 0px 10px;
}
.notowania-table .print {
  text-align: center;
  background: #fff;
}
.notowania-table .code {
  font-weight: 700;
  margin-right: 8px;
  font-size: 26px;
  font-size: 2.6rem;
}
.notowania-table .name {
  font-weight: 700;
  color: #333;
  font-size: 13px;
  font-size: 1.3rem;
}
.notowania-table .name.lg-name {
  font-size: 16px;
  font-size: 1.6rem;
}
.notowania-table .price {
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
}
.notowania-table .price.small-price {
  font-size: 18px;
  font-size: 1.8rem;
}
.notowania-table .trend {
  font-size: 18px;
  font-size: 1.8rem;
  margin-left: 8px;
}
.notowania-table .trend.up {
  color: green;
}
.notowania-table .trend.down {
  color: red;
}
.notowania-table .trend-icon {
  width: 11px;
  height: 11px;
  margin-left: 8px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.notowania-table.table-no-lines td.price-last {
  border-left: 10px solid #fff !important;
}
.notowania-table.table-no-lines td.price-last.no-border-left {
  border-left: 0 !important;
}
/* ===== GOOGLE MAPS - DYMEK ===== */
/* zmniejsza padding wewnątrz okienka */
.gm-style .gm-style-iw-chr {
  padding-top: 4px !important;
  padding-right: 4px !important;
}
/* zmniejsza margines samej treści */
.gm-style .gm-style-iw-d {
  margin: 0 !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .spacer {
    height: 0px;
    display: none;
  }
  .top-bar-fixed {
    position: static !important;
  }
  .hero-slider {
    margin-top: 0 !important;
  }
  .hero-slider .hero-slide {
    text-align: center;
  }
  .hero-slider .hero-slide .hero-small {
    font-size: 20px;
    font-size: 2rem;
  }
  .hero-slider .hero-slide h3,
  .hero-slider .hero-slide .hero-big {
    font-size: 30px;
    font-size: 3rem;
  }
  .notowania-table .code {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .notowania-table .name {
    display: none;
  }
  .notowania-table .price {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .notowania-table .trend {
    margin-left: 0px;
  }
  .notowania-table .trend-icon {
    width: 14px;
    height: 14px;
  }
  .notowania-table.table-no-lines td.price-last {
    border-left: 5px solid #fff !important;
  }
  .map-box-img .map-point {
    width: 85px;
    height: 35px;
  }
  .button-group .btn-gray,
  .button-group .btn-green {
    margin: 5px 0px;
  }
  .table-row-xs {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}
@media (max-width: 550px) {
  .map-box-img .map-point {
    width: 55px;
    height: 25px;
  }
  .notowania-table td,
  .notowania-table th {
    padding: 5px 1px !important;
    text-align: center !important;
  }
  .notowania-table .img .flag {
    width: 25px;
    margin: 0px 0px;
  }
  .notowania-table .code {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .notowania-table .valuta {
    width: 40px;
  }
  .notowania-table .price {
    font-size: 19px;
    font-size: 1.9rem;
  }
  .notowania-table .price.small-price {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .map-box-img .map-point {
    width: 95px;
    height: 45px;
  }
  .spacer {
    height: 115px;
  }
}
@media (min-width: 992px) and (max-width: 1480px) {
  .map-box-img .map-point {
    width: 125px;
    height: 50px;
  }
  .spacer {
    height: 135px;
  }
}
/*# sourceMappingURL=style.css.map */