/* App icon*/
.title-row img {
    float: left;
    width: 100px;
    height: 100px;
    padding: 10px 10px;
}


@media screen and (max-width: 480px) {

    .title-row img {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

}

.title-row h1 {

    height: 100px;
    line-height: 100px;
    vertical-align: middle;
    margin: 25px 25px;
    padding: 0 0;

    position: relative;

}

@media screen and (max-width: 480px) {
    .title-row h1 {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
    }

}

/* App preview*/
.app-preview {
    height: auto;
    width: 200px;
    margin: 0 0.5em;
}
.app-preview-video{
    width: 200px;
    height: 355px;
    margin: 0 0.5em;

}
.preview-slideshow {
    border-style: solid;
    border-color: #bbb;
    border-width: 2px;
    border-radius: 5px;
    padding: 1em 1em;
}
/* App store icon*/
.app-store-icon {

    height: 50px;
    width: auto;

    margin: 0 0 1em 0;
}


#header a.navPanelToggle {
    -webkit-tap-highlight-color: transparent;
}
