div#mediaWrap {
    overflow: hidden;
}

/* DIRECTORY */

div#mediaDirectory {
    position: absolute;
    z-index: 5;
    left: -225px;
    top: 0;
    float: none;
    transition: 200ms;
    border: none;
    box-shadow: 0 0 4px #00000077;
    width: 215px;
}
    div#mediaDirectory:hover {
        left: 0;
    }
div#mediaDirectory:after {
    content: '≡';
    color: #777;
    display: block;
    position: absolute;
    right: -50px;
    top: 0;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 45px;
}
    div#mediaDirectory:hover:after {
        opacity: 0;
    }
#mediaDirectory > div:nth-child(1) {
    display: none;
}



/* CONTENT */
div#mediaContent {
    position: relative;
    height: 55vh;
    float: none;
    left: 0;
    top: 0;
    width: 100%;
}
div#mediaContent.loading {
    background-image: url(/content/loading_3.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}

#mediaContent > div:nth-child(6) > div:nth-child(2) {
    display: none !important;
}
#mediaContent > div:nth-child(6) > div:nth-child(3) {
    height: auto !important;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100% !important;
    margin-top: 0 !important;
}

div#mediaContentHeader {
    display: none;
}
div#jumpLinks {
    position: absolute;
    top: 75px;
    text-align: center;
    width: 75%;
    left: 12%;
}

div#jumpLinks a {
    color: #555;
    display: inline-block;
    width: 90px;
    margin: 0 2% 2% 0;
    text-align: center;
    padding: 100px 10px 10px;
    border: 1px solid transparent;
    background-image: url(https://app.steadytide.com/users/myteam33814/Media2415.png);
    background-size: 100px;
    background-position: top center;
    background-repeat: no-repeat;
}

div#jumpLinks a:hover {
    border-color: #bbb;
    transform: scale(1.05);
}

div#thumbs {
    position: absolute;
    bottom: 0;
    right: 0;
    float: none !important;
    width: calc(100% - 70px) !important;
    overflow-x: auto;
    box-sizing: border-box;
    white-space: nowrap;
    z-index: 3;
}

div#thumbs b {
    display: none;
}

div#thumbs img {
    max-width: none !important;
    max-height: none !important;
    height: 50px !important;
    border: 1px solid #aaa !important;
    transition: 200ms;
    min-width: 50px;
    background-image: url(/content/loading_3.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
div#thumbs img:hover, div#thumbs img[style*="2px"] {
    transform: scale(1.1);
    box-shadow: 0 0 10px #25a5ff;
    border: 1px solid #25a5ff !important;
    opacity: 1 !important;
}

#thumbs:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 5;
    width: 0;
    height: 0;
    background-image: url(https://app.steadytide.com/users/myteam33814/Media2420.gif);
    background-repeat: no-repeat;
    background-size: auto 80%;
    background-position: right 200%;
    -webkit-animation-name: swipe;
    -webkit-animation-duration: 3s;
    animation-name: swipe;
    animation-duration: 3s;
    filter: invert() brightness(2) drop-shadow(0 0 3px #000);
}


@-webkit-keyframes swipe {
	0%   {height:100%;width:100%;opacity: 0;}
	25%  {opacity: 1;}
    75%  {opacity: 1;}
    99%  {height:100%;width:100%;}
    100% {opacity: 0;height:0;width:0;}
}

@keyframes swipe {
	0%   {height:100%;width:100%;opacity: 0;}
	25%  {opacity: 1;}
    75%  {opacity: 1;}
    99%  {height:100%;width:100%;}
    100% {opacity: 0;height:0;width:0;}
}

div#outerMediaContainer {
    width: 100% !important;
    height: calc(55vh - 100px) !important;
    margin-top: 0 !important;
    padding: 40px 20px 20px !important;
    box-sizing: border-box;
}

