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: 728px;
    height: 300px;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

#collapsed-state {
    position: absolute;
    top: 0;
    left: 0;
    width: 728px;
    height: 90px;
    z-index: 100;
    cursor: pointer;
    text-align: center;
    background-color: #EEE;
    overflow: hidden;
    background-image: url(collapsed_bg.png);

    box-sizing: border-box;
}
#cta {
    cursor: pointer;
    top: 5px;
    right: 20px;
    width: 118px;
    height: 15px;
    z-index: 100;
    position: absolute;
    background-image: url(cta_watch.png);
    box-sizing: border-box;
}
#cta:hover{
  background-position: 0px -15px;
}
.collapsed_social {
  cursor: pointer;
  bottom: 14px;
  height: 16px;
  position: absolute;
  z-index: 102;
  background-image: url(collapsed_social.png);
  box-sizing: border-box;
}
#collapsed_fb {
    display: none;
    right: 353px;
    width: 12px;
    background-position: 79px 0px;
}
#collapsed_fb:hover{
  background-position: 79px -16px;
}
#collapsed_ig {
    display: none;
    right: 333px;
    width: 19px;
    background-position: 66px 0px;
}
#collapsed_ig:hover{
  background-position: 66px -16px;
}
#collapsed_gp {
    display: none;
    right: 309px;
    width: 19px;
    background-position: 42px 0px;
}
#collapsed_gp:hover{
  background-position: 42px -16px;
}
#collapsed_tw {
    display: none;
    right: 287px;
    width: 16px;
    background-position: 17px 0px;
}
#collapsed_tw:hover{
  background-position: 17px -16px;
}
#collapsed_date {
    display: none;
    bottom: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    z-index: 6;
    position: absolute;
    background-image: url(collapsed_date0.png);
    box-sizing: border-box;
}
#collapsed_img1{
    display: none;
    bottom: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    z-index: 5;
    position: absolute;
    background-image: url(collapsed_img1.png);
    box-sizing: border-box;
}
#collapsed_img2{
    display: none;
    bottom: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    z-index: 4;
    position: absolute;
    background-image: url(collapsed_img2.png);
    box-sizing: border-box;
}
#collapsed_img3{
    display: none;
    bottom: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    z-index: 3;
    position: absolute;
    background-image: url(collapsed_img3.png);
    box-sizing: border-box;
}
#collapsed_img4{
    display: none;
    bottom: 0px;
    left: 390px;
    width: 222px;
    height: 90px;
    z-index: 2;
    position: absolute;
    background-image: url(collapsed_img4.png);
    box-sizing: border-box;
}

#expanded-state {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #F1F1F1;
    z-index: 200;
    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: 400;
    display: none;
}

#collapsed-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: 101;
    display: none;
}

.button {
    width: 105px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    z-index: 500;
    background-image: url(expand_button.png);

}

#expand-button {
    cursor: pointer;
    bottom: 24px;
    right: 10px;
    display: none;
    
    background-position: 0px 0px;

}
#expand-button:hover {
    background-position: 0px -44px;

}
#collapse-button {
  cursor: pointer;
    background-image: url(close.png);
    top: 5px;
    right: 5px;
    width: 14px;
    height: 14px;
    display: none;
    position: absolute;
    z-index: 1000;
}

.feature-collapsed {
    top: 0px;
    left: 0px;
    width: 728px;
    height: 90px;
    position: absolute;
}

.feature-expanded {
    top: 0px;
    left: 0px;
    width: 728px;
    height: 300px;
    overflow: hidden;
    position: absolute;
}
.container{
    width: 728px;
    height: 245px;
    top: 0;
    left: 0;
    z-index: 600;
    border: none;
    display: none;
    visibility: hidden;
    position: absolute;
    box-sizing: border-box;
}
#section1_container {
    width: 728px;
    height: 245px;
    top: 0;
    right: 0;
    background-image: url(video_bg.png);
    position: absolute;
    box-sizing: border-box;
}
#section2_container {
    background: #e0ebf2;
}
#section3_container {
    width: 728px;
    height: 245px;
    top: 0;
    right: 0;
    background-image: url(video_bg.png);
    position: absolute;
    box-sizing: border-box;
}
#section4_container {
    background: #00a0e6;
}

