/* WBM */
a:link,
a:visited {
	color: inherit;
	text-decoration:none;
}
html {
	height: 100%;
	background:#000;
}
body {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
    flex-direction: column;
    margin: 0;
	padding: 0;
	font-family: 'Quicksand';
	overflow-x: hidden;
	background:url(../img/wbm_bg_2880.jpg) #111;
	height:100%;
	background-size: 150%;
	background-size: 130vmax;
	-webkit-animation: anim-slider 40s ease infinite;
	-moz-animation: anim-slider 40s ease infinite;
	animation: anim-slider 40s ease infinite;
}
.center-box {
	-webkit-display: flex;
	-moz-display: flex;
	display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	flex-direction: column;
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;	
    flex: 1 0 auto;
    padding-bottom: 40px;
	background: rgba(0,0,0,0.8);
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
	-webkit-animation: anim-fadein 0.5s ease 1;
	-moz-animation: anim-fadein 0.5s ease 1;
	animation: anim-fadein 0.5s ease 1;
}
.notification {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 30px;
}
.notification .domain {
    display: block;
    font-size: 6vmin;
    color: #0090d7;
}
.logo {
	/*max-width:375px;*/
	padding:25px;
	text-align: center;
    color: #efefef;
	opacity: 1;
	-webkit-animation-fill-mode: forwards;
	-moz-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation: anim-reveal 1s ease 1;
	-moz-animation: anim-reveal 1s ease 1;
	animation: anim-reveal 1s ease 1;
}
.logo img {
	max-width:100%;
	max-height:100vh;
	max-height: calc(100vh - 25px);
    width: 100px;
	/*margin-bottom: 10px;*/
}


.rainbow-roll {
    height: 5px;
    background: url(../img/wbm-rainbow-roll.svg) repeat;
    padding: 0;
    flex: 0 0 auto;
    margin: 0;
    width: 100%;
    /*animation: anim-roll 3s linear infinite forwards;*/
    -webkit-animation: anim-roll 3s cubic-bezier(0, 0, 0.27, 1.26) 1 forwards;
    -moz-animation: anim-roll 3s cubic-bezier(0, 0, 0.27, 1.26) 1 forwards;
    animation: anim-roll 3s cubic-bezier(0, 0, 0.27, 1.26) 1 forwards;
}

.footer {
    color: #fff;
    background: #0090d7;
    padding: 30px 5px;
    text-align: center;
    box-shadow: 0 200px 0 125px #0090d7;

    -webkit-flex: 0 0 auto;
    -moz-flex: 01 0 auto;	
    flex: 0 0 auto;
}
.footer span {
	white-space: nowrap;
}
.footer img {
  /* height: 1em; */
  margin-bottom: -5px;
  padding-left: 5px;
}

@-webkit-keyframes anim-reveal { 
    0%{ opacity: 0; }
    66%{ opacity: 0; }
    100%{ opacity: 1; }
}
@-moz-keyframes anim-reveal { 
    0%{ opacity: 0; }
    66%{ opacity: 0; }
    100%{ opacity: 1; }
}
@keyframes anim-reveal { 
    0%{ opacity: 0; }
    66%{ opacity: 0; }
    100%{ opacity: 1; }
}

@-webkit-keyframes anim-fadein { 
    0%{ background: rgba(255,255,255,0); }
    100%{ background: rgba(255,255,255,0.80); }
}
@-moz-keyframes anim-fadein { 
    0%{ background: rgba(255,255,255,0); }
    100%{ background: rgba(255,255,255,0.80); }
}
@keyframes anim-fadein { 
    0%{ background: rgba(255,255,255,0); }
    100%{ background: rgba(255,255,255,0.80); }
}

@-webkit-keyframes anim-slider { 
    0%{ background-position:50% 0%; }
    25%{ background-position:100% 50%; }
    50%{ background-position:50% 100%; }
    75%{ background-position:0% 50%; }
    100%{ background-position:50% 0%; }
}
@-moz-keyframes anim-slider { 
    0%{ background-position:50% 0%; }
    25%{ background-position:100% 50%; }
    50%{ background-position:50% 100%; }
    75%{ background-position:0% 50%; }
    100%{ background-position:50% 0%; }
}
@keyframes anim-slider { 
    0%{ background-position:50% 0%; }
    25%{ background-position:100% 50%; }
    50%{ background-position:50% 100%; }
    75%{ background-position:0% 50%; }
    100%{ background-position:50% 0%; }
}

@-webkit-keyframes anim-slide-in {
    0%{ transform: translate3d(0,-50%,0); opacity: 0; }
    100%{ transform: translate3d(0,0,0); opacity: 1; }
}
@-moz-keyframes anim-slide-in {
    0%{ transform: translate3d(0,-50%,0); opacity: 0; }
    100%{ transform: translate3d(0,0,0); opacity: 1; }
}
@keyframes anim-slide-in {
    0%{ transform: translate3d(0,-50%,0); opacity: 0; }
    100%{ transform: translate3d(0,0,0); opacity: 1; }
}


@-webkit-keyframes anim-roll {
    0%{ background-position-x:0; }
    100%{ background-position-x:595px; }
}
@-moz-keyframes anim-roll {
    0%{ background-position-x:0; }
    100%{ background-position-x:595px; }
}
@keyframes anim-roll {
    0%{ background-position-x:0; }
    100%{ background-position-x:595px; }
}