body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #FFF url('/assets/bg.jpg') 0 0 repeat;
}

.container {

    display: block;
    width: 100%;
    height: 100%;
    margin-top: 46px;
}

.logo {
    position: relative;
    width: 100%;
    height: 53px;
    display: block;
}

.logo img {
    display: block;
    width: 200px;
    height: 53px;
    margin: 0 auto;
}

.inline-gallery-container {

    position: relative;
    width: 100%;
    height: calc(100vh - 350px);

    padding-bottom: 30%;
}

.lg-backdrop {

    background: transparent;
}

.lg-components {

    margin-top: 30px;
    width: calc(100vw - 40px);
    margin-left: 20px;
}

.lg-content {

    min-height: 310px;
}

.lg-thumb-item {

    width: 54px;
    height: 54px;
}

.lg-outer .lg-thumb-outer {

    background: transparent;
}

.downloader {
    width: 100%;
}

.lg-item .lg-sub-html {
    /* bottom: 60px; */
}

a.btn:link,
a.btn:visited,
a.btn:hover,
a.btn:active {

    display: block;
    width: 70%;
    height: 50px;
    line-height: 50px;
    border-radius: 30px;
    background: rgba(0, 0, 0, 1);
    color: #FFF;
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    font-family: Arial;
    margin: 0 auto;
}

a.btn:hover {

    color: #99ccff;
}