﻿html, body {
    height: 100%;
}

* {
    outline: none;
}

body {
    margin: 0px;
    padding: 0px;
    background: #000;
}

#toolbar {
    position: fixed;
    z-index: 3;
    right: 10px;
    top: 10px;
    padding: 5px;
    background: url(/Scripts/malihu/fs_img_g_bg.png);
}

    #toolbar img {
        border: none;
    }

#Logo {
    position: fixed;
    z-index: 3;
    left: 5px;
    top: 5px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 150px;
}

    #Logo img {
        width: 100%;
    }
    #Logo div {
        text-align: center;
        color: white; /*text-transform: uppercase;*/
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), -1px -1px 1px rgba(0, 0, 0, 0.8);
        font-size: 2rem;
        line-height: 2rem;
    }

        #Logo div a {
            color: whitesmoke;
            font-size: 1.6rem;
        }

            #Logo div a:hover {
                color: white;
            }

    #Logo hr {
        margin-bottom: 5px;
    }

@media (min-width: 768px) {
#Logo {
    position: fixed;
    z-index: 3;
    left: 10px;
    top: 10px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.2);
    width: 250px;
}

    #Logo div {
        text-align: center;
        color: white; /*text-transform: uppercase;*/
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8), -1px -1px 1px rgba(0, 0, 0, 0.8);
        font-size: 3rem;
        line-height: 3rem;
    }

        #Logo div a {
            color: whitesmoke;
            font-size: 1.5rem;
        }

            #Logo div a:hover {
                color: white;
            }

    #Logo hr {
        margin-bottom: 5px;
    }

}

#img_title {
    position: fixed;
    z-index: 3;
    left: 5px;
    top: 140px;
    padding: 10px;
    background: url(/Scripts/malihu/fs_img_g_bg.png);
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 1.3rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}

    #img_title .tit { /*font-family: 'Alex Brush', cursive;*/
        font-size: 1.6rem;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

@media (min-width: 768px) {
    #img_title {
        position: fixed;
        z-index: 3;
        left: 270px;
        top: 10px;
        padding: 10px;
        background: url(/Scripts/malihu/fs_img_g_bg.png);
        color: #FFF;
        font-family: 'Roboto', sans-serif;
        font-size: 1.6rem;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    }

    #img_title .tit { /*font-family: 'Alex Brush', cursive;*/
        font-size: 2rem;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }


}


#bg {
    position: fixed;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#bgimg {
    display: none;
    -ms-interpolation-mode: bicubic;
}

#preloader {
    position: relative;
    z-index: 3;
    width: 32px;
    padding: 0px;
    top: 80px;
    margin: auto;
    background: #fff;
}

#thumbnails_wrapper {
    z-index: 2;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: url(/Scripts/malihu/empty.gif); /* stupid ie needs a background value to understand hover area */
}

#outer_container {
    position: relative;
    padding: 0;
    width: 100%;
    margin: 5px auto;
}

@media (min-width: 768px) {
    #outer_container {
        position: relative;
        padding: 0;
        width: 100%;
        margin: 40px auto;
    }
}

    #outer_container .thumbScroller {
        position: relative;
        overflow: hidden;
        background: url(/Scripts/malihu/fs_img_g_bg.png);
    }

        #outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content {
            height: 100px;
        }

        @media (min-width: 768px) {
            #outer_container .thumbScroller, #outer_container .thumbScroller .container, #outer_container .thumbScroller .content {
                height: 170px;
            }
        }
            #outer_container .thumbScroller .container {
                position: relative;
                left: 0;
            }

            #outer_container .thumbScroller .content {
                float: left;
            }

                #outer_container .thumbScroller .content div {
                    margin: 5px;
                    height: 100%;
                }

            #outer_container .thumbScroller img {
                border: 5px solid #fff;
            }

            #outer_container .thumbScroller .content div a {
                display: block;
                padding: 5px;
            }

.nextImageBtn, .prevImageBtn {
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 105px;
    margin: -25px 10px 0 10px;
    z-index: 3;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;
    -khtml-opacity: 0.4;
    opacity: 0.4;
}

@media (min-width: 768px) {
    .nextImageBtn, .prevImageBtn {
        display: block;
        position: absolute;
        width: 50px;
        height: 50px;
        top: 50%;
        margin: -25px 10px 0 10px;
        z-index: 3;
        filter: alpha(opacity=40);
        -moz-opacity: 0.4;
        -khtml-opacity: 0.4;
        opacity: 0.4;
    }
}
    .nextImageBtn:hover, .prevImageBtn:hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        -khtml-opacity: 0.8;
        opacity: 0.8;
    }

.nextImageBtn {
    right: 0;
    background: #000 url(/Scripts/malihu/nextImgBtn.png) center center no-repeat;
}

.prevImageBtn {
    background: #000 url(/Scripts/malihu/prevImgBtn.png) center center no-repeat;
}

.thumb {
    max-width: 100px;
    height: auto;
}

@media (min-width: 768px) {

    .thumb {
        max-width: 200px;
        height: auto;
    }
}