#q2,
#q3,
#q4,
#content2,
#content3,
#result1,
#result2,
#result3,
#comment1,
#comment2,
#comment3,
#comment4,
#comment5,
#comment6 {
   display: none;
}

body {
   background-color: rgb(247, 247, 247);
   font-family: 'Lato', sans-serif;
   margin: 0;
   padding: 0;
}

img {
   max-width: 100%;
}

hr {
   border: 1px solid rgb(255, 255, 255);
   color: rgb(255, 255, 255);
   margin: 0;
   padding: 0;
}

.header span {
   color: rgb(215, 215, 215);
}

.content {
   padding: 10px;
   max-width: 850px;
   margin: 0 auto;
}

.main-content {
   padding: 5px;
   background-color: rgb(247, 247, 247) ! important;
   border-radius: 10px 10px 10px 10px;
}

.main-content h1 {
   font-size: 18px;
   color: rgb(42, 181, 250);
   font-weight: 100;
   text-align: center;
   margin: 0;
}

.main-content h2 {
   font-size: 18px;
   font-weight: normal;
   font-family: impact;
}

.logo {
   width: 250px;
   max-width: 100%;
}

.main-content p {
   font-size: 14px;
   font-family: corbel, helvitica, arial;
}

.main-content span {
   color: rgb(226 7 33);
}

.question {
   max-width: 400px;
   margin: 0 auto;
}

p.question {
   font-size: 15px;
}

.button {
   background: linear-gradient(to bottom, rgb(44, 170, 231) 0%, rgb(0, 137, 209) 100%) repeat scroll 0 0 transparent;
   text-align: center;
   padding: 8px 0;
   margin: 5px auto;
   cursor: pointer;
   max-width: 200px;
   font-size: 15px;
   color: rgb(255, 255, 255);
   border-radius: 5px 5px 5px 5px;
}

.loading {
   text-align: center;
}

.result {
   margin: 0;
   font-weight: bold;
   background: no-repeat scroll left center transparent;
   padding: 5px 0 5px 25px;
}

a.claim {
   color: rgb(255, 255, 255);
   text-decoration: none;
}

.comments {
   background-color: rgb(238, 239, 244);
   border-bottom: 2px solid rgb(255, 255, 255);
   padding: 10px;
}

.comments:after {
   content: '';
   display: block;
   clear: both;
}

.profile img,
.comment-content img {}

.comment-content {
   cursor: pointer;
   margin-right: 10px;
}

.comment-content p {
   padding-left: 70px;
}

.name {
   font-weight: bold;
   color: #3b599e;
   margin: 0;
   cursor: pointer;
}

.clr {
   clear: both;
}

.comment-status {
   color: #9197a8;
   font-size: 11px;
   cursor: pointer;
}

.comment-status span {
   color: rgb(59, 89, 152);
}

#a-nav {
   height: 48px;
   background: none repeat scroll 0 0 #6ebb43;
}

#a-nav .icon-nav,
#a-nav .icon-basket,
#a-nav .icon-apple {
   position: absolute;
   width: 48px;
   height: 48px;
   background: none no-repeat scroll center center transparent;
}

#a-nav .icon-nav:before,
#a-nav .icon-nav:after {
   position: absolute;
   background: none repeat scroll 0 0 padding-box rgb(255, 255, 255);
   border-radius: 2px 2px 2px 2px;
   height: 2px;
   width: 16px;
   left: 14px;
   content: "";
}

#a-nav .icon-nav:before {
   top: 19px;
}

#a-nav .icon-nav:after {
   bottom: 19px;
}

#a-nav .icon-basket {}

#a-nav h1 {
   margin: 0;
   text-align: center;
   font-size: 24px;
   font-weight: 100;
   padding-top: 0.5rem;
   color: white;
   text-shadow: 1px 1px rgb(0, 0, 0);
}

.icon-xmas {
   width: 90px;
   height: 90px;
   z-index: 10000000;
   position: absolute;
   top: calc(50% - 210px);
   left: -5px;
   opacity: 0.6;
}

.icon-xmas>img {
   width: 100%;
}

#iphone {
   z-index: 4;
   width: 160px;
   top: 91px;
   left: 90px;
   position: absolute;
   display: none;
}

#fbalert>div {
   margin-left: 0
}

#fbalert {
   background-color: #fff;
   padding: 5px
}

#spinner {
   position: relative;
   margin: 1em auto 0;
   max-width: 415px;
   overflow: hidden
}

@media all and (max-width: 361px) {}

@media(min-width:360px) {
   #spinner {
      width: 340px
   }
}

#spinBG {
   z-index: 1;
   width: 315px
}

@media(min-width:360px) {
   #spinBG {
      width: 340px
   }
}

#spin {
   z-index: 2;
   position: absolute;
   top: 8px;
   left: 8px;
   width: 300px
}

@media(min-width:360px) {
   #spin {
      width: 325px;
      aspect-ratio: 1/1;
      max-width: auto;
   }
}

#win,
#win2,
#win3,
#winP,
#winP1,
#winP2 {
   position: absolute;
   z-index: 3;
   width: 34px;
   left: 150px;
   top: 149px
}

@media(min-width:360px) {

   #win,
   #win2,
   #win3,
   #winP,
   #winP1,
   #winP2 {
      width: 39px;
   }
}

#win2,
#win3,
#winP,
#winP1,
#winP2 {
   display: none
}

.spinAround {
   -webkit-animation: spin 6.6s;
   -moz-animation: spin 6.6s;
   -o-animation: spin 6.6s;
   animation: spin 6.6s;
   -webkit-animation-timing-function: ease;
   -moz-animation-timing-function: ease;
   -o-animation-timing-function: ease;
   animation-timing-function: ease;
   -webkit-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   -o-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   -moz-animation-direction: normal;
   -o-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: forwards;
   -moz-animation-fill-mode: forwards;
   -o-animation-fill-mode: forwards;
   animation-fill-mode: forwards
}

