

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body {
	color: #444;
	font-size: 13px;
	line-height: 1.4em;
	min-width: 600px;
	overflow:hidden !important;
	font-family: 'Roboto', sans-serif;
}
/**********************************************************/
.htmlRedirect {
	position: fixed;
    background: #1e2329;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	overflow:hidden;
}
div#boxRedirect {
	text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.fontMess {
    text-transform: uppercase;
    font-size: 35px;
    line-height: 45px;
    color: #cccccc;
	font-weight:700;
}
.fontMess span {
    display: block;
    text-align: center;
    font-size: 25px;
    line-height: 35px;
    color: #f67325;
    padding-top: 10px;
}
.bottom {
	color:#cccccc;
	font-weight:700;
}
.clicklink{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color:#808183;
}
.clicklink a{
    font-size: 14px;
    line-height: 20px;
    color:#808183;
	margin-bottom:5px;
}
.iconSuccess{
    margin: 30px auto;
}
.iconSuccess .bokeh {
    font-size: 100px;
	width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
	padding:0;
    border-radius: 100%;
    border: .01em solid rgba(150,150,150,0.1);
    list-style: none;
}
.iconSuccess .bokeh:after{
    position: absolute;
    content:"";
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-left: -13px;
    margin-top: -13px;
    
}
.iconSuccess .bokeh li {
    position: absolute;
    width: .2em;
    height: .2em;
    border-radius: 50%;
}

.iconSuccess .bokeh li:nth-child(1) {
    left: 50%;
    top: 0;
    margin: 0 0 0 -.1em;
    background: #66C9F9;
    -webkit-transform-origin: 50% 250%;
    transform-origin: 50% 250%;
    -webkit-animation: 
	rota 1.13s linear infinite,
	opa 3.67s ease-in-out infinite alternate;
    animation: 
	rota 1.13s linear infinite,
	opa 3.67s ease-in-out infinite alternate;
}

.iconSuccess .bokeh li:nth-child(2) {
    top: 50%; 
    right: 0;
    margin: -.1em 0 0 0;
    background: #1f7eaa;
    -webkit-transform-origin: -150% 50%;
    transform-origin: -150% 50%;
    -webkit-animation: 
	rota 1.86s linear infinite,
	opa 4.29s ease-in-out infinite alternate;
    animation: 
	rota 1.86s linear infinite,
	opa 4.29s ease-in-out infinite alternate;
}

.iconSuccess .bokeh li:nth-child(3) {
    left: 50%; 
    bottom: 0;
    margin: 0 0 0 -.1em;
    background: #f77225;
    -webkit-transform-origin: 50% -150%;
    transform-origin: 50% -150%;
    -webkit-animation: 
	rota 1.45s linear infinite,
	opa 5.12s ease-in-out infinite alternate;
    animation: 
	rota 1.45s linear infinite,
	opa 5.12s ease-in-out infinite alternate;
}

.iconSuccess .bokeh li:nth-child(4) {
    top: 50%; 
    left: 0;
    margin: -.1em 0 0 0;
    background: #d30738;
    -webkit-transform-origin: 250% 50%;
    transform-origin: 250% 50%;
    -webkit-animation: 
	rota 1.72s linear infinite,
	opa 5.25s ease-in-out infinite alternate;
    animation: 
	rota 1.72s linear infinite,
	opa 5.25s ease-in-out infinite alternate;
}

@-webkit-keyframes rota {
    from { }
    to { -webkit-transform: rotate(360deg); }
}

@keyframes rota {
    from { }
    to { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}

@keyframes opa {
    0% { }
    12.0% { opacity: 0.80; }
    19.5% { opacity: 0.88; }
    37.2% { opacity: 0.64; }
    40.5% { opacity: 0.52; }
    52.7% { opacity: 0.69; }
    60.2% { opacity: 0.60; }
    66.6% { opacity: 0.52; }
    70.0% { opacity: 0.63; }
    79.9% { opacity: 0.60; }
    84.2% { opacity: 0.75; }
    91.0% { opacity: 0.87; }
}
/**********************************************************/