/* small mobile like iphone 5 */
@media (max-width: 374px) {
    .gif {
      height:calc(40vh - 20px);
      width:100%;
    }

    .container-gif {
      height:40vh;
      border: 10px solid #fff;
      padding:0;
      -webkit-box-shadow: 1px 1px 8px 3px rgba(0,0,0,0.25);
      -moz-box-shadow: 1px 1px 8px 3px rgba(0,0,0,0.25);
      box-shadow: 1px 1px 8px 3px rgba(0,0,0,0.25);
    }
}

/* mobile up to 375px width */
@media (min-width: 375px) {
  .container-gif {
    height:42vh;
    border: 10px solid #fff;
    padding:0;
    -webkit-box-shadow: 1px 1px 8px 3px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 8px 3px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 8px 3px rgba(0,0,0,0.25);
  }

  .gif {
      height:calc(42vh - 20px);
      width:100%;
  }

}

@media (max-width: 767px) {
  #unlockModal .modal-dialog, #ARModal .modal-dialog {
    margin:0;
  }

  #unlockModal .modal-content, #ARModal .modal-content {
    border-radius:0px;
    height:100vh;
    padding:20px;
  }

  #unlockModal .modal-body, #ARModal .modal-body {
    padding: 0px;
  }
}

.modal-backdrop {
   background-color: #FFFFFF;
 }
 body.modal-open .supreme-container {
   -webkit-filter: blur(4px);
    -moz-filter: blur(4px);
    -o-filter: blur(4px);
    -ms-filter: blur(4px);
    filter: blur(4px);
}
#unlock_code::placeholder {
    color:rgba(169,180,204,0.80);
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
  -webkit-box-shadow: 3px 5px 6px 3px rgba(0,0,0,0.15);
-moz-box-shadow: 3px 5px 6px 3px rgba(0,0,0,0.15);
box-shadow: 3px 5px 6px 3px rgba(0,0,0,0.15);
}

video {
  object-fit: cover;
}


@keyframes animatebottom {
  from {
    bottom: -387px;
    opacity: 0;
  }

  to {
    bottom: 10px;
    opacity: 1;
  }
}

.logo {
  position:absolute;
  top:14px;
  left:6vw;
  color:#1DA99F;
  font-size:24px;
  font-family: 'Pacifico', cursive;
}
.bg {
    background: #D0E4F5 url("../images/memtell_pattern.png") repeat scroll 0 0;
    height: 50vh;
    z-index:0;
}
.cta-title {
  color:#1DA99F;
  background-color:#FFF;
  padding:4px 24px 9px 24px;
  font-size:16px;
  font-family: 'Roboto';
  font-weight:400;
}
.pola {
  background-color:#FFFFFF;
  -webkit-box-shadow: 2px 7px 6px 4px rgba(0,0,0,0.12);
  -moz-box-shadow: 2px 7px 6px 4px rgba(0,0,0,0.12);
  box-shadow: 2px 7px 6px 4px rgba(0,0,0,0.12);
  z-index:10;
  position:relative;
}
.pola-title {
  padding-left:24px;
  margin-top:14px;
  margin-bottom:18px;
}
.pola-profil-pic {
  height: 36px;
  width:36px;
  margin-top:8px;
}
.pola-more-icon {
  width: 5px;
  height: 18px;
  margin-top:18px;
}
.video-pola {
  width: calc(100vw - 6vw);
  height:40vh;
  background-color:#000;
  margin-top:10px;
  margin-left:3vw;
  margin-right:3vw;
}
.overlay-video {
  position: fixed; /* Sit on top of the page content */
  width: 100vw; /* Full width (cover the whole page) */
  height: 40vh; /* Full height (cover the whole page) */
  top: 26vh;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
  z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
  cursor: pointer; /* Add a pointer on hover */
}

.store {
  height:48px;
}

@media (min-width: 768px) {

  .logo {
    position:absolute;
    top:20px;
    left:20px;
    color:#FFF;
    font-size:18px;
    font-family: 'Pacifico', cursive;
  }

  .headline {
    text-align:center;
    color:#1DA99F;
    font-size:24px;
    margin-top:16px;
    margin-bottom:16px;
  }
}

.mr-20 {
  margin-right:20px;
}

.mr-40 {
  margin-right:40px;
}

.mt-6 {
  margin-top:6px;
}
.mt-12 {
  margin-top:12px;
}

.mt-18 {
  margin-top:18px;
}

.ml-10 {
  margin-left:10px;
}

.h40 {
  height: 40px;
}

.pr-20 {
  padding-right: 20px;
}

.pl-20 {
  padding-left: 20px;
}

.br-0 {
  border-radius: 0;
}








.btn-memtell {
  color: #ffffff;
  background-color: #1DA99F;
  border-color: #1DA99F;
}

.btn-memtell:hover,
.btn-memtell:focus,
.btn-memtell:active,
.btn-memtell.active,
.open .dropdown-toggle.btn-memtell {
  color: #ffffff;
  background-color: #1DA99F;
  border-color: #1DA99F;
}

.btn-memtell:active,
.btn-memtell.active,
.open .dropdown-toggle.btn-memtell {
  background-image: none;
}

.btn-memtell.disabled,
.btn-memtell[disabled],
fieldset[disabled] .btn-memtell,
.btn-memtell.disabled:hover,
.btn-memtell[disabled]:hover,
fieldset[disabled] .btn-memtell:hover,
.btn-memtell.disabled:focus,
.btn-memtell[disabled]:focus,
fieldset[disabled] .btn-memtell:focus,
.btn-memtell.disabled:active,
.btn-memtell[disabled]:active,
fieldset[disabled] .btn-memtell:active,
.btn-memtell.disabled.active,
.btn-memtell[disabled].active,
fieldset[disabled] .btn-memtell.active {
  background-color: #1DA99F;
  border-color: #1DA99F;
}

.btn-memtell .badge {
  color: #1DA99F;
  background-color: #ffffff;
}
