html, body {
  margin: 0;
  height: 100%;
}

body {
  background-color: black;
}

.layer {
  background: url(zaymi-background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo-initial {
  cursor: pointer;
  margin-top: 80px;
}

.btn-initial {
  cursor: pointer;
  margin: 30px 0 10px 0;
  width: 260px;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: .5rem 1rem;
  font-size: 1rem;
  border-radius: .25rem;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  box-shadow: 1px 1px 3px #848080;
  border:1px solid black;
  background-color: transparent;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  border: 2px solid #ffffff;
}

.btn-initial:hover {
  box-shadow: 1px 1px 3px #00cc48;
  color: #fff;
}

.btn-provider {
  background-color: rgba(255, 0, 0, 0.47);
}

.panel-store {
  margin-left: 23%;
  overflow: hidden;
  margin-top: 3%;
  padding: 40px;
}

.btn-footer-client {
  margin-left: 30%;
}

.img-store {
  cursor: pointer;
  width: 140px;
  height: 40px;
  margin: 5px;
}

.videoButton{
  height: 60px;
  width: 200px;
}

@media (max-width: 465px) {
  .btn-initial {
    margin: 10px;
    width: 200px;
  }

  .img-store {
    width: 120px;
    height: 37px;
  }

  .videoButton {
    height: 45px;
    width: 150px;
  }

}

@media (max-height: 465px) {
  .logo-initial {
    margin-top: 25px;
  }
}

/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.youtube-button {
  padding-top: 10px;
}

.provider {
  margin-top: 40px;
  color: #ccc;
  font-size: 15px;
  cursor: pointer;
}

@media only screen and (max-width:320px) {
  .provider {
    padding-bottom: 40%;
  }
}

.img-icon-footer {
  width: 20px;
  height: 20px;
  margin: 3px;
  cursor: pointer;
}

.img-icon-position {
  margin-left: 20px;
}

#main-footer {
  background: #333;
  color: white;
  padding: 20px 0 20px 0;
  margin-top: 40px;
  position:fixed;
  bottom:0;
  z-index:999999;
  width: 100%;
}

#main-footer p {
  margin: 0;
}

#main-footer a {
  color: white;
}
