/*grids here*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

ul, li {
    list-style: none;
}

.autoclear:after {content: "."; display: block; height: 0px; clear: both; visibility: hidden; line-height:0px; font-size:0px;}
.autoclear {display:inline-block;}
.autoclear {display:block;}
* html .autoclear {height: 1%;}


html, body {
    -webkit-text-size-adjust: none;
    color: #565656;
    height: 100%;
    width: 100%;
    background: #ececec;
    font-size: 12px;
    font-family: arial, tahoma;
    text-align: center;
}

body {
    position: relative;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}


.wrap {
    width: 95%;
    max-width: 560px;
    margin: 0 auto;
    position: relative;
    z-index: 100;
    text-align: center;
    padding-top: 2%;
}


a {
    color: #244f7c;
    text-decoration: underline;
    transition: 0.3s;
}

a:hover {
    color: #0070e5;
}


/* STEPS */

.stephide {
    display: none;
}


/* All Box */

.mainbox {
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
    height: 100vh;
}

.logo {
    max-width: 744px;
    height: auto;
    width: 100%;
}

h1 {
    font-size: 30px;
    color: #000000;
    line-height: normal;
}

h2 {
    font-size: 15px;
    color: #d31d6c;
    line-height: normal;
    margin: 25px 0;
}


.timer {
    color: #5f5f5f;
    font-size: 15px;

}

.timer span {
    display: block;
    padding-top: 5px;
    font-size: 30px;
    font-weight: bold;
}