#aboutText {
    width: 424px;
    float: left;
    margin: 10px 10px 10px 20px;
    padding: 8px;
    height: 210px;
    overflow: auto;
    font-family: arial, Helvetica, sans-serif;
    font-size: 14px;
    text-indent: 15px;
    border: 0px;
    position: absolute;
    z-index: 602;
    box-sizing: border-box;
}

#section2_bg {
    width: 383px;
    height: 245px;
    top: 0;
    right: 0;
    background-image: url(section2_bg.png);
    position: absolute;
    z-index: 601;
    box-sizing: border-box;
}


#left_nav {
    cursor: pointer;
    width: 364px;
    height: 245px;
    top: 0;
    left: 0;
    z-index: 602;
    border: none;
    display: block;
    position: absolute;
    background-image: url(left_arrow.png);
    box-sizing: border-box;
}
#right_nav {
    cursor: pointer;
    width: 364px;
    height: 245px;
    top: 0;
    right: 0;
    z-index: 602;
    border: none;
    display: block;
    position: absolute;
    background-image: url(right_arrow.png);
    box-sizing: border-box;
}
#gallery_slider {
    margin: 0;
    padding: 0;
    top: 0px;
    left: 0px;
    width: 4000px;
    height: 245px;
    z-index: 601;
    overflow: hidden;
    position: absolute;
    box-sizing: border-box;
}
.gallery{
    margin: 0;
    padding: 0;
    top: 0px;
    width: 728px;
    height: 245px;
    z-index: 601;
    position: absolute;
    display: inline-block;
    box-sizing: border-box;
}
#gallery_img1 {
    left: 0px;
    background-image: url(gallery_img1.png);
}

#gallery_img2 {
    left: 728px;
    background-image: url(gallery_img2.png);
}

#gallery_img3 {
    left: 1456px;
    background-image: url(gallery_img3.png);
}

#gallery_img4 {
    left: 2184px;
    background-image: url(gallery_img4.png);
}

#gallery_img5 {
    left: 2912px;
    background-image: url(gallery_img5.png);
}


.back_btn {
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 17px;
    z-index: 901;
    position: absolute;
    background-image: url(back_btn.png);
    box-sizing: border-box;
}

.blackBack_btn {
    bottom: 0px;
    left: 0px;
    width: 50px;
    height: 17px;
    z-index: 901;
    position: absolute;
    background-image: url(blackBack_btn.png);
    box-sizing: border-box;
}

#menu_container {
    top: 0px;
    left: 0px;
    width: 728px;
    height: 245px;
    position: absolute;
}

.item {
    margin: 0px auto;
    vertical-align: top;
    white-space: nowrap;
    position: relative;
    display: block;
    float: left;
    height: 100%;
}

#item1 {  
    cursor: pointer;
    background-position: center;
    background-image: url(item1_bg.png);
    /*background: #f2b635;*/
}

#item2 {
    cursor: pointer;
    background-position: center;
    background-image: url(item2_bg.png);
    /*background: #f19a2a ;*/
}

#item3 {
    cursor: pointer;
    background-position: center;
    background-image: url(item3_bg.png);
    /*background: #49b3e8 ;*/
}

#item4 {
    cursor: pointer;
    background-position: center;
    background-image: url(item4_bg.png);
    /*background: #00a0e6;*/
}

#item5 {
    cursor: pointer;
    background-position: center;
    background-image: url(item5_bg.png);
    /*background: #f25648;*/
}

.item_img {
    pointer-events: none;
    /*background: #f25648;*/
}

