body, body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color: #333;
}

/* border */

#white_border {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 728px;
    height: 90px;
    z-index: 999;
    border: 1px solid #c2c2c2;
    box-sizing: border-box;
}

#overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
}
.left_top {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 10px;
    height: auto;
}
.right_top {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 15px;
    height: auto;
}
.top {
    position: absolute;
    background-color: #ffffff;
    top: 0px;
    width: 100%;
    height: 5px;
}
.left {
    position: absolute;
    background-color: #ffffff;
    left: 0px;
    width: 5px;
    bottom: 0px;
    height: 100%;
}
.right {
    position: absolute;
    background-color: #ffffff;
    right: 0px;
    width: 5px;
    bottom: 0px;
    height: 100%;
}
.bottom {
    position: absolute;
    background-color: #ffffff;
    bottom: 0px;
    width: 100%;
    height: 5px;
}

/* border end */

:focus {
    outline: none;
}
::-moz-focus-inner {
    border: 0;
}
#main-container {
    position: absolute;
    width: 728px;
    height: 90px;
    overflow: hidden;
    background: #fff;
    cursor:pointer;
    /*background: url(poster.jpg) no-repeat;*/
}
.hidden {
    display: none;
}
.photo-overlay {
    /*z-index: 100;
  width: 300px;
  height: 250px;
  z-index: 2;*/
    /*opacity: .5;*/
    visibility: hidden;
}
#exit {
    position: absolute;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
#logo_balk {
    position: absolute;
    width: 728px;
    height: 90px;

    background: url(logo.png) no-repeat;
    z-index: 998;
}
.svg-heaven {
    width: 300px;
    height: 250px;
    position: absolute;
    left: 0;
    top: -78px;
}
.svg-heaven #svg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

#overlay1 {
    position: absolute;
    z-index: 10;
}
.lines, #lines, .txt {
    visibility: hidden;
}
.images {
    position: absolute;
    top: 0;
    left: 0;
/*    width: 300px;
    height: 250px;*/
}
/*.txt {
    z-index: 99;
    top: 0px;
    left: 180px;
}*/
.strip {
    width: 87px;
    height: 58px;
}

.airplane1 {
    width: 282px;
    height: 136px;
}

.airplane {
    width: 282px;
    height: 136px;

}


.airplane-windows {
    width: 32px;
    height: 73px;
}
.airplane-engine {
    width: 21px;
    height: 22px;
}
.airplane-engine-part {
    width: 18px;
    height: 23px;
}
.crates {
    width: 57px;
    height: 41px;
}
.cityscape {
    width: 111px;
    height: 67px;
}
.clouds {
    width: 35px;
    height: 7px;
}
.waggie {
    width: 58px;
    height: 10px;
}
.skew {
    width: 170px;
    height: 200px;
    overflow: hidden;
    top: 0;
    position: absolute;
    z-index: 5;




}
#masker {
    position: absolute;
    background-color: red;
    /*background-color: transparent;*/
    width: 551px;
    height: 320px;
    overflow: hidden;
    /*transform: rotate(-50deg);*/
    display: none;
    transform: skew(56deg);

}
#masker-img {
    /*position: absolute;
  width: 140px;
  height: 189px;
  transform: rotate(50deg);*/
    position: absolute;
    width: 150px;
    height: 189px;
    top: 121px;
    right: 145px;
    transform: skew(-56deg);
    z-index: 99999;
}

#masker-img2 {
    /*position: absolute;
  width: 140px;
  height: 189px;
  transform: rotate(50deg);*/
    position: absolute;
    width: 150px;
    height: 189px;
    top: 19px;
    left: 27px;

    z-index: 990;
}

#imgWrapper{
position: absolute;
    top: -92px;
    left: -4px;
    width: 150px;
    height: 211px;
    z-index: 998;
    overflow: hidden;
}

#skewedWrapper{
    position: absolute;
    top:0px;
    left:-550px;
    width:450px;
    height: 250px;
    overflow: hidden;

-moz-transform: skewX(40deg) skewY(0deg);
-webkit-transform: skewX(40deg) skewY(0deg);
-o-transform: skewX(40deg) skewY(0deg);
-ms-transform: skewX(40deg) skewY(0deg);
transform: skewX(40deg) skewY(0deg);

}

#skewedImg{
    position: absolute;
  top: 19px;
    left: 571px;
-moz-transform: skewX(-40deg) skewY(0deg);
-webkit-transform: skewX(-40deg) skewY(0deg);
-o-transform: skewX(-40deg) skewY(0deg);
-ms-transform: skewX(-40deg) skewY(0deg);
transform: skewX(-40deg) skewY(0deg);
}
