body {
    overflow: hidden;
}
#ios-iframe-fix {
    position: relative;
    min-height: 100%;
    background: #212553;
    background: -moz-linear-gradient(170deg, #212553 55%,#f75258 100%);
    background: -webkit-linear-gradient(170deg, #212553 55%,#f75258 100%);
    background: linear-gradient(170deg, #212553 55%,#f75258 100%);
    background-attachment: fixed;
}
#blurred-bg {
    transition: .5s;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#deltatre-container {
    position: relative;
    width: calc(100% - 2em);
    max-width: 850px;
    margin: 1080px auto 5px;
    background: #fff;
    border-radius: 5px;
}
.deltatre-logo {
    display: block;
    margin: auto;
    max-height: 4em;
    max-width: 85%;
}
.deltatre-tile {
    transition: .3s;
    width: 100%;
    background: #fff;
    padding-top: 75%;
    position: relative;
    border-radius: 0;
}
.deltatre-tile > .deltatre-tile-inside {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.deltatre-tile-inside img {
    height: 60%;
    margin-top: 10%;
    max-width: 50%;
}
.deltatre-tile:hover {
    cursor: pointer;
    box-shadow: inset 0 0 2px;
}
.deltatre-tile-container {
    margin: 0;
    padding: 0;
}
.row.deltatre-tile-container {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.deltatre-tile-holder {
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    float: left;
    width: 50%;
    margin-bottom: 1px;
}
.tab-content {
    text-align: center;
}
.nav {
    border: none;
}
.nav>li {
    min-width: 25%;
    text-align: center;
}
.nav>li>a {
    color: #445464;
    padding: 10px 1em;
    transition: .3s;
}
.nav>li.active:focus>a,
.nav>li.active:hover>a,
.nav>li.active>a:hover,
.nav>li.active>a:focus,
.nav>li.active>a {
    background: #212553;
    color: white;
}
#close-special {
    display: none;
}
.clickable:hover {
    cursor: pointer;
}
#deltatre-container p {
    margin: 1.5em 0;
    font-size: 1em;
    text-align: center;
}
#new-overlay-more-infos {
    display: none !important;
}
.deltatre-language-switcher {
    display: block;
    margin: 1em 0 -0.5em;
    cursor: default;
    text-align: center;
}
.deltatre-language-switcher a {
    color: #21255388;
    transition: .3s;
}
.deltatre-language-switcher a:hover {
    color: #212553;
}
.new-overlay .overlay-image p {
    bottom: 0;
    margin-bottom: 0;
    text-shadow: 0 0 1px black;
}
.overlay-feed-name-link {
    pointer-events: none;
}
.new-overlay .overlay-content h2 {
    margin: 0 0 2em;
}
@media (min-width: 768px) {
    .deltatre-tile-holder {
        width: 20%;
    }
    #deltatre-container h1 {
        font-size: 3em;
    }
    #deltatre-container p {
        text-align: left;
        font-size: 1.2em;
    }
    .deltatre-language-switcher {
        float: right;
        margin: 0 3em 0 0;
        display: inline-block;
    }
    .new-overlay .overlay-image p {
        margin-bottom: 10px;
    }
    .deltatre-logo {
        display: inline;
    }
}
@media (max-width: 320px) {
    #deltatre-container {
        margin: 0 !important;
        width: 100% !important;
        border-radius: 0 !important;
    }
}