body{
    background-image: url(../img/witewall_3.png);
    font-family: "museo-sans";
    color: #606060;
}

#appspagebanner{
    text-align: center;
    width: 100%;
    background-image: url(../img/graystuff.png);
    padding-top: 30px;
}

.appspageholder, .appspageholder2{
    background-color: white;
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.43);
    padding-top: 30px;
    border-radius: 3px;
    padding-bottom: 50px;
    margin-top: 20px;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.app_preview_image{
    margin: 10px;
}

.slick-prev:before, .slick-next:before {
    color: red !important;
}

h2{
    color: #333;
}

ul {
    list-style: circle;
    padding-left: 10px;
}

.read-more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    text-align: center;
    margin: 0 !important;
    padding: 0px;
}

.faded{
    background-image: linear-gradient(to bottom, transparent, white);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
}

.read-more a{
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 25px;
    padding: 3px 7px;
    background-color: #6fb3ed;
}

.read-more a:hover{
    background-color: #5d9dd4;
}

/* ------------------------- DOWNLOAD SECTION ------------------------- */
/* -------------------------------------------------------------------- */

.download_section{
    text-align: center;
}

.download_link_ios, .download_link_android, .download_link_kindle{
    background-color: #8bd634;
    color: #fff;
    padding: 11px 3px;
    border-radius: 5px;
    text-align: center;
    margin-top: 30px;
}

.download_link_android{
    background-color: #e86226;
    margin-top: 15px;
}

.download_link_kindle{
    background-color: #6fb3ed;
    margin-top: 15px;
}

.download_links{
    text-align: left;
    padding: 0px;
    margin-top: 20px;
}

.download_links span{
    font-size: 1.2em;
}

.download_links a{
    display: block;
    margin-top: 10px;
    text-indent: 1px;
}