@media screen and (max-width: 480px){

  .xmas-btnb {
      font-size: 18px !important;
      padding: 6px 12px !important;
      border: none;
      margin-top: 0px !important;
  }
  .xmas-title {
    font-size: 20px !important;
  }
  .xmas-position {
    z-index: 2;
    position: absolute;
    top: 45px !important;
    left: 0px;

  }

}

@media screen and (min-width: 481px) and (max-width: 569px) { 
  .xmas-title {
    font-size: 33px !important;
  }
  .later-space {
    margin-top: 10px !important;
    padding: 0;
  }
  .xmas-btnb {
      font-size: 24px !important;
      padding: 8px 20px !important;
      border: none;
      margin-top: 0px;
  }

}

.xmasbk {
  
  background: url(../images/Easter/modal-bg.png)center center no-repeat;
  background-size: cover;
  background-color: #D12B2B;
}
.xmasuse {
  z-index: 10000;
}
.xmas-title {
  color: #023151;
  font-size: 39px;
}
.xmas-position {
  z-index: 2;
  position: absolute;
  top: 80px;
  left: 0px;
}
.xmas-price {
  margin-top: 20px;
  color: #5b5b5b;
}
.xmas-btnb {
  width: 80%;
  color: #fff;
  background-color: #ff5c69;
  box-shadow: 0px 5px 0px 0px #c23429;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  padding: 8px 16px;
  border: none;
  margin-top: 20px;
}
.xmas-btnb:hover {
  background-color: #ee4d5a;
  color: rgba(255, 255, 255, 0.8);
}
.later-space {
  margin-top: 15px;
}
.side-ad-wrapper.active .xmas-ad-label {
    position: relative;
}
.xmas-ad-label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 10px;
  width: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2;
  background-color: #D12B2B;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  transition: all .35s linear;
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
  writing-mode: vertical-rl;
}
.xmas-ad-label, .side-ad-link {
  cursor: pointer;
}
.xmas-plan {
  font-size: 25px;
  color: #023151;
}
.xmas-buy-btn {
  width: 80%;
  color: #fff;
  background-color: #D12B2B;
  box-shadow: 0px 5px 0px 0px #9c1d1d;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  border-radius: 4px;
  padding: 8px 16px;
  border: none;
}
.xmas-ad-container {
  position: relative;
  margin-right: -300px;
  transition: all .35s linear;
  max-width: 300px;
}
.side-ad-wrapper.active .xmas-ad-container {
  right: 0;
  margin-right: 0;
}
.xmas-ad-container img {
  max-width: 300px;
}
.xmas-sunny-area {
  margin-top: 10px;
  margin-bottom: 9px;
  text-align: center;
  font-weight: normal;
}

.bg-KoreaFlower {
  	background-color: #F63C63;
    color: #EEE;
    font-weight: bold;
    font-size: 24px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.bg-tilte-blue {
  	background-color: #2250ac;
    color: #EEE;
    font-weight: bold;
    font-size: 24px;
    border-top-left-radius: 4px !important;
    border-top-right-radius: 4px !important;
}

.panel-heading {
    padding: 8px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

#snow {
  background-color: transparent;
  background-image: url(http://wp.agens.no/smakebit/wp-content/themes/smakebiten/img/snow1.png), url(http://wp.agens.no/smakebit/wp-content/themes/smakebiten/img/snow2.png);
  -webkit-animation: snow 60s linear infinite;
  -moz-animation: snow 60s linear infinite;
  -ms-animation: snow 60s linear infinite;
  animation: snow 60s linear infinite;
	z-index: 999;
	right: 0;
  top: 0;
  left: 0;
  bottom: 0;
	margin-top: 0;
	pointer-events: none;
	position: absolute;
}


/*Keyframes*/

@keyframes snow { 
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }

    100% { background-position: 500px 1000px, 400px 400px, 300px 300px }
}

@-moz-keyframes snow { 
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }

    100% { background-position: 500px 1000px, 400px 400px, 300px 300px }
}

@-webkit-keyframes snow { 
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes snow { 
    0% { background-position: 0px 0px, 0px 0px, 0px 0px }

    100% { background-position: 500px 1000px, 400px 400px, 300px 300px }
}




.floating {  
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;

}

@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 10px); }
    to   { transform: translate(0, 0px); }    
}
