﻿.xmaslights {
    background-image: url('Images/xmaslights.png');
    background-position: top;
    background-repeat: repeat-x;
    height: 25px;
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: rgba(255,255,255,0.96);
    z-index: 6;
    margin-bottom: 25px;
}

.SupportCentreDiv {
    margin-top: 25px;
}

.mainlogo
{
    width: auto !important;
    height: auto !important;
}

.FixedHeaderSpacer {
    height: 95px !important;
}

.ExploreDivExternal {
        margin-top: 78px;
}

@keyframes wipedown {
      from {
        margin-top:-500px;
      }
      
      to {
    margin-top:78px;
      }
}

    @-moz-keyframes wipedown {
      from {
        margin-top:-500px;
      }
      
      to {
    margin-top:78px;
      }
    }
    
    @-webkit-keyframes wipedown {
      from {
        margin-top:-500px;
      }
      
      to {
    margin-top:78px;
      }
    }

@keyframes mobwipedown {
      from {
        margin-top:-1100px;
      }
      
      to {
    margin-top:78px;
      }
}

.Anchor {
    top: -93px !important;
}

#santa {
    top: 0%;
    left: -100%;
    position: absolute;
    animation: santafly 6s linear, wobble 1s ease-in-out 5;
	animation-delay: 2s;
}

#santa img {
	width: 200px;
	animation: growslightly 6s linear;
	animation-delay: 2s;
}

@keyframes growslightly  {
  0%  { width: 200px; }
  40%  { width: 200px; }
  100%  { width: 300px; }
}

@keyframes wobble  {
  0%  { transform:  rotate(0deg); }
  33%  { transform:  rotate(1deg); }
  66%  { transform:  rotate(-5deg); }
  100%  { transform:  rotate(0deg); }
}

@keyframes santafly {
    0% {
        left: -10%;
    }

    15% {
        left: 10%;
        top: 25%;
    }

    33% {
        top: 40%
    }

    50% {
        top: 35%;
    }

    85% {
        left: 80%;
        top: 30%;
	transform:  rotate(0deg);
    }

    100% {
        left: 110%;
        top: -10%;
	transform:  rotate(-40deg);
    }
}

.slideshow {
    margin-top: -108px;
}

.hero .text {
    margin-top: 125px;
}