.mlarge {
    font-size: 8vw;
    line-height: 80px;
    font-weight: 500;
    letter-spacing: 5px;
}
.red {
  color: #e31d3b!important;
}

.mlead {
    font-size: 17px;
    line-height: 26px;
}

.mlead2 {
    font-size: 19px;
    line-height: 28px;
}

.mlead3 {
  margin-top: 20px;
  font-size: 27px;
  line-height: 33px;
  color: #fff;
}

@media (max-width: 768px) {
  .mlead3 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 300;
    color: #fff;
  }
}

.p50 {
  padding: 50px 0;
}

.ms-box {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    height: 100px;
    max-width: 150px;
}

.pbvh2 {
  padding-bottom: 2vh;
}

.pt50 {
  padding-top: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.m150 {
  margin-top: 150px;
}

.footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
    background-color: #e31d3b;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}

.footer_icons {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.item {
    margin: 16px;
}

.icomoon {
    font-size: 22px;
    color: #fff;
}
.wh {
    color: #fff;
}

@media (max-width: 400px) {
  h1.uppercase {
    letter-spacing: 10px;
  }
}

.ml20 {
    margin-bottom: 20px;
}
.mc_embed_signup_email {
    line-height: 46px;
    width: 100%;
    padding-left: 15px;
}

.ml250 {
    margin-top: 250px;
}
.mh1 {
    margin-bottom: 120px;
    margin-top: -100px;
}

.pb0 {
    padding-bottom: 0px;
}
.chatbutton {
    display: inline-block;
    height: 50px;
    line-height: 48px;
    border: 2px solid #fff;
    color: #fff;
    width: 290px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
}

.bgcolor {
  background-color: #efefef;
}

.pb30 {
  padding-bottom: 30px;
}

.p0 {
  padding: 0px!important;
}

.back-img-1 {
  background-image: url("../img/wizualizacja.png");
  background-repeat: no-repeat;
}
.back-img-2 {
  background-image: url("../img/manandkids.png");
  background-repeat: no-repeat;

}

@media (max-width: 767px) {
  .back-img-1-rnd {
    background-position: center center;
  }
}

@media (max-width: 767px) {
  .back-img-2-rnd {
    background-position: center center;
  }
}

@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

@media (min-width: 767px) {
  .mt300 {
    margin-top: 300px;
  }
}

@media (min-width: 767px) {
  .img-1-size {
    min-height: 800px;
  }
}

@media (min-width: 767px) {
  .img-2-size {
    min-height: 800px;
  }
}

.mc_embed_signup {
  background-color: none;
}

.mt250 {
  margin-top: 250px;
}

.section-width {
  width: 1140px;
  margin: auto auto;
}

.indiegogo {
  font-size: 29px;
  margin-left: 5px;
}

.storeimg {
  margin-bottom: 10px;
}
.mt20 {
    margin-top: 20px;
}
.mt50 {
  margin-top: 50px;
}
.icon-bar {
  border:solid 1px #fff;
}
.navbar-header {
  float: none;
}
.navbar-left,.navbar-right {
  float: none !important;
}
.navbar-toggle {
  display: block;
}
.nav-link{
  color: #fff;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  /* box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); */
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin-top: 7.5px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;

}
.collapse.in {
  display:block !important;
}

.navbar-inverse {
    background-color: #e31d3b;
    border-color: #fff;
}

@media (min-width: 767px) {
  .navbar-inverse {
    background-color: transparent;
    border-color: transparent;
  }
}

@media (max-width: 767px) {
  .mousey{
    display: none;
  }
}

.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 80px;
  left: 0;
  margin: auto;
  z-index: 1000;
  width :34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}

.msgr-button {
  position: fixed;
  bottom: 50%;
  right: 10px;
  z-index: 1000;
}
