body {
    font: .85em/1.2 helvetica, arial, sans-serif;
    background-color: #222;
    color: #fefefe;
    overflow: hidden;
}

h1 {
    font-size: 1.8em;
}

#page {
    width: 640px;
    margin: 40px auto;
    position: relative;
}

.slide {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 400px;
}

.slide img {
    width: 100%;
    height: auto;
}

#slider-viewport {
    width: 640px;
    height: 400px;
    overflow: hidden;
    margin: 0 auto;
}

#slider-shadow {
    padding: 0 0 35px;
}

.slider-controls {
    overflow: hidden;
}

.controls,
.controls li {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

#controls {
    float: right;
}

#controls li {
    display: inline;
}

#controls li a {
    display: block;
    float: left;
    padding: 4px 6px;
    background: #444;
    color: white;
    margin: 0 0 0 4px;
    text-decoration: none;
    font-weight: bold;
    text-transform: uppercase;
}

#effect-selector {
    position: absolute;
    top: 0;
    right: 0;
}

.roadblock-wrapper {
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.88);
}

#viewport-shadow {
    margin: 0 auto;
    max-width: 100%;
    width: 580px;
    padding: 1em;
    top: 25%;
    overflow-x: hidden;
    position: relative;
}

.slide {}

#prev {
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 40%;
    background: #348b26;
    padding: 5px 11px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

#next {
    z-index: 9999;
    position: absolute;
    right: 1px;
    top: 40%;
    background: #348b26;
    padding: 5px 11px;
    border-radius: 4px;
    display: inline-block;
    line-height: 1.1;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
}

.close-btn-popup-wrapper {
    text-align: center;
    padding: 15px;
}

.close-btn-popup {
    cursor: pointer;
    background: #348b26;
    padding: 5px 11px;
    border-radius: 4px;
    border: none;
    outline: none;
    color: #fff;
}

@media only screen and (max-device-width: 765px) {
    #viewport {
        height: 250px!important;
    }
    .slide {
        margin: 0;
        padding: 0;
        width: 100%;
        height: auto;
    }
}
.green-bar-container, .dp-text, #home-img-platinum, .scroll-guide-wrapper, .home-download-icon-wrapper {
    opacity: 0
}
.scroll-guide-wrapper {
    display: none
}
#home-slogan1-img, #home-slogan1-img, #home-logo-img{
    display: block;
}
#home-slogan1-img{
    margin-top: 50px;
}
.home-download-icon-wrapper a{
    display: inline-block;
}