body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 9pt;
    color: #333;
}

#main-container {
    position: absolute;
    width: 970px;
    height: 300px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    overflow: none;
}

#collapsed-state {
    position: absolute;
    top: 0;
    right: 0;
    width: 970px;
    height: 90px;
    z-index: 100;
    cursor: pointer;
    text-align: center;
    background-image: url(images/970x90_collapsed.jpg);
    background-repeat: no-repeat;
    border: 1px solid #44484b;
    box-sizing: border-box;
}
#collapsed-exit {
    position: absolute;
    width: 124px;
    height: 90px;
    top: 0px;
    left: 0px;
    cursor: pointer;
    /* IE10 needs a background color otherwise he won't capture clicks */
    background-color: #FFF;
    opacity: 0;
}

#expanded-state {
    position: absolute;
    box-sizing: border-box;
    width: 970px;
    height: 300px;
    top: 0;
    left: 0;
    background-image: url(images/970x300_expand.jpg);
    background-repeat: no-repeat;
    z-index: 200;
    border: 1px solid #44484b;
    display: none;
}

#expanded-exit {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    /* IE10 needs a background color otherwise he won't capture clicks */
    background-color: #FFF;
    opacity: 0;
    z-index: 403;
    display: none;
}

.button {
    position: absolute;
    color: #FFF;
    background-color: #339933;
    border: 1px outset #333;
    cursor: pointer;
    padding: 5px 10px;
    z-index: 500;
    font-family: Arial, sans-serif;
    font-size: 10pt;
}

#expand-button {
    position: absolute;
    width: 98px;
    height: 43px;
    top: 28px;
    left: 867px;
    display: none;
    background-image: url(images/btnExpand.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 500;
}

#facebookS-button {
    position: absolute;
    width: 37px;
    height: 43px;
    top: 28px;
    left: 826px;
    display: none;
    background-image: url(images/btnFb.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 500;
}

#collapse-button {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 70px;
    height: 35px;
    display: none;
    background-image: url(images/btnClose.png);
    background-repeat: no-repeat;
    cursor: pointer;
    z-index: 500;
}

.feature-collapsed {
    top: 0px;
    left: 0px;
}

.feature-expanded {
    top: 0px;
    left: 0px;
}

#main-img-0 {
    position: absolute;
    width: 150px;
    height: 95px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
}

#main-img-1 {
    position: absolute;
	top: -10px;
    width: 150px;
    height: 95px;
    background-image: url(images/logo.png);
    background-repeat: no-repeat;
    z-index: 402;
}

#locationSelect {
    position: absolute;
    top: 19px;
    left: 167px;
    width: 130px;
    height: 52px;
}

#locationTxt {
    position: absolute;
    top: 0px;
    left: -3px;
    width: 130px;
    height: 52px;
    background-image: url(images/location.png);
    background-repeat: repeat-x;
}

#alertBox {
    position: absolute;
    top: 0px;
    left: 92px;
    width: 240px;
    height: 32px;
    background-image: url(images/alertBox.png);
    background-repeat: no-repeat;
	display: none;
}


#StorySelect1,
#StorySelect2,
#StorySelect3,
#StorySelect4,
#StorySelect5 {
    position: absolute;
    width: 80px;
    height: 36px;
    top: 17px;
}

#StoryTxt1,
#StoryTxt2,
#StoryTxt3,
#StoryTxt5 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80px;
    height: 37px;
    background-repeat: no-repeat;
}
#StoryTxt4{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100px;
    height: 37px;
    background-repeat: no-repeat;
	
}

#StorySelect1 {
    left: 309px;
}

#StoryTxt1 {
    background-image: url(images/line01.png);
    background-repeat: repeat-x;
}

#StorySelect2 {
    left: 406px;
}

#StoryTxt2 {
    background-image: url(images/line02.png);
    background-repeat: repeat-x;
}

#StorySelect3 {
    left: 503px;
}

#StoryTxt3 {
    background-image: url(images/line03.png);
    background-repeat: repeat-x;
}

#StorySelect4 {
    left: 600px;
	width: 100px;
}

#StoryTxt4 {
    background-image: url(images/line04.png);
    background-repeat: repeat-x;
}

#StorySelect5 {
    left: 717px;
	width: 90px;
}

#StoryTxt5 {
    background-image: url(images/line05.png);
    background-repeat: repeat-x;
}

