.maps {
    width: 100%;
    height: 400px;
}

.maps-full {
    width: 100%;
    height: 100%;
}

.date {

}

.shadow {
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
}

/*.header {
    background: #48ff9c; !* For browsers that do not support gradients *!
    background: linear-gradient(to bottom left, #ff5d61, #48ff9c);
}*/
/*
.header {
   !* width: 100px;
    height: 100px;*!
    background: #ffd918;
    background: linear-gradient(to bottom right, #ff5d61, #ffd918);
    -webkit-animation-name: example; !* Safari 4.0 - 8.0 *!
    -webkit-animation-duration: 4s; !* Safari 4.0 - 8.0 *!
    animation-name: example;
    animation-duration: 4s;
}

!* Safari 4.0 - 8.0 *!
@-webkit-keyframes example {
    from {
        background: #ffd918;
        background: linear-gradient(to bottom right, #ff5d61, #ffd918);
    }
    to {
        !*background-color: yellow;*!
        background: #ff5d61;
        background: linear-gradient(to bottom right, #ffd918, #ff5d61);
    }
}

!* Standard syntax *!
@keyframes example {
    from {
        background: #ffd918;
        background: linear-gradient(to bottom left, #ff5d61, #ffd918);
    }
    to {
        background: #ff5d61;
        background: linear-gradient(to bottom left, #ffd918, #ff5d61);
    }
}*/
