/*Header*/
.img-header-banner-rewards {
  background: url("../images/header-rewards.jpg");
  background-position: center center;
}

#public_reward .image_rotator_mainwrap {
    background: #faf3ee;
}

#public_reward .headline {
    margin-top: 50px;
    margin-bottom: 0px;
    text-align: center;
}

#public_reward .icon_right_holder img {
    width: 83%;
}

#public_reward .icon_right_holder {
    position: absolute;
    right: 0px;
    top: 36px;
}

#public_reward .image_rotator_section {
    margin-top: 30px;
}


@media screen and (max-width: 992px) and (orientation: landscape){
#public_reward .icon_right_holder img {
 width: 60%;
}
}


/* ###### CSS used for cta slide-in modal ###### */
.advrt{
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(../images/pop_ad_bck.png) center center;
  background-size: cover;
  padding: 40px 30px;
  text-align: center;
  max-width: 500px;
  position: fixed;
  right: 0px;
  bottom: 20px;
  z-index: 20;  
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.advrt .closediv img{
  width: 20px;
  filter: invert(52%) sepia(3%) saturate(2894%) hue-rotate(163deg) brightness(95%) contrast(80%);
}
.advrt .closediv{
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
}
.advrt a.closediv{
  color: #6b8496;
}
.advrt .imgcont{
  margin:0 auto;
}
.advrt .btn.btn-danger{padding: 15px 30px;margin-top: 8px;}
.hide{opacity: 0;}

.slide-in {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}
@keyframes slide-in {
    0%{opacity: 0;}
    100% { transform: translateX(-5%); }
}

@-webkit-keyframes slide-in {
    100% { -webkit-transform: translateX(-5%); }
}
.slide-out {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}
@keyframes slide-out {
    100%{opacity: 0;}
    0% { transform: translateX(-5%); }
}

@-webkit-keyframes slide-out {
    0% { -webkit-transform: translateX(-5%); }
}


@media screen and (orientation:landscape){
  .advrt{height:250px;}
  .advrt .imgcont{display: none;}
}

@media screen and (min-width:1024px){
  .advrt .imgcont{display: initial;}
  .advrt{height:initial;}
}
@media screen and (min-width:768px){
  .advrt{max-width: 390px;}
}

@media screen and (max-width: 992px){
#public_reward .icon_right_holder {
    top: -34px;
}
}

@media screen and (max-width: 480px) {
  .advrt{max-width: 340px;}
}

@media screen and (max-width: 360px) {
  .advrt{max-width: 290px;}
  .advrt .imgcont{display: none;}
  .advrt .btn.btn-danger{padding: 15px 20px;}
}

@media screen and (max-width: 280px) {
  .advrt{max-width: 250px;}
  .advrt .btn.btn-danger{padding: 15px 10px;white-space: pre-wrap;}
}

/* ###### End of CSS used for cta slide-in modal ###### */