@-webkit-keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg)
   }

   90% {
      -webkit-transform: rotate(3110deg);
      transform: rotate(3110deg)
   }

   95% {
      -webkit-transform: rotate(3108deg);
      transform: rotate(3108deg)
   }

   100% {
      -webkit-transform: rotate(3109deg);
      transform: rotate(3109deg)
   }
}

@-moz-keyframes spin {
   0% {
      -moz-transform: rotate(0deg);
      transform: rotate(0deg)
   }

   90% {
      -moz-transform: rotate(3110deg);
      transform: rotate(3110deg)
   }

   95% {
      -moz-transform: rotate(3108deg);
      transform: rotate(3108deg)
   }

   100% {
      -moz-transform: rotate(3109deg);
      transform: rotate(3109deg)
   }
}

@-o-keyframes spin {
   0% {
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
   }

   90% {
      -o-transform: rotate(3110deg);
      transform: rotate(3110deg)
   }

   95% {
      -o-transform: rotate(3108deg);
      transform: rotate(3108deg)
   }

   100% {
      -o-transform: rotate(3109deg);
      transform: rotate(3109deg)
   }
}

@keyframes spin {
   0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg)
   }

   90% {
      -webkit-transform: rotate(3110deg);
      -moz-transform: rotate(3110deg);
      -o-transform: rotate(3110deg);
      transform: rotate(3110deg)
   }

   95% {
      -webkit-transform: rotate(3108deg);
      -moz-transform: rotate(3108deg);
      -o-transform: rotate(3108deg);
      transform: rotate(3108deg)
   }

   100% {
      -webkit-transform: rotate(3109deg);
      -moz-transform: rotate(3109deg);
      -o-transform: rotate(3109deg);
      transform: rotate(3109deg)
   }
}

.spinAround2 {
   -webkit-animation: spinTwo 6.6s;
   -moz-animation: spinTwo 6.6s;
   -o-animation: spinTwo 6.6s;
   animation: spinTwo 6.6s;
   -webkit-animation-timing-function: ease;
   -moz-animation-timing-function: ease;
   -o-animation-timing-function: ease;
   animation-timing-function: ease;
   -webkit-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   -o-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   -moz-animation-direction: normal;
   -o-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: forwards;
   -moz-animation-fill-mode: forwards;
   -o-animation-fill-mode: forwards;
   animation-fill-mode: forwards
}

@-webkit-keyframes spinTwo {
   0% {
      -webkit-transform: rotate(3109deg);
      transform: rotate(3109deg)
   }

   90% {
      -webkit-transform: rotate(6314deg);
      transform: rotate(6314deg)
   }

   95% {
      -webkit-transform: rotate(6312deg);
      transform: rotate(6312deg)
   }

   100% {
      -webkit-transform: rotate(6303deg);
      transform: rotate(6303deg)
   }
}

@-moz-keyframes spinTwo {
   0% {
      -moz-transform: rotate(3109deg);
      transform: rotate(3109deg)
   }

   90% {
      -moz-transform: rotate(6314deg);
      transform: rotate(6314deg)
   }

   95% {
      -moz-transform: rotate(6312deg);
      transform: rotate(6312deg)
   }

   100% {
      -moz-transform: rotate(6303deg);
      transform: rotate(6303deg)
   }
}

@-o-keyframes spinTwo {
   0% {
      -o-transform: rotate(3109deg);
      transform: rotate(3109deg)
   }

   90% {
      -o-transform: rotate(6314deg);
      transform: rotate(6314deg)
   }

   95% {
      -o-transform: rotate(6312deg);
      transform: rotate(6312deg)
   }

   100% {
      -o-transform: rotate(6303deg);
      transform: rotate(6303deg)
   }
}

@keyframes spinTwo {
   0% {
      -webkit-transform: rotate(3109deg);
      -moz-transform: rotate(3109deg);
      -o-transform: rotate(3109deg);
      transform: rotate(3109deg)
   }

   90% {
      -webkit-transform: rotate(6314deg);
      -moz-transform: rotate(6314deg);
      -o-transform: rotate(6314deg);
      transform: rotate(6314deg)
   }

   95% {
      -webkit-transform: rotate(6312deg);
      -moz-transform: rotate(6312deg);
      -o-transform: rotate(6312deg);
      transform: rotate(6312deg)
   }

   100% {
      -webkit-transform: rotate(6303deg);
      -moz-transform: rotate(6303deg);
      -o-transform: rotate(6303deg);
      transform: rotate(6303deg)
   }
}


/*
-webkit-transform:rotate(6313deg);
-moz-transform:rotate(6313deg);
-o-transform:rotate(6313deg);
transform:rotate(6313deg)
*/

ol,
ul {
   list-style: none
}

.clearfix:after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
   overflow: hidden;
   visibility: hidden
}

.clearfix {
   display: block
}

.wrapper {
   background-color: #fff;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 7px;
   width: 96%;
   margin: 0 auto 14px;
   border: 1px solid #c4cde1;
   border-top: 0;
   max-width: 414px
}

.logo {
   display: block;
   margin: 4px auto 20px;
}

.txt {
   padding: 5px 6px;
   line-height: 18px;
   text-align: center
}

.bottom {
   width: 92%;
   margin: 20px auto 0;
   border: 1px solid #ccc;
   background-color: #f2f2f2;
   padding: 5px;
   border-radius: 10px;
   -moz-border-radius: 10px;
   -webkit-border-radius: 10px
}

