

.sparkle {
  background-image: url(../img/sparkle.svg) !important;
  background-repeat: no-repeat;
  background-size: 20vw;
}

/*.badge {
  background-image: url(../img/silet.png) !important;
  background-repeat: no-repeat;
  background-position: 80% 100%;
  background-size: 15vw;
}*/

.gold {
  background: linear-gradient(13deg, rgb(232, 201, 115) 30%, rgb(245, 239, 178) 35%, rgb(232, 201, 115) 50%, rgb(169, 115, 45) 60% );
  color: black;
}

.silver {
  background: linear-gradient(13deg, rgb(222, 222, 222) 30%, rgb(241, 241, 241) 35%, rgb(222, 222, 222) 50%, rgb(140, 140, 140) 60% );
}

.edn-gradient2 {
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(236,35,35,1) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(15%, rgba(0,0,0,1)), color-stop(100%, rgba(236,35,35,1)));
  background: -webkit-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(236,35,35,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(236,35,35,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(236,35,35,1) 100%);
  background: linear-gradient(135deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 15%, rgba(236,35,35,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ec2323', GradientType=1 );
}

.radial {
  background: radial-gradient(rgb(164, 164, 164), black) !important;
}

.no-padding {
  padding: 0px !important;
}

.middle {
  margin-left: auto;
  margin-right: auto;
}

.heavy-text {
  font-size: 3vw;
  font-weight: bold;
}

/*
@media screen and (min-width: 601px) {
  div.button {
    font-size: 2.5vw;
  }
}


@media screen and (max-width: 600px) {
  div.button {
    font-size: 3vw;
  }
}*/

.red-gloss {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+50,ea2803+51,ff6600+75,c72200+100;Red+Gloss */
  background: #f3c5bd; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #f3c5bd 0%, #e86c57 50%, #ea2803 51%, #ff6600 75%, #c72200 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #f3c5bd 0%,#e86c57 50%,#ea2803 51%,#ff6600 75%,#c72200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.green-gloss {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#bfd255+0,8eb92a+50,72aa00+51,d5e05c+75,9ecb2d+100 */
  background: #bfd255; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #d5e05c 75%, #9ecb2d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#d5e05c 75%,#9ecb2d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #bfd255 0%,#8eb92a 50%,#72aa00 51%,#d5e05c 75%,#9ecb2d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.submit-but {
  margin-left: auto;
  margin-right: auto;
  width: 15vw;
  height: 5vw;
  color: white;
  font-size: 1.8vw;
  line-height: 1vw !important;
}

.btn-shadow {
  -webkit-box-shadow: 0px 10px 47px -8px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 10px 47px -8px rgba(0,0,0,0.75);
  box-shadow: 0px 10px 47px -8px rgba(0,0,0,0.75);
}

.container-shadow {
  -webkit-box-shadow: 0px 23px 80px -8px rgba(0,0,0,0.88);
  -moz-box-shadow: 0px 23px 80px -8px rgba(0,0,0,0.88);
  box-shadow: 0px 23px 80px -8px rgba(0,0,0,0.88);
}

.input-shadow {
  -webkit-box-shadow: inset 0px 0px 29px -5px rgba(0,0,0,1);
  -moz-box-shadow: inset 0px 0px 29px -5px rgba(0,0,0,1);
  box-shadow: inset 0px 0px 29px -5px rgba(0,0,0,1);
}

.input {
  border-width:.3vw;
border-style:outset;
border-color:#b0b0b0;
}

.btn-border {
  border-width:.3vw;
border-style:outset;
border-color:#b0b0b0;
}

.congrats {
  margin-bottom: 1vw;
  margin-top: -1vw;
  color: white;
  font-size: 4vw;
  padding-top: 4vw;
  font-weight: bolder;
}

.bdowntxt {
  font-size: 2vw;
  color: white;
  margin-bottom: -1vw;
}



.discrow {
  text-align: center;
  width:70vw;
}

.bdownLeft {
  text-align: right !important;
}

.bdownMiddle {
  text-align: center;
  width:2vw !important;
}

.bdownRight {
  text-align:left;
}

.w3-cell {

}

.smiley {
  font-size: 8vw;
  color: rgba(255, 255, 255, 0.25);
}


.bdown-row {
  margin-left: -4vw;
}


.sk-cube-grid {
  width: 7vw;
  height: 7vw;
  margin: 3vw auto;
}

.sk-cube-grid .sk-cube {
  width: 33%;
  height: 33%;
  background-color: #fff;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
          animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.sk-cube-grid .sk-cube1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube3 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s; }
.sk-cube-grid .sk-cube4 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube5 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }
.sk-cube-grid .sk-cube6 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s; }
.sk-cube-grid .sk-cube7 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s; }
.sk-cube-grid .sk-cube8 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s; }
.sk-cube-grid .sk-cube9 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s; }

@-webkit-keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    -webkit-transform: scale3D(1, 1, 1);
            transform: scale3D(1, 1, 1);
  } 35% {
    -webkit-transform: scale3D(0, 0, 1);
            transform: scale3D(0, 0, 1);
  }
}

.sk-folding-cube {
  margin: 3vw auto;
  width: 7vw;
  height: 7vw;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}