#menu_container,
li {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul {
    display: flex;
    height: 245px;
    background: #000000;
    z-index: 400;
}

li {
    font-family: Arial, sans-serif;
    font-size: 13pt;
    flex: 1;
    transition: flex 300ms ease-out, color 200ms ease-out;
    padding: 2%;
    text-align: center;
    z-index: 400;
    color: rgba(255, 255, 255, 0);
}

li:hover {
    flex: 2;
    color: rgba(250, 250, 250, 1);
}
#surf_still {
    width: 585px;
    height: 245px;
    top: 42px;
    left: 0px;
    z-index: 601;
    border: none;
    display: none;
    position: absolute;
    background-image: url(surf_still.png);
    box-sizing: border-box;
}
#video_still {
    width: 585px;
    height: 245px;
    top: 42px;
    left: 0px;
    z-index: 601;
    border: none;
    display: none;
    position: absolute;
    background-image: url(video_still.png);
    box-sizing: border-box;
}
#replay_button1 {
    cursor: pointer;
    width: 75px;
    height: 78px;
    top: 125px;
    left: 255px;
    opacity:.75;
    z-index: 602;
    border: none;
    display: none;
    position: absolute;
    background-image: url(replay_button.png);
    box-sizing: border-box;
}
#replay_button1:hover {
    opacity:1;
}
#replay_button2 {
    cursor: pointer;
    width: 75px;
    height: 78px;
    top: 125px;
    left: 255px;
    opacity:.75;
    z-index: 602;
    border: none;
    display: none;
    position: absolute;
    background-image: url(replay_button.png);
    box-sizing: border-box;
}
#replay_button2:hover {
    opacity:1;
}
.video-controls {
    position: absolute;
    width: 18px;
    height: 18px;
    bottom: -285px;
    cursor: pointer;
    background-color: #FFF;
}


/* Video button hiding an positioning */

.video-controls:hover {
    border-bottom: 1px solid #666;
}



#video-container-1 {
    position: absolute;
    width: 585px;
    top: -42px;
    left: 72px;
    background-color: none;
    z-index: 500;
    border: none;
    visibility: hidden;
}

#video-1 {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    padding-bottom: 0px;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

#play-btn-1 {
    background-image: url(play.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: 20px;
}

#progress-bar-1 {
    position: absolute;
    background-color: #f9a12f;
    bottom: -289px;
    height: 4px;
}

#pause-btn-1 {
    background-image: url(pause.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: 20px;
    visibility: hidden;
}

#unmute-btn-1 {
    background-image: url(unmute.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0px;
}

#mute-btn-1 {
    background-image: url(mute.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0px;
    visibility: hidden;
}

#video-container-2 {
    position: absolute;
    width: 585px;
    top: -42px;
    left: 72px;
    background-color: none;
    z-index: 500;
    border: none;
    visibility: hidden;
}

#video-2 {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    padding-bottom: 0px;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

#play-btn-2 {
    background-image: url(play.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: 20px;
}

#progress-bar-2 {
    position: absolute;
    background-color: #f9a12f;
    bottom: -289px;
    height: 4px;
}

#pause-btn-2 {
    background-image: url(pause.svg);
    background-repeat: no-repeat;
    background-size: cover;
    right: 20px;
    visibility: hidden;
}

#unmute-btn-2 {
    background-image: url(unmute.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0px;
}

#mute-btn-2 {
    background-image: url(mute.svg);
    background-size: cover;
    background-repeat: no-repeat;
    right: 0px;
    visibility: hidden;
}

#footer {
    bottom: 0px;
    left: 0px;
    width:728px;
    height: 55px;
    z-index: 800;
    position: absolute;
    background-image: url(footer.png);
    box-sizing: border-box;
}

#cta {
    cursor: pointer;
    top: 9px;
    right: 10px;
    width: 125px;
    height: 16px;
    z-index: 802;
    position: absolute;
    background-image: url(cta_watch.png);
    box-sizing: border-box;
}
#cta:hover{
  background-position: 0px -16px;
}
.social {
    cursor: pointer;
    bottom: 10px;
    height: 15px;
    z-index: 802;
    position: absolute;
    background-image: url(social.png);
    box-sizing: border-box;
}
#fb {
    right: 96px;
    width: 12px;
    background-position: 72px 0px;
}
#fb:hover{
  background-position: 72px -15px;
}
#ig {
    right: 78px;
    width: 16px;
    background-position: 58px 0px;
}
#ig:hover{
  background-position: 58px -15px;
}
#gp {
    right: 55px;
    width: 16px;
    background-position: 35px 0px;
}
#gp:hover{
  background-position: 35px -15px;
}
#tw {
    right: 35px;
    width: 16px;
    background-position: 15px 0px;
}
#tw:hover{
  background-position: 15px -15px;
}
#dateState {
    bottom: 0px;
    left: 0px;
    width:728px;
    height: 55px;
    z-index: 801;
    position: absolute;
    background-image: url(expanded_date0.png);
    box-sizing: border-box;
}

:focus {
    outline: none;
}

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