.now {
   text-align: center;
   padding-top: 5px
}

#countdown {
   font-weight: bold;
}

.rules {
   color: #1b316c;
   padding: 4px 5px;
   line-height: 22px
}

a {
   display: block;
   background-color: #39579a;
   border-radius: 7px;
   -moz-border-radius: 7px;
   -webkit-border-radius: 7px;
   padding: 10px 0;
   text-align: center;
   font-weight: 700;
   color: #fff;
   font-size: 1.6em;
   border-bottom: 1px solid #1b316c;
   margin: 7px 13px 5px;
   text-decoration: none
}

.title {
   text-align: center;
   font-weight: 700;
   font-size: 26px
}

.show-all {
   display: none;
}

.now2 {
   padding-top: 10px;
   font-weight: bold;
}

.terms {
   font-size: 11px;
   color: #666;
   padding: 4px;
   display: block;
   margin-top: 4px;
   text-align: justify;
}

hr {
   margin: 0 5px;
}

#count {
   font-size: 20px;
}


/*@charset "UTF-8";*/


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2015 Daniel Eden
*/

.animated {
   -webkit-animation-duration: 1s;
   animation-duration: 1s;
   -webkit-animation-fill-mode: both;
   animation-fill-mode: both;
}

.animated.infinite {
   -webkit-animation-iteration-count: infinite;
   animation-iteration-count: infinite;
}

.animated.hinge {
   -webkit-animation-duration: 2s;
   animation-duration: 2s;
}

.animated.bounceIn,
.animated.bounceOut {
   -webkit-animation-duration: .75s;
   animation-duration: .75s;
}

.animated.flipOutX,
.animated.flipOutY {
   -webkit-animation-duration: .75s;
   animation-duration: .75s;
}


@keyframes bounce {

   0%,
   20%,
   53%,
   80%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
   }

   40%,
   43% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -30px, 0);
      transform: translate3d(0, -30px, 0);
   }

   70% {
      -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      -webkit-transform: translate3d(0, -15px, 0);
      transform: translate3d(0, -15px, 0);
   }

   90% {
      -webkit-transform: translate3d(0, -4px, 0);
      transform: translate3d(0, -4px, 0);
   }
}

.bounce {
   -webkit-animation-name: bounce;
   animation-name: bounce;
   -webkit-transform-origin: center bottom;
   transform-origin: center bottom;
}


@keyframes bounceIn {

   0%,
   20%,
   40%,
   60%,
   80%,
   100% {
      -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
   }

   0% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }

   20% {
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
   }

   40% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
   }

   60% {
      opacity: 1;
      -webkit-transform: scale3d(1.03, 1.03, 1.03);
      transform: scale3d(1.03, 1.03, 1.03);
   }

   80% {
      -webkit-transform: scale3d(.97, .97, .97);
      transform: scale3d(.97, .97, .97);
   }

   100% {
      opacity: 1;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
   }
}

.bounceIn {
   -webkit-animation-name: bounceIn;
   animation-name: bounceIn;
}

@keyframes bounceOut {
   20% {
      -webkit-transform: scale3d(.9, .9, .9);
      transform: scale3d(.9, .9, .9);
   }

   50%,
   55% {
      opacity: 1;
      -webkit-transform: scale3d(1.1, 1.1, 1.1);
      transform: scale3d(1.1, 1.1, 1.1);
   }

   100% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }
}

.bounceOut {
   -webkit-animation-name: bounceOut;
   animation-name: bounceOut;
}

@keyframes fadeOut {
   0% {
      opacity: 1;
   }

   100% {
      opacity: 0;
   }
}

.fadeOut {
   -webkit-animation-name: fadeOut;
   animation-name: fadeOut;
}

@keyframes flip {
   0% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   40% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
   }

   50% {
      -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   80% {
      -webkit-transform: perspective(400px) scale3d(.95, .95, .95);
      transform: perspective(400px) scale3d(.95, .95, .95);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }

   100% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
   }
}

.animated.flip {
   -webkit-backface-visibility: visible;
   backface-visibility: visible;
   -webkit-animation-name: flip;
   animation-name: flip;
}

@keyframes flipOutX {
   0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
      opacity: 1;
   }

   100% {
      -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
      opacity: 0;
   }
}

.flipOutX {
   -webkit-animation-name: flipOutX;
   animation-name: flipOutX;
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
}


@keyframes flipOutY {
   0% {
      -webkit-transform: perspective(400px);
      transform: perspective(400px);
   }

   30% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
      opacity: 1;
   }

   100% {
      -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
      opacity: 0;
   }
}

.flipOutY {
   -webkit-backface-visibility: visible !important;
   backface-visibility: visible !important;
   -webkit-animation-name: flipOutY;
   animation-name: flipOutY;
}

@keyframes rotateIn {
   0% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: rotate3d(0, 0, 1, -200deg);
      transform: rotate3d(0, 0, 1, -200deg);
      opacity: 0;
   }

   100% {
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transform: none;
      transform: none;
      opacity: 1;
   }
}

.rotateIn {
   -webkit-animation-name: rotateIn;
   animation-name: rotateIn;
}


@keyframes hinge {
   0% {
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
   }

   20%,
   60% {
      -webkit-transform: rotate3d(0, 0, 1, 80deg);
      transform: rotate3d(0, 0, 1, 80deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
   }

   40%,
   80% {
      -webkit-transform: rotate3d(0, 0, 1, 60deg);
      transform: rotate3d(0, 0, 1, 60deg);
      -webkit-transform-origin: top left;
      transform-origin: top left;
      -webkit-animation-timing-function: ease-in-out;
      animation-timing-function: ease-in-out;
      opacity: 1;
   }

   100% {
      -webkit-transform: translate3d(0, 700px, 0);
      transform: translate3d(0, 700px, 0);
      opacity: 0;
   }
}

.hinge {
   -webkit-animation-name: hinge;
   animation-name: hinge;
}

@keyframes rollIn {
   0% {
      opacity: 0;
      -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
      transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
   }

   100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
   }
}

