html, body {
    height: 100%;
}

body {
    background: white url('../theme/body_bg.jpg') no-repeat left top fixed;
    background-size: cover;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

#footer {
    height: 60px;
}

#wrap > .container {
    padding: 60px 15px 0;
}

.container .credit {
    margin: 20px 0;
}

#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

p {
    text-align: justify;
}

.ice-indicators li {
    background-color: #999;
    background-color: rgba(70, 70, 70, .25);
}

.ice-indicators .active {
    background-color: #444;
}

.ice-transparency {
    background: white;
    background: rgba(255, 255, 255, 0.9);
}

.ice-tabbed {
    padding-left: 20px;
}

.ice-margin-top-50 {
    margin-top: 50px;
}

.ice-margin-bottom-0 {
    margin-bottom: 0px;
}

#ice-sidenav-left {
    position: fixed;
    top: 60px;
}

.ice-sidenav-ul > li > a:hover {
    background: none;
}

.ice-thumbnail {
    line-height: 60px;
    text-align: center;
}

.ice-thumbnail img {
    width: 100%;
    max-width: 120px;
    max-height: 60px;
    vertical-align: middle;
}

.slider-wrapper {
    width: 80%;
    margin: 0px auto;
}

.twitter-timeline {
    width: 100% !important;
}

@media (min-width: 767px) {
    .ice-transparency {
        background: white;
    }
}

@media (max-width: 992px) {
    #ice-topnav {
        display: block !important;
    }

    #ice-sidenav-left {
        display: none;
    }

    .ice-transparency {
        background: white;
    }

    #ice-footer {
        display: none;
    }

    div.products {
        text-align: center;
    }

    div.products > img {
        max-width: 50% !important;
    }
}

@media (max-width: 728px) {
    .slider-wrapper {
        width: 100%;
    }
}


.nivoSlider {
    max-height: 300px;
    min-height: 188px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    left: 30px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 90%;
}