#arrowBtn {
    position: absolute;
    width: 46px;
    height: 20px;
    top: 0px;
    right: 24px;
    cursor: pointer;
    /* IE10 needs a background color otherwise he won't capture clicks */
    background-color: #FFF;
    opacity: 0;
}


#arrowBtn_top {
	position: absolute;
    left: 50%;
    top: 34px;
    width: 40px;
    height: 23px;
    background-image: url(images/btnArrowT.png);
    background-repeat: no-repeat;
    margin-left: -43px;
    background-position: right top;
}

#arrowBtn_bottom {
    position: absolute;
    right: 50%;
    top: 34px;
    width: 40px;
    height: 23px;
    background-image: url(images/btnArrowB.png);
    background-repeat: no-repeat;
    margin-right: -43px;
}

#mcBtn {
    position: absolute;
    top: 243px;
    left: 0px;
    width: 970px;
    height: 56px;
}

#facebook-button,
#twitter-button,
#instagram-button,
#pinterest-button,
#youtube-button,
#tripadvisor-button,
#departure-button {
    position: absolute;
    width: 50px;
    height: 56px;
    background-repeat: no-repeat;
}

#facebook-button {
    left: 120px;
    background-image: url(images/btnFb2.png);
}

#twitter-button {
    left: 210px;
    background-image: url(images/btnTwitter.png);
}

#instagram-button {
    left: 300px;
    background-image: url(images/btnInstagram.png);
}

#pinterest-button {
    left: 390px;
    background-image: url(images/btnPinterest.png);
}

#youtube-button {
    left: 481px;
    background-image: url(images/btnYoutube.png);
}

#tripadvisor-button {
    left: 571px;
    background-image: url(images/btnTripadvisor.png);
}

#departure-button {
    left: 661px;
    width: 188px;
    background-image: url(images/btnDeparture.png);
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}

/* Plane DIV with animation */
#mcPlane {
    background-image: url(images/plane.png);
    background-position: center top;
    background-size: 55% auto;
    background-repeat: no-repeat;
    width: 970px;
    height: 480px;
    top: -300px;
    position: absolute;
    display: none;
	z-index: 400;
}

div.plane-animate {
    animation: frames_plane 5s;
    animation-play-state: paused;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes frames_plane {
    0% {
        top: -300px;
    }
    100% {
        top: 900px;
    }
}

#mcMap {
    background-image: url(images/map.gif);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 968px;
    height: 298px;
    top: 0px;
    left: 0px;
    position: absolute;
    opacity: 0;
    display: none;
	z-index: 398;
}

#mcFlight {
    background-image: url(images/flight.png);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    width: 968px;
    height: 298px;
    top: 0px;
    left: 0px;
    position: absolute;
    display: none;
	z-index: 399;
}

#mcBtn {
    opacity: 0;
    display: none;
    z-index: 405;
    cursor: pointer;
    position: absolute;
    top: 243px;
    left: 0px;
    width: 970px;
    height: 56px;
}

div.img-animate {
    animation: frames_img_fadein 1s;
    animation-play-state: paused;
    animation-fill-mode: forwards;
    animation-timing-function: linear;
}
@keyframes frames_img_fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

#locationDropdown {
    position: absolute;
    top: 0px;
    left: 117px;
    width: 531px;
    height: 52px;
    z-index: 9999;
    background-image: url(images/dropdownBG.png);
    background-position: 1px 1px;
    overflow: hidden;
    display: none;
}

#locationDropdownImg {
    position: absolute;
    top: 0px;
    left: 45px;
    width: 2600px;
    height: 52px;
}

#locationDropdownImg .locationSubItem {
    background-image: url(images/location.png);
    background-repeat: repeat-x;
    position: relative;
    left: -44px;
    height: 37px;
    width: 130px;
    float: left;
}

#locationDropdownImg .locationSubItem:hover, #locationDropdownImg .locationSubItem.active {
    background-color: #e67e0c;
    opacity: 1;
}

#locationScrollContainer {
    position: relative;
    left: 117px;
    top: -1px;
    height: 10px;
    width: 531px;
    padding-top: 2px;
    padding-bottom: 2px;
    z-index: 9999;
    background-image: url(images/scrollBar.jpg);
    background-repeat: no-repeat;
    background-position: 1px 1px;
    display: none;
}

#locationDropdownArrow {
    position: relative;
    left: 170px;
    height: 40px;
    width: 35px;
}