.rollIn {
   -webkit-animation-name: rollIn;
   animation-name: rollIn;
}

@keyframes zoomOut {
   0% {
      opacity: 1;
   }

   50% {
      opacity: 0;
      -webkit-transform: scale3d(.3, .3, .3);
      transform: scale3d(.3, .3, .3);
   }

   100% {
      opacity: 0;
   }
}

.zoomOut {
   -webkit-animation-name: zoomOut;
   animation-name: zoomOut;
}

.hidden {
   display: none;
}

.colored-text {
   color: red;
}

.text-center {
   text-align: center;
}

.attention {
   margin: 10px auto;
   text-align: center;
}

.like-reply {
   color: rgb(168, 167, 167);
}

#total_likes {
   margin: 0;
   padding: 0;
}

#total_likes__int {
   color: rgb(59, 89, 152)
}

.comments__left {
   margin: 0;
   padding: 0;
   float: left;
   display: block;
   width: 50%;
   color: rgb(59, 89, 152);
}

.comments__right {
   margin: 0;
   padding: 0;
   float: right;
   display: block;
   width: 50%;
   color: rgb(168, 167, 167);
   text-align: right;
}

.ord-btn {
   display: none;
   text-align: center;
}

.ord-btn__btn {
   display: inline-block;
   vertical-align: middle;
   padding: 10px 15px;
   border: none;
   box-shadow: 2px 2px 5px #999;
   background: #1edd78;
   -webkit-transition: 0.3s all ease;
   -moz-transition: 0.3s all ease;
   -ms-transition: 0.3s all ease;
   -o-transition: 0.3s all ease;
   transition: 0.3s all ease;
}

.ord-btn__btn:hover {
   -webkit-transform: scale(1.1);
   -moz-transform: scale(1.1);
   -ms-transform: scale(1.1);
   -o-transform: scale(1.1);
   transform: scale(1.1);
}

@media (max-width: 359px) {
   #spinner {
      max-width: 295px;
   }

   #iphone {
      width: 125px;
      top: 85px;
      left: 87px;
   }

   #spinBG {
      width: 295px;
      height: 295px;
      aspect-ratio: 1/1;
   }

   #spin {
      width: 280px;
      height: 280px;
      aspect-ratio: 1/1;
   }

   #win {
      width: 38px;
   }

   #win,
   #win2,
   #win3,
   #winP,
   #winP1,
   #winP2 {
      left: 128px;
      top: 126px;
   }
}

*[attr-cou] {
   display: none !important;
}

*[attr-lan] {
   display: none !important;
}

.forceDisplay {
   display: block !important;
}

.forceDisplayInline {
   display: inline-block !important;
}

.footer .wrapper,
.header,
.header2,
.indent,
.loading,
h5 {
   text-align: center
}

.header {
   font-size: 28px;
   color: red;
   font-weight: 700;
   margin-top: 5px
}

.header2,
h3 {
   font-size: 18px
}

.header2,
h3,
h4,
h5 {
   font-weight: 600
}

h3 {
   line-height: 26px
}

.question-count {
   margin-top: 15px;
   font-size: 16px;
   font-style: italic
}

.media-heading,
.option {
   margin-top: 0
}

.question_question {
   font-size: 18px;
   line-height: 26px;
   font-weight: 600;
   margin-bottom: 5px
}

h4 {
   font-size: 17px;
   line-height: 22px
}

.option,
h5 {
   line-height: 26px
}

h5 {
   font-size: 22px
}

.intro_text {
   border-bottom: 1px solid #EEE;
   padding-bottom: 15px
}

.intro_text h2 {
   font-size: 30px;
   font-weight: 700;
   color: #3B5999
}

.intro_text p {
   font-size: 15px
}

.option {
   font-size: 18px
}

.loading {
   font-size: 18px;
   color: grey;
   font-weight: 300
}

.rate {
   font-weight: 700
}

.top-header1 {
   color: #fff;
   font-size: 15px;
   font-weight: 300;
   padding-top: 10px
}

.strong,
.top-header2 {
   font-weight: 700
}

.top-header2 {
   color: #fff;
   font-size: 20px;
   padding-top: 0;
   padding-bottom: 10px
}

p {
   font-size: 15px;
   margin: 0;
   padding: 0
}

.middle {
   width: 70%;
   padding-left: 10px
}

.list-group {
   /*max-width: 460px;*/
   margin: auto
}

.quantity {
   padding-top: 10px;
   margin-bottom: 10px
}

.form-frame,
.survey-container {
   /*max-width: 700px;*/
   margin: auto
}

.state-name {
   background-color: #FFF300;
   padding: 3px
}

.survey-container {
   padding-bottom: 10px
}

.top-bar {
   background: #3B5999
}

.item-list-hover {
   background-color: #c6c6c6 !important;
   cursor: pointer !important
}

.footer_links {
   padding: 5px 0
}

.accent1 {
   color: red
}

.accent2 {
   color: green
}

.prize ul {
   list-style: none;
   padding: 0;
   margin: 0
}

.prize_image {
   max-width: 130px;
   max-height: 93px;
   margin: 0 auto
}

td.prize_image_container {
   padding: 0 10px;
   width: 150px;
   min-width: 140px;
   text-align: center
}

