body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.lang {
    display: none;
}

.lang_active {
    display: inline !important;
}

#language_dropdown {
    text-shadow: none;
    margin-top: 58px;
}

.status {
    margin-top: 5px;
    text-transform: uppercase;
    color: black;
    font-weight: bold;
}

.collection-item i {
    vertical-align: middle;
}

.clickable {
    cursor: pointer;
}

nav {
    background-image: url(../img/nav.png);
    background-size: 100% 100%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.btn,
.btn-large {
    background-image: url(../img/button.png);
    background-size: 100% 100%;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.icon-block {
    padding: 0 15px;
}

.icon-block .material-icons {
    font-size: inherit;
}

.brand-logo img {
    height: 64px;
}

.circle {
    background-color: black;
    padding: 5px;
}

#index-banner-mobile {
    display: none;
    background-image: url(../img/header_mobile.jpg);
    background-size: cover;
    background-position: center bottom;
    height: 240px;
}

#index-banner-mobile-btns {
    display: none;
}

@media only screen and (max-width: 600px) {
    #index-banner {
        display: none !important;
    }
    #index-banner-mobile {
        display: block !important;
    }
    #index-banner-mobile-btns {
        text-align: center;
        display: block;
    }
}

@media only screen and (max-width: 400px) {
    #index-banner-mobile-btns .btn {
        margin-top: 5px;
        margin-bottom: 5px;
        width: 80%;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.sky {
    background-image: url(../img/Nature-White-Blue-Cirrus-Clouds-Sky-14465.jpg);
    background-size: 100% 100%;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.plane {
    background: url("../img/tpc.png"), url("../img/gradient_white.png");
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: contain, 100% 100%;
    z-index: -1;
    background-repeat: no-repeat, repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0)
}

.clouds_one {
    background: url("../img/zc06.png");
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_one 250s linear infinite;
    -moz-animation: cloud_one 250s linear infinite;
    -o-animation: cloud_one 250s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    z-index: -2;
}

.clouds_two {
    background: url("../img/clouds-transparent-background-2.png");
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 300%;
    -webkit-animation: cloud_two 100s linear infinite;
    -moz-animation: cloud_two 100s linear infinite;
    -o-animation: cloud_two 100s linear infinite;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    z-index: -2;
}

@-webkit-keyframes cloud_one {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-webkit-keyframes cloud_two {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-webkit-keyframes cloud_three {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-moz-keyframes cloud_one {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-moz-keyframes cloud_two {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

@-moz-keyframes cloud_three {
    0% {
        left: 0
    }
    100% {
        left: -200%
    }
}

.location_card p {
    height: 50px;
}

.location_card .phone_number {
    font-weight: bold;
    font-size: 12px;
}

.location_card .card-title {
    color: yellow;
    background-color: black;
    text-align: center;
    font-size: 16px;
}

.location_card .icon_cell {
    width: 24px;
}

#bravo_courier {
    width: 100%;
}