div.logoBorder {
    text-align: center;
    transition: 0ms !important;
    transition-delay: 0ms;
}
div.logoBorder img {
    max-width: 100% !important;
    max-height: calc(55vh - 150px);
    box-shadow: 0 0 3px, 8px 8px 10px #000000aa;
    background-image: url(/content/loading_3.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px;
}


#mediaContent > div:nth-child(6) > div:nth-child(4) {
    position: absolute;
    padding: 0 !important;
    bottom: 80px;
    width: 100%;
    text-align: center;
    color: #aaa;
    text-shadow: 0 0 0px #000;
}

#mediaContent > span:nth-child(3) {
    display: none;
}

#mediaContent > span:nth-child(4) {
    display: none;
}

#mediaContent span#startSlideshowLink {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60px;
    height: 60px;
    font-size: 0px;
}

#mediaContent a[onclick*="startSlideshow"], #mediaContent a[onclick*="stopSlideshow"], #mediaContent span#startSlideshowLink span:first-child {
    background-position: center;
    background-repeat: no-repeat;
    color: transparent;
    width: 100%;
    height: 100%;
    float: left;
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

#mediaContent a[onclick*="stopSlideshow"] {
    background-image: url(https://cdn2.iconfinder.com/data/icons/iconslandplayer/PNG/256x256/CircleBordered/Stop1Disabled.png);
    background-size: 85%;
}

a[onclick*="startSlideshow"] {
    background-image: url(https://cdn2.iconfinder.com/data/icons/iconslandplayer/PNG/256x256/CircleBlue/Play1Disabled.png);
    background-size: 100%;
}

@keyframes playing {
    from {transform: rotate(0deg);}
    to {transform: rotate(360deg);}
}

#mediaContent 
 span#startSlideshowLink span:first-child {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0px !important;
    border-top: 3px solid #6f6f6f;
    border-right: 3px solid #c7c7c7;
    border-bottom: 3px solid #6f6f6f;
    border-left: 3px solid #c7c7c7;
    box-sizing: border-box;
    width: 100%;
    border-radius: 100px;
    animation-name: playing;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}


/* UI BUTTONS */

button.galleryUI {
    position: absolute;
    top: 10px;
    cursor: pointer;
    font-weight: bold;
    border: 3px solid;
    border-radius: 6px;
    padding: 5px;
    color: #555;
    background-color: #eee;
    outline: none !important;
    opacity: .5;
    background-position: center;
    background-repeat: no-repeat;
}

button.galleryUI:hover {
    opacity: 1;
}


button#toggleTheme {
    right: 10px;
    background-image: url(https://cdn3.iconfinder.com/data/icons/developerkit/png/Light%20Bulb%20Off.png);
    background-size: 80%;
}

button#startLB {
    display: none;
    right: 60px;
    background-image: url(https://app.steadytide.com/users/myteam33814/Media2450.png);
    background-size: 90%;
}

/* Lightbox Theater */
div#lightboxWrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000bb;
    z-index: 5000;
}

div#exitLB {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-image: url(https://app.steadytide.com/users/myteam33814/Media2298.png);
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
}

div.navLB {
    position: fixed;
    width: 50px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
    background-position: center;
    background-size: 75%;
    background-repeat: no-repeat;
    cursor: pointer;
}

div#backLB {
    background-image: url(https://app.steadytide.com/users/myteam33814/Media2397.png);
    left: 0;
}

div#nextLB {
    background-image: url(https://app.steadytide.com/users/myteam33814/Media2395.png);
    right: 0;
}

div#lbImgCont {
    width: 90%;
    height: 95%;
    margin-top: 2%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

div#lbImgLbl {
    position: relative;
    bottom: 50px;
    margin: 0 auto;
    padding: 7px;
    background-color: #000000aa;
    display: inline-block;
    color: #fff;
    font-size: 13px;
}

div#lightboxWrap > center {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url(/content/loading_3.gif);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position: center;
}


/*DARK THEME*/

section#gallery.dark {
    background-color: #333;
}

#gallery.dark button.galleryUI {
    color: #eee;
    background-color: #555;
}

#gallery.dark div#mediaWrap {
    background-color: #333;
}

#gallery.dark div#mediaDirectory:after {
    color: #bbb;
}

#gallery.dark div#jumpLinks a {
    color: #eee;
}
#gallery.dark div#jumpLinks a:hover {
    border-color: #555;
}