


body.home #content-wrapper {
    padding-bottom: 60px; /* app home footer height */
    padding-top: 0 !important;
}

body.home #header,
body.home #left-panel,
body.more_sponsors #left-panel {
    display: none;
    height: 0; /* $.height() should return 0 while hidden */
}

body.home #right-panel,
body.more_sponsors #right-panel {
    width: 100%;
    margin-left: 0;
    padding: 0 !important; /* override dynamically set value for conent-views */
}

body.home h1 {
    text-align: center;
    margin: 25px 0;
}

.app-title {
    margin: 30px auto 15px auto;
}
body.web .app-title {
    margin: 25px auto;
}
@media (min-width: 768px) {
    body.web .app-title {
        margin-top: 60px;
    }
}
.app-title img {
    max-height: 85px;
    max-width: 85%;
}

.home-tiles,
.app-title {
    max-width: 900px;
    text-align: center;
}
.home-tiles {
    margin: 0 auto;
}
.home-tiles a {
    position: relative;
    display: inline-block;
    width: 33.333%;
}
.home-tiles .home-link {
    width: auto;
    margin-bottom: 30px;
}

body.home .home-tiles span.badge-danger {
    background: #f00;
    position: absolute;
    top: 4px;
    right: 4px;
    font-size: 1.2rem;
}
body.web.home .home-tiles span.badge-danger {
    padding-bottom: 0.3rem;
}

.home-icon {
    display: inline-block;
    height: 60%;
    width: 30%;
}

.subindi-icon {
    display: inline-block;
    height: 40px;
    width: 40px;
}

.home-tile {
    width: 100%;
    height: 180px;
    padding: 1rem;
    line-height: 1.4rem;
    border: 2px solid var(--bg-color);
    border-radius: 0;
    color: #fff;
}
.home-tile .button-text {
    font-weight: 500;
    text-align: left;
}
@media (min-width: 768px) {
    .button-text {
        font-size: 1.1rem;
    }
}

.home-tile.btn:hover {
    color: #fff;
}

/* height responsive */
.view-include.mtop .app-title {
    margin-top: 100px;
}
.view-include.mtop .home-tiles {
    margin-top: 50px;
}



/** FOOTER **/

footer {
    display: none;
}
body.home footer {
    display: block;
}

#footer-web {
    text-align: center;
    padding: 5px 0px 10px 0;
    position: relative;
    width: 100%;
}
/*TODO iphoneX padding-bottom */

#footer-web a {
    /*display: inline-block;*/
    color: #212529;
}

#footer-web .divider {
    margin: 0px 10px;
}


/** BADGES **/

.app-badges {
    text-align: right;
    position: absolute;
    top: 10px;
    right: 25px; /* scrollbar */
}
.app-badges a {
    display: inline-block;
}
.app-badges-footer {
    text-align: center;
    margin-top: 40px;
}
.app-badges-footer a {
    padding: 0 15px;
}

.app-badges img,
.app-badges-footer img {
    height: 40px;
}