.testbox {
    position: relative;
    border: 1px #b4b4b4 dashed;
    padding: 50px 0;
    margin-top: 20px;

    background-color: rgba(236,236,236,.5);

    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.testcounter {
    position: absolute;
    right: -1;
    top: -17px;
    background-color: #acabab;
    color: #ffffff;
    font-size: 15px;
    padding: 7px 12px;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.testcounter span {
    font-size: 18px;
}

.textq {
    font-size: 26px;
    color: #000000;
    padding-bottom: 20px;
}

.btn {
    display: inline-block;
    text-decoration: none;
    font-size: 22px;
    color: #ffffff;
    padding: 25px 0;
    width: 45%;
    max-width: 190px;
    margin: 0 1.5%;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;


    -webkit-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.19);
    -moz-box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.19);
    box-shadow: 0px 3px 7px 0px rgba(0,0,0,0.19);


    background: rgb(7,156,233); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(7,156,233,1) 0%, rgba(0,134,203,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(7,156,233,1) 0%,rgba(0,134,203,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(7,156,233,1) 0%,rgba(0,134,203,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#079ce9', endColorstr='#0086cb',GradientType=0 ); /* IE6-9 */
}

.btn:hover {
    color: #ffffff;

    transform: scale(1.1);
    -webkit-transform: scale(1.1);

    -webkit-box-shadow: 0px 3px 7px 0px rgba(220,77,141,0.75);
    -moz-box-shadow: 0px 3px 7px 0px rgba(220,77,141,0.75);
    box-shadow: 0px 3px 7px 0px rgba(220,77,141,0.75);

    background: rgb(246,114,173); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,114,173,1) 0%, rgba(218,75,139,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(246,114,173,1) 0%,rgba(218,75,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(246,114,173,1) 0%,rgba(218,75,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f672ad', endColorstr='#da4b8b',GradientType=0 ); /* IE6-9 */
}



.btn span, .btn img {
    display: inline-block;
    vertical-align: middle;
}

.btn img {
    margin-right: 7px;
}


/* Bg & anim */

.bg01, .bg02, .bg03 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.bg01 {
    background: url(./pic02.jpg) 50% 50% no-repeat;
    z-index: 80;
}

.bg02 {
    background: url(./pic01.jpg) 50% 50% no-repeat;
    opacity: 0;
    z-index: 81;
    animation-name: bganim;
    animation-duration: 5s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
}




@keyframes bganim {
    0% {opacity: 0;}
    10% {opacity: 1;}
    40% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 0;}
}



/* Register Template */

.item {
    padding-bottom: 15px;
    font-size: 17px;
    line-height: 120%;
    color: #1f1f27;
}
.item a, .item a:visited, .item a:active {
    color: #0082c6;
    text-decoration: underline !important;
}
.item a.is-hidden, .item a:visited.is-hidden, .item a:active.is-hidden {
    color: initial;
}
.item a:hover {
    text-decoration: none !important;
    color: #eb3384;
}
.item hr {
    height: 0;
    width: 100%;
    display: block;
    border: 0;
    border-bottom: 1px dashed gray;
}
.item button {
    color: #ffffff;
    font-size: 1em;
    padding: 1em 2em;
    cursor: pointer;
    border: 0;
    text-decoration: none;

    background: rgb(25,163,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(25,163,255,1) 0%, rgba(38,143,218,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(25,163,255,1) 0%,rgba(38,143,218,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(25,163,255,1) 0%,rgba(38,143,218,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#19a3ff', endColorstr='#268fda',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    -webkit-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 7px 7px 0px rgba(0,0,0,0.14);
}

.item button:hover {
    background: rgb(246,114,173); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(246,114,173,1) 0%, rgba(218,75,139,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(246,114,173,1) 0%,rgba(218,75,139,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(246,114,173,1) 0%,rgba(218,75,139,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f672ad', endColorstr='#da4b8b',GradientType=0 ); /* IE6-9 */
}

.item button span, .item button svg {
    display: inline-block;
    vertical-align: middle;
}

.item button svg {
    width: 1.5em;
    height: auto;
}

.item input[type="text"], .item select {
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    height: 2.5em;
    height: 2.5em;
    max-width: 400px;
    margin-bottom: 0.7em;
    font-size: 1em;
    padding: 0.5em;
    transition: 0.3s;
    border:1px #bcbcbc solid;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.item input[type="text"]:hover, .item select:hover {
    border: 1px #41ace6 solid;
}

.item input[type="text"]:last-child, .item select:last-child {
    margin-bottom: 0;
}
.item select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+) no-repeat 100% 50%;
}
.item p {
    font-size: 0.9em;
    margin-bottom: 0.7em;
}
.item p:last-child {
    margin-bottom: 0;
}

.decor_h1 {
    font-size: 2em;
    color: #1d89d4;
    padding-bottom: 10px;
}

.decor_h1 span {
    color: #ea8f11;
}

.decor_h2 {
    font-size: 1.5em;
    color: #1f1f27;
    padding-bottom: 10px;
}

.item small {
    font-size: 11px;
    opacity: 0.6;
    display: block;
}
.item small.notice {
    display: inline-block;
    padding: 0.5em 0.8em;
    border: 1px dotted gray;
    border-radius: 2px;
}

label {
    display: block;
    padding-bottom: 0.2em;
}

.alert-text {
    padding: 0.7em;
    font-size: 0.9em;
    display: inline-block;
    background-color: #ffcfe3;
    color: #c11f68;
}
.alert-text.success {
    background-color: #bfe4bd;
    color: #33742f;
}


/* Loader */

.loaderbox {
    background: #f2f2f2;
    margin: 15px 0;
    border: 1px #f2f2f2 solid;
    width: 100%;
    display: inline-block;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.loaderbox span {
    display: block;
    width: 50%;
    height: 20px;
    color: #ffffff;
    line-height: 20px;
    text-align: center;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

    background-color: #079be7;

    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-name: seec;
    animation-name: seec;
    -webkit-animation-fill-mode:forwards;
    animation-fill-mode:forwards;
}

@-webkit-keyframes seec {
    0% {width: 1%; }
    100% { width: 100%;}
}
@keyframes seec {
    0% {width: 1%; }
    100% { width: 100%;}
}

.spinner {
    margin: 0px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #da4185;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
    0%, 40%, 100% { 
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }  20% { 
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}



/* Footer */

.footerbox {
    color: #a9a9a9;
    font-size: 12px;
    padding: 25px 0;
}


/* Media height */

@media screen and (max-height: 600px){
    h1 {font-size: 25px;}
    h2 {margin: 10px 0;}
    .testbox {padding: 20px 0; margin-top: 10px;}
    .testcounter {
        position: absolute;
        right: -1;
        top: -14px;
        font-size: 13px;
        padding: 5px 10px;
    }

    .testcounter span {
        font-size: 15px;
    }
}

@media screen and (max-height: 500px){
    .logo {max-width: 300px;}
    h1 {font-size: 25px;}
}

@media screen and (max-height: 430px){
    h1 {font-size: 20px; margin-top: -10px;}
    .wrap {
        background: -moz-linear-gradient(left,  rgba(236,236,236,0) 0%, rgba(236,236,236,0.8) 10%, rgba(236,236,236,0.8) 50%, rgba(236,236,236,0.8) 90%, rgba(236,236,236,0) 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(left,  rgba(236,236,236,0) 0%,rgba(236,236,236,0.8) 10%,rgba(236,236,236,0.8) 50%,rgba(236,236,236,0.8) 90%,rgba(236,236,236,0) 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right,  rgba(236,236,236,0) 0%,rgba(236,236,236,0.8) 10%,rgba(236,236,236,0.8) 50%,rgba(236,236,236,0.8) 90%,rgba(236,236,236,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ececec', endColorstr='#00ececec',GradientType=1 ); /* IE6-9 */
    }
}



/* Media width */

@media screen and (max-width: 1250px){
    .bg01, .bg02, .bg03 {background-size: 100% auto; background-position: 0 100%;}
}

@media screen and (max-width: 600px){
    h1 {font-size: 25px;}
    h2 {margin: 10px 0;}
    .textq {font-size: 25px;}
}

@media screen and (max-width: 500px){

}