.footer .wrapper {
   font-size: 11px;
   color: #555;
   line-height: 12px;
   /*max-width: 610px;*/
   margin: 0 auto
}

.btn,
.btn1 {
   font-size: 16px;
   padding: 6px 8px;
}

.question {
   display: none
}

#q1 {
   display: block;
   margin-top: 10px
}

.dsp_nn,
.status.unavail {
   display: none
}

.indent {
   padding-right: 15px;
   vertical-align: top
}

.img_sz,
.img_sz1 {
   width: 58px;
   text-align: left
}

.img_sz1 {
   height: 58px
}

.img_sz3 {
   width: 78px;
   text-align: left
}

.img_sz3 {
   height: 78px
}

.img_sz4 {
   width: 85px;
   text-align: right
}

.img_sz4 {
   height: 85px
}

.mrg_t {
   margin-top: 0
}

.mx_wdt {
   max-width: 80%
}

ul.p_specs {
   padding: 5px 0;
   font-weight: 400
}

.btn {
   min-width: 290px;
   margin-bottom: 10px
}

.top_bar {
   padding-top: 5px;
   padding-bottom: 5px
}

hr {
   margin-top: 20px
}

.list-group-item {
   padding: 4px 4px 10px
}

.btn1 {
   min-width: 80%;
   margin-bottom: 4px
}

.modal-footer {
   padding: 10px;
   text-align: center
}

.modal-body {
   padding-top: 5px
}

/* =========================================================================
   Comments
 =========================================================================== */

.comments {
   width: calc(100% - 20px);
   /*max-width: 480px;*/
   color: #ccc;
   font-size: 12px;
   font-weight: bold;
   text-align: center;
   border: 1px solid #e1e2e3;
   border-radius: 4px;
   background-color: #f6f7f9;
   padding-bottom: 4px;
   margin-top: 10px;
}

.comments.mobile-visible {
   display: none;
}

@media (max-width: 767px) {
   .comments.mobile-visible {
      display: block;
   }
}

.comments * {
   font-size: 12px;
}

.date {
   color: #ccc;
   font-size: 0.8em;
   font-style: italic;
}

.itemc {
   margin-top: 15px;
}

.itemc img {
   width: 15%;
   float: left;
}

.rightcom {
   padding-left: 10px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   float: left;
   width: 85%;
   border-bottom: 1px solid #000;
   position: relative;
   background: #fff;
   padding: 6px;
   color: #000;

}

.comments a {
   color: #fff;
}

textarea {
   width: 90%;
   margin: 10px auto;
   display: block;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.comments input {
   margin-left: 15px;
}

/* COMMENTS */

.fbcoms {
   font-family: Tahoma, Verdana, sans-serif;
   background-color: #fff;
   width: 100%;
   margin: 0 auto;
   font-size: 12px;
   text-align: left;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border-radius: 4px;
}


.totlikes {
   border-top: 1px solid #e1e2e3;
   margin: 0;
   padding: 13px 12px 7px;
   background-color: #f6f7f9;
}

.totlikes .icon {
   margin-right: -3px;
   height: 16px;
   width: 16px;
   display: inline-block;
   background-image: url(facebook-icons2.png);
   background-repeat: no-repeat;
   background-size: auto;
   background-position: 0 -399px;
   cursor: pointer;
}

.totlikes .icon2 {
   background-position: 0 -348px;
}

.totlikes .icon3 {
   background-position: 0 -314px;
}

.totlikes .names {
   font-family: Arial, sans-serif;
   font-size: 13px;
   color: #365899;
   margin-left: 6px;
   vertical-align: 14%;
   display: inline-block;
   cursor: pointer;
}

.totlikes .names:hover {
   text-decoration: underline;
}

.fbblue {
   color: #3c5a96;
}

.buttons {
   padding: 9px 12px;
}

.buttons span {
   font-family: Arial, sans-serif;
   font-size: 13px;
   font-weight: 700;
   color: #616770;
   cursor: pointer;
   line-height: 14px;
   margin-right: 20px;
   padding: 4px 4px 4px 0;
}

.buttons span:before {
   content: '';
   display: inline-block;
   height: 18px;
   min-width: 18px;
   width: 18px;
   background-image: url(facebook-icons.png);
   background-repeat: no-repeat;
   background-size: auto;
   background-position: -19px -212px;
   vertical-align: -30%;
   margin-right: 5px;
}

.buttons span.comment:before {
   background-position: -19px -174px;
}

.buttons span.share:before {
   background-position: -19px -269px;
}

.buttons span:hover {
   text-decoration: underline;
}

.viewmore {
   margin-top: 3px;
   background-color: #eeeff4;
   padding: 5px 5px 5px 23px;

}

.left {
   cursor: pointer;
   float: left;
   color: #3c5a96;
}

.left:hover {
   text-decoration: underline;
}

.right {
   color: #7d7d7f;
   float: right;
}

.item {
   position: relative;
   background-color: #f6f7f9;
   padding: 5px 5px 5px 50px;
   min-height: 60px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   transition: opacity 1s;
}

.item .profileimg {
   position: absolute;
   top: 9px;
   left: 11px;
   border-radius: 50%;
   width: 32px;
   height: 32px;
}

.comtxt {
   line-height: 16px;
   color: #000;
   font-weight: normal;
}

.name {
   color: #3c5a96;
   font-weight: bold;
}

.ago {
   font-size: 13px;
   font-weight: 400;
   color: #90949c;
}

.fblike,
.fbreply {
   font-family: Arial, sans-serif;
   font-size: 13px;
   font-weight: 400;
   color: #365899;
   cursor: pointer;
}

.fblike:hover,
.fbreply:hover {
   text-decoration: underline;
}

.combot {
   padding-top: 5px;
   color: #365899;
}

.combot .totlikes {
   display: inline-block;
   border-top: none;
   margin: 0;
   padding: 0 4px 0 0;
   vertical-align: -16%;
}

.clickhere {
   font-weight: bold;
   padding: 30px 10px 5px;
   line-height: 18px;
}

.likes {
   color: #3c5a96;
   font-size: 0.95em;
   cursor: pointer;
}

.fbimg {
   background-color: #fff;
   border-radius: 2px;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   max-width: 210px;
   width: 100%;
   padding: 3px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   border: 1px solid #808080;
   margin: 10px 0 5px;
}

.hidden {
   display: none;
   opacity: 0;
}

.hidden .comtxt,
.hidden .combot {
   display: none;
}

#cdtime {
   color: red;
}

