.vertical-center {
    min-height: 100%;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.vertical-align-center {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-align-center {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.page-center {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.start-loading {
    position: absolute;
    z-index: 50000;
    text-align: center;
    width: 100%;
    display: table;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.grey-gradient-laurin {
    background: rgb(181,181,181);
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YjViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2UwZTNlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNWI1YjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, rgba(181,181,181,1) 0%, rgba(224,227,225,1) 50%, rgba(181,181,181,1) 100%);
    background: -webkit-linear-gradient(top, rgba(181,181,181,1) 0%,rgba(224,227,225,1) 50%,rgba(181,181,181,1) 100%);
    background: linear-gradient(to bottom, rgba(181,181,181,1) 0%,rgba(224,227,225,1) 50%,rgba(181,181,181,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#b5b5b5',GradientType=0 );*/
}

.grey-gradient {
    background: rgb(181,181,181);
    /*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I1YjViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2M3YzljNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTk5OTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);*/
    background: -moz-linear-gradient(top, rgba(181,181,181,1) 0%, rgba(199,201,199,1) 50%, rgba(153,153,153,1) 100%);
    background: -webkit-linear-gradient(top, rgba(181,181,181,1) 0%,rgba(199,201,199,1) 50%,rgba(153,153,153,1) 100%);
    background: linear-gradient(to bottom, rgba(181,181,181,1) 0%,rgba(199,201,199,1) 50%,rgba(153,153,153,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#999999',GradientType=0 );*/
}

.start-loading .top-slogan {
    font-family:  'Lato', 'DINWeb-Bold', sans-serif;
    color: #ffffff;
    font-size: 18px;
    font-size: 4vw;
    position: absolute;
    width: 100%;
    top: 20px;
}

.start-loading .logo-wrapper {
    width: 100%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-height: 100%;
    min-height: 100vh;
}

.start-loading .logo {
    background-image: url('/wow-app/_imgs/views/start-splash/logo-400-ww2.png');
    background-repeat: no-repeat;
    background-position: center center;
    width: 230px;
    height: 189px;
    background-size: 100% auto;
    margin: 0 auto;
}

.start-loading .loading-animation {
    position: absolute;
    width: 100%;
    bottom: 30px;
    height: auto;
    top: auto;
}

@media only screen and (min-width: 420px) and (min-height: 420px) {

    .start-loading .logo {
        width: 333px;
    }
}

@media only screen and (min-height: 420px) {
    .start-loading .loading-animation {
        bottom: 60px;
    }
    .start-loading .top-slogan {
        top: 40px;
    }
}

@media only screen and (min-height: 500px) {
    .start-loading .loading-animation {
        bottom: 100px;
    }
}

@media only screen and (max-width: 420px) {
    .start-loading .top-slogan {
        font-size: 24px;
        font-size: 6vw;
    }
}

.loader:before,
.loader:after,
.loader {
    border-radius: 50%;
    width: 2em;
    height: 2em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}
.loader {
    font-size: 10px;
    margin: 20px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}
.loader:before {
    left: -3em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3em;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
@-webkit-keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ffffff;
    }
}
@keyframes load7 {
    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em #ffffff;
    }
    40% {
        box-shadow: 0 2.5em 0 0 #ffffff;
    }
}

