@charset "UTF-8";

body, body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}

.sprite {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#container {
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #000;
    cursor: pointer;
}

#loading {
    position: absolute;
}

#content {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-color: #fff;
    position: relative;
}

.group {
    left: 0px;
    top: 0px;
  /** init bannerWidth **/
    height: 250px;
/** end bannerWidth **/
  /** init bannerHeight **/
    width: 300px;
/** end bannerHeight **/
    overflow: hidden;
}

#exitBtn {
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    background-color: #000000;
    background-color: rgba(0,0,0,0);
    opacity: 0;
}


/** init spritesheet **/

.sprite-bg {
    position: absolute;
    width: 600px;
    height: 500px;
    background: url('bg.jpg');
}

.sprite-rotor_static {
    position: absolute;
    width: 286px;
    height: 38px;
    background: url('rotor_static.png');
}

.sprite-chinook {
    position: absolute;
    width: 228px;
    height: 222px;
    background: url('chinook.png');
}

.sprite-copy1 {
    position: absolute;
    width: 286px;
    height: 66px;
    background: url('copy1.png');
}

.sprite-copy2 {
    position: absolute;
    width: 296px;
    height: 104px;
    background: url('copy2.png');
}

.sprite-copy3 {
    position: absolute;
    width: 330px;
    height: 104px;
    background: url('copy3.png');
}

.sprite-copy4 {
    position: absolute;
    width: 428px;
    height: 66px;
    background: url('copy4.png');
}

.sprite-cta {
    position: absolute;
    width: 180px;
    height: 46px;
    background: url('cta.png');
}

.sprite-copy0 {
    position: absolute;
    width: 268px;
    height: 22px;
    background: url('copy0.png');
}

.sprite-logo {
    position: absolute;
    width: 162px;
    height: 38px;
    background: url('logo.png');
}

.sprite-bg {
    width: 300px;
    height: 250px;
    background-size: 100%;
}

.sprite-rotor_static {
    width: 143px;
    height: 19px;
    background-size: 100%;
}

.sprite-chinook {
    width: 115px;
    height: 111px;
    background-size: 100%;
}

.sprite-copy1 {
    width: 143px;
    height: 33px;
    background-size: 100%;
}

.sprite-copy2 {
    width: 148px;
    height: 52px;
    background-size: 100%;
}

.sprite-copy3 {
    width: 165px;
    height: 52px;
    background-size: 100%;
}

.sprite-copy4 {
    width: 214px;
    height: 33px;
    background-size: 100%;
}

.sprite-cta {
    width: 90px;
    height: 23px;
    background-size: 100%;
}

.sprite-copy0 {
    width: 135px;
    height: 11px;
    background-size: 100%;
}

.sprite-logo {
    width: 81px;
    height: 19px;
    background-size: 100%;
}

/** end spritesheet **/

.divImage {
    position: absolute;
    background-repeat: no-repeat;
}

#chinook_rotor_front_parent {
    width: 90px;
    height: 90px;
    top: -20px;
    left: 151px;
}

#chinook_rotor_front {
    background-image: url(chinook_rotor_front.png);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
}

#chinook_rotor_back_parent {
    width: 108px;
    height: 108px;
    top: -31px;
    left: 214px;
}

#chinook_rotor_back {
    background-image: url(chinook_rotor_front.png);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
}

#chinook_rotor_static {
    left: -55px;
}