.button3 {
   background: -webkit-linear-gradient(#65ab53, #c6c6c6);
   /* For Safari 5.1 to 6.0 */
   background: -o-linear-gradient(#65ab53, #578843);
   /* For Opera 11.1 to 12.0 */
   background: -moz-linear-gradient(#65ab53, #578843);
   /* For Firefox 3.6 to 15 */
   background: linear-gradient(#65ab53, #578843);
   /* Standard syntax */
   text-align: center;
   color: #fff;
   font-size: 20px;
   font-weight: bold;
   padding: 10px;
   -webkit-border-radius: 20px;
   -moz-border-radius: 20px;
   border-radius: 20px;
   border: 1px #9c9c9c solid;

}

a.claim {
   color: #fff;
   text-decoration: none;
}

.slot-hidden {
   display: none;
}

.slot {
   padding-top: 50px;
   width: 90%;
}

.arrow-left {
   position: relative;
   float: left;
   width: 35px;
   margin: -15px -36px;
}

.arrow-right {
   position: relative;
   float: right;
   width: 35px;
   margin: -15px -36px;
}

/* =========================================================================
   Updates
 =========================================================================== */

@media (max-width: 479px) {
   .btn {
      display: block;
      /*margin-top: 20px;*/
      float: none !important;
      width: 100%;
   }

   .btn+br {
      display: none;
   }

   .list-group-item.prize td:last-child {
      display: block;
   }

   .list-group-item.prize td.prize_image_container,
   .list-group-item.prize td.middle {
      display: inline-block;
      width: 50%;
      padding: 0;
      margin-bottom: 20px;
   }

   .prize_image {
      max-width: 100%;
   }

   .quantity {
      padding-top: 10px;
      float: none !important;
   }

   .list-group-item.prize table {
      width: 100%;
   }

   h5 {
      font-size: 18px;
   }

   h5 {
      font-size: 16px;
   }

   .container {
      min-width: 0 !important;
   }
}

.main-container {
   max-width: 480px;
}

body.stop-scrolling {
   height: 100%;
   overflow: hidden;
}

.sweet-overlay {
   background-color: black;
   /* IE8 */
   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
   /* IE8 */
   background-color: rgba(0, 0, 0, 0.5);
   position: fixed;
   left: 0;
   right: 0;
   top: 0;
   bottom: 0;
   display: block;
   z-index: 10000;
}

.sweet-alert {
   background-color: white;
   font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
   width: 478px;
   padding: 17px;
   border-radius: 5px;
   text-align: center;
   position: fixed;
   left: 50%;
   top: 30%;
   margin-left: -256px;
   overflow: hidden;
   display: none;
   z-index: 99999;
}

@media all and (max-width: 540px) {
   .sweet-alert {
      width: calc(100% - 65px);
      margin-left: 0;
      margin-right: 0;
      left: 15px;
   }
}

.sweet-alert h2 {
   color: #575757;
   /*font-size: 30px;*/
   font-size: 25px;
   text-align: center;
   font-weight: 600;
   text-transform: none;
   position: relative;
   margin: 25px 0;
   padding: 0;
   line-height: 40px;
   display: block;
}

.sweet-alert p {
   color: #6a6969;
   font-size: 15px;
   text-align: center;
   /*text-align: left;*/
   font-weight: 300;
   position: relative;
   text-align: inherit;
   /*text-align: left;*/
   float: none;
   margin: 0;
   padding: 0;
   line-height: normal;
}

.sweet-alert fieldset {
   border: none;
   position: relative;
}

.sweet-alert .sa-error-container {
   background-color: #f1f1f1;
   margin-left: -17px;
   margin-right: -17px;
   overflow: hidden;
   padding: 0 10px;
   max-height: 0;
   webkit-transition: padding 0.15s, max-height 0.15s;
   transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
   padding: 10px 0;
   max-height: 100px;
   webkit-transition: padding 0.2s, max-height 0.2s;
   transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
   display: inline-block;
   width: 24px;
   height: 24px;
   border-radius: 50%;
   background-color: #ea7d7d;
   color: white;
   line-height: 24px;
   text-align: center;
   margin-right: 3px;
}

.sweet-alert .sa-error-container p {
   display: inline-block;
}

.sweet-alert .sa-input-error {
   position: absolute;
   top: 29px;
   right: 26px;
   width: 20px;
   height: 20px;
   opacity: 0;
   -webkit-transform: scale(0.5);
   transform: scale(0.5);
   -webkit-transform-origin: 50% 50%;
   transform-origin: 50% 50%;
   -webkit-transition: all 0.1s;
   transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
   content: "";
   width: 20px;
   height: 6px;
   background-color: #f06e57;
   border-radius: 3px;
   position: absolute;
   top: 50%;
   margin-top: -4px;
   left: 50%;
   margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
   opacity: 1;
   -webkit-transform: scale(1);
   transform: scale(1);
}

.sweet-alert input {
   width: 100%;
   box-sizing: border-box;
   border-radius: 3px;
   border: 1px solid #d7d7d7;
   height: 43px;
   margin-top: 10px;
   margin-bottom: 17px;
   font-size: 18px;
   box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
   padding: 0 12px;
   display: none;
   -webkit-transition: all 0.3s;
   transition: all 0.3s;
}

.sweet-alert input:focus {
   outline: none;
   box-shadow: 0px 0px 3px #c4e6f5;
   border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
   transition: opacity 0.3s 0.03s ease;
   opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
   transition: opacity 0.3s 0.03s ease;
   opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
   transition: opacity 0.3s 0.03s ease;
   opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
   color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
   color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
   color: #bdbdbd;
}

.sweet-alert.show-input input {
   display: block;
}

.sweet-alert .sa-confirm-button-container {
   display: inline-block;
   position: relative;
}

.sweet-alert .la-ball-fall {
   position: absolute;
   left: 50%;
   top: 50%;
   margin-left: -27px;
   margin-top: 4px;
   opacity: 0;
   visibility: hidden;
}

.sweet-alert button {
   display: inline-block;
   color: white;
   border: none;
   font-size: 17px;
   font-weight: 500;
   -webkit-border-radius: 4px;
   border-radius: 5px;
   padding: 10px 32px;
   margin: 26px 5px 0 5px;
   cursor: pointer;
   box-shadow: rgba(140, 212, 245, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset;
   background-color: rgb(211 42 42);
}

.visible {
   display: block;
}

.sweet-alert button:focus {
   outline: none;
   box-shadow: 0 0 2px rgba(128, 179, 235, 0.5), inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
   background-color: #7ecff4;
}

.sweet-alert button:active {
   background-color: #5dc2f1;
}

.sweet-alert button.cancel {
   background-color: #C1C1C1;
}

.sweet-alert button.cancel:hover {
   background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
   background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
   box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px, rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
   opacity: .6;
   cursor: default;
}

.sweet-alert button.confirm[disabled] {
   color: transparent;
}

.sweet-alert button.confirm[disabled]~.la-ball-fall {
   opacity: 1;
   visibility: visible;
   transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
   border: 0;
}

.sweet-alert[data-has-cancel-button=false] button {
   box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button=false][data-has-cancel-button=false] {
   padding-bottom: 40px;
}

.sweet-alert .sa-icon {
   width: 80px;
   height: 80px;
   border: 4px solid gray;
   -webkit-border-radius: 40px;
   border-radius: 40px;
   border-radius: 50%;
   margin: 20px auto;
   padding: 0;
   position: relative;
   box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
   border-color: #F27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
   position: relative;
   display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
   position: absolute;
   height: 5px;
   width: 47px;
   background-color: #F27474;
   display: block;
   top: 37px;
   border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
   left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
   border-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
   position: absolute;
   width: 5px;
   height: 47px;
   left: 50%;
   top: 10px;
   -webkit-border-radius: 2px;
   border-radius: 2px;
   margin-left: -2px;
   background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
   position: absolute;
   width: 7px;
   height: 7px;
   -webkit-border-radius: 50%;
   border-radius: 50%;
   margin-left: -3px;
   left: 50%;
   bottom: 10px;
   background-color: #F8BB86;
}

.sweet-alert .sa-icon.sa-info {
   border-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::before {
   content: "";
   position: absolute;
   width: 5px;
   height: 29px;
   left: 50%;
   bottom: 17px;
   border-radius: 2px;
   margin-left: -2px;
   background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-info::after {
   content: "";
   position: absolute;
   width: 7px;
   height: 7px;
   border-radius: 50%;
   margin-left: -3px;
   top: 19px;
   background-color: #C9DAE1;
}

.sweet-alert .sa-icon.sa-success {
   border-color: #A5DC86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
   content: '';
   -webkit-border-radius: 40px;
   border-radius: 40px;
   border-radius: 50%;
   position: absolute;
   width: 60px;
   height: 120px;
   background: white;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
   -webkit-border-radius: 120px 0 0 120px;
   border-radius: 120px 0 0 120px;
   top: -7px;
   left: -33px;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   -webkit-transform-origin: 60px 60px;
   transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
   -webkit-border-radius: 0 120px 120px 0;
   border-radius: 0 120px 120px 0;
   top: -11px;
   left: 30px;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
   -webkit-transform-origin: 0px 60px;
   transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
   width: 80px;
   height: 80px;
   border: 4px solid rgba(165, 220, 134, 0.2);
   -webkit-border-radius: 40px;
   border-radius: 40px;
   border-radius: 50%;
   box-sizing: content-box;
   position: absolute;
   left: -4px;
   top: -4px;
   z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
   width: 5px;
   height: 90px;
   background-color: white;
   position: absolute;
   left: 28px;
   top: 8px;
   z-index: 1;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
   height: 5px;
   background-color: #A5DC86;
   display: block;
   border-radius: 2px;
   position: absolute;
   z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
   width: 25px;
   left: 14px;
   top: 46px;
   -webkit-transform: rotate(45deg);
   transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
   width: 47px;
   right: 8px;
   top: 38px;
   -webkit-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
   background-size: contain;
   border-radius: 0;
   border: none;
   background-position: center center;
   background-repeat: no-repeat;
}

/*
 * Animations
 */
@keyframes showSweetAlert {
   0% {
      transform: scale(0.7);
      -webkit-transform: scale(0.7);
   }

   45% {
      transform: scale(1.05);
      -webkit-transform: scale(1.05);
   }

   80% {
      transform: scale(0.95);
      -webkit-transform: scale(0.95);
   }

   100% {
      transform: scale(1);
      -webkit-transform: scale(1);
   }
}

@keyframes hideSweetAlert {
   0% {
      transform: scale(1);
      -webkit-transform: scale(1);
   }

   100% {
      transform: scale(0.5);
      -webkit-transform: scale(0.5);
   }
}


@keyframes slideFromTop {
   0% {
      top: 0%;
   }

   100% {
      top: 50%;
   }
}

@keyframes slideToTop {
   0% {
      top: 50%;
   }

   100% {
      top: 0%;
   }
}

@keyframes slideFromBottom {
   0% {
      top: 70%;
   }

   100% {
      top: 50%;
   }
}

@keyframes slideToBottom {
   0% {
      top: 50%;
   }

   100% {
      top: 70%;
   }
}

.showSweetAlert[data-animation=pop] {
   -webkit-animation: showSweetAlert 0.3s;
   animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation=none] {
   -webkit-animation: none;
   animation: none;
}

.showSweetAlert[data-animation=slide-from-top] {
   -webkit-animation: slideFromTop 0.3s;
   animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation=slide-from-bottom] {
   -webkit-animation: slideFromBottom 0.3s;
   animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation=pop] {
   -webkit-animation: hideSweetAlert 0.2s;
   animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation=none] {
   -webkit-animation: none;
   animation: none;
}

.hideSweetAlert[data-animation=slide-from-top] {
   -webkit-animation: slideToTop 0.4s;
   animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation=slide-from-bottom] {
   -webkit-animation: slideToBottom 0.3s;
   animation: slideToBottom 0.3s;
}

@keyframes animateSuccessTip {
   0% {
      width: 0;
      left: 1px;
      top: 19px;
   }

   54% {
      width: 0;
      left: 1px;
      top: 19px;
   }

   70% {
      width: 50px;
      left: -8px;
      top: 37px;
   }

   84% {
      width: 17px;
      left: 21px;
      top: 48px;
   }

   100% {
      width: 25px;
      left: 14px;
      top: 45px;
   }
}

@keyframes animateSuccessLong {
   0% {
      width: 0;
      right: 46px;
      top: 54px;
   }

   65% {
      width: 0;
      right: 46px;
      top: 54px;
   }

   84% {
      width: 55px;
      right: 0px;
      top: 35px;
   }

   100% {
      width: 47px;
      right: 8px;
      top: 38px;
   }
}

@keyframes rotatePlaceholder {
   0% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
   }

   5% {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
   }

   12% {
      transform: rotate(-405deg);
      -webkit-transform: rotate(-405deg);
   }

   100% {
      transform: rotate(-405deg);
      -webkit-transform: rotate(-405deg);
   }
}

.animateSuccessTip {
   -webkit-animation: animateSuccessTip 0.75s;
   animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
   -webkit-animation: animateSuccessLong 0.75s;
   animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
   -webkit-animation: rotatePlaceholder 4.25s ease-in;
   animation: rotatePlaceholder 4.25s ease-in;
}



/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
   -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
   -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
   border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
   -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
   -ms-transform: rotate(-45deg) \9;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall>div {
   position: relative;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
}

.la-ball-fall {
   display: block;
   font-size: 0;
   color: #fff;
}

.la-ball-fall.la-dark {
   color: #333;
}

.la-ball-fall>div {
   display: inline-block;
   float: none;
   background-color: currentColor;
   border: 0 solid currentColor;
}

.la-ball-fall {
   width: 54px;
   height: 18px;
}

.la-ball-fall>div {
   width: 10px;
   height: 10px;
   margin: 4px;
   border-radius: 100%;
   opacity: 0;
   -webkit-animation: ball-fall 1s ease-in-out infinite;
   -moz-animation: ball-fall 1s ease-in-out infinite;
   -o-animation: ball-fall 1s ease-in-out infinite;
   animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall>div:nth-child(1) {
   -webkit-animation-delay: -200ms;
   -moz-animation-delay: -200ms;
   -o-animation-delay: -200ms;
   animation-delay: -200ms;
}

.la-ball-fall>div:nth-child(2) {
   -webkit-animation-delay: -100ms;
   -moz-animation-delay: -100ms;
   -o-animation-delay: -100ms;
   animation-delay: -100ms;
}

.la-ball-fall>div:nth-child(3) {
   -webkit-animation-delay: 0ms;
   -moz-animation-delay: 0ms;
   -o-animation-delay: 0ms;
   animation-delay: 0ms;
}

.la-ball-fall.la-sm {
   width: 26px;
   height: 8px;
}

.la-ball-fall.la-sm>div {
   width: 4px;
   height: 4px;
   margin: 2px;
}

.la-ball-fall.la-2x {
   width: 108px;
   height: 36px;
}

.la-ball-fall.la-2x>div {
   width: 20px;
   height: 20px;
   margin: 8px;
}

.la-ball-fall.la-3x {
   width: 162px;
   height: 54px;
}

.la-ball-fall.la-3x>div {
   width: 30px;
   height: 30px;
   margin: 12px;
}

@keyframes ball-fall {
   0% {
      opacity: 0;
      -webkit-transform: translateY(-145%);
      -moz-transform: translateY(-145%);
      -o-transform: translateY(-145%);
      transform: translateY(-145%);
   }

   10% {
      opacity: .5;
   }

   20% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
   }

   80% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
      -o-transform: translateY(0);
      transform: translateY(0);
   }

   90% {
      opacity: .5;
   }

   100% {
      opacity: 0;
      -webkit-transform: translateY(145%);
      -moz-transform: translateY(145%);
      -o-transform: translateY(145%);
      transform: translateY(145%);
   }
}