html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*CLEARFIX*/

.group:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

/*  FONTS   */

@font-face {
    font-family: 'robotoblack';
    src: url('fonts/Roboto-Black-webfont.eot');
    src: url('fonts/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Black-webfont.woff') format('woff'),
        url('fonts/Roboto-Black-webfont.ttf') format('truetype'),
        url('fonts/Roboto-Black-webfont.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+0020-F6C3;
} 
@font-face {
    font-family: 'robotobold';
    src: url('fonts/Roboto-Bold-webfont.eot');
    src: url('fonts/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Bold-webfont.woff') format('woff'),
        url('fonts/Roboto-Bold-webfont.ttf') format('truetype'),
        url('fonts/Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+000D-F6C3;

}
@font-face {
    font-family: 'robotolight';
    src: url('fonts/Roboto-Light-webfont.eot');
    src: url('fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Light-webfont.woff') format('woff'),
        url('fonts/Roboto-Light-webfont.ttf') format('truetype'),
        url('fonts/Roboto-Light-webfont.svg#robotolight') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+000D-F6C3;

}
@font-face {
    font-family: 'robotoregular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular-webfont.woff') format('woff'),
        url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
        url('fonts/Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+000D-F6C3;

}
@font-face {
    font-family: 'robotothin';
    src: url('fonts/Roboto-Thin-webfont.eot');
    src: url('fonts/Roboto-Thin-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Thin-webfont.woff') format('woff'),
        url('fonts/Roboto-Thin-webfont.ttf') format('truetype'),
        url('fonts/Roboto-Thin-webfont.svg#robotothin') format('svg');
    font-weight: normal;
    font-style: normal;
    unicode-range: U+000D-F6C3;
}

body{
    background: #fff;
    color: #fff;
    overflow: hidden;
}
/* #counting, #login, #test, #question, #finished, #close, #pause{
    display: none;
}*/

#logo{
    position: absolute;
    left:0;
    top:0px;
    width: 250px;
    height: 70px;
    display: block;
}
#container{
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
#container.start{
background: #36454d; /* Old browsers */
    background: -moz-linear-gradient(top, #36454d 0%, #1d2d44 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36454d), color-stop(100%,#36454d)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #36454d 0%,#1d2d44 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #36454d 0%,#1d2d44 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #36454d 0%,#1d2d44 100%); /* IE10+ */
	background: linear-gradient(top, #36454d 0%,#1d2d44 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36454d', endColorstr='#1d2d44',GradientType=0 ); /* IE6-9 */
}
#preloader{
    display: none; 
    width:64px;
    height:64px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -32px;
    margin-top: -32px;
    /*background: url('../img/preloader.gif') no-repeat;*/
    z-index: 10;
    opacity: 0.5;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    background: #fff;
    border-radius: 50%;
}
#sm{
    display: none; 
    width:64px;
    height:64px;
    position: absolute;
    top:50%;
    left:50%;
    margin-left: -32px;
    margin-top: -32px;
    /*background: url('../img/preloader.gif') no-repeat;*/
    z-index: 10;
    opacity: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    background: red;
    border-radius: 50%;
}
.close, .pause{
    position: absolute;
    width: 46px;
    height: 46px;
    border: 2px solid #df0024;
    background: #df0024 url('../img/close.png') no-repeat 50%;
    background-size: 35%;
    border-radius: 50%;
    top: 10px;
    right: 60px;
    display: none;
}
.pause{
    width: 46px;
    height: 46px;
    border: 2px solid #df0024;
    background: url('../img/pause.png') no-repeat 50%;
    right: 120px;
}
.close:hover{
    cursor: pointer;
    background: url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}
.pause:hover{
    cursor: pointer;
    background: #df0024 url('../img/pause.png') no-repeat 50%;
}
#preloader.show {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

section h1{
    font-family: 'robotothin', sans-serif;
    font-size: 40px;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 540px
}
section h2{
    font-family: 'robotothin', sans-serif;
    font-size: 24px;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 540px
}
section p{
    font-family: 'robotothin', sans-serif;
    font-size: 14px;
    margin: 0 auto;
    max-width: 540px;
    line-height: 20px;
}

section{
    position: absolute;
    height: auto;
    text-align: center;
    max-width: 1120px;
    top: 80px;
    left: 50%;
    width: 100%;
    transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    display: none;
    opacity: 0;
}
section#start{
    display: block;
    opacity: 0;
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
}


.circles{
    max-width: 1120px;
    margin-top: 30px;
}
.circles .lang{
    display: inline-block;
    position: relative;
    width: 12%;
    height: 0;
    padding-bottom: 12%;
    border-radius: 50%;
    font-family: 'robotoblack', sans-serif;
    font-size: 14px;
    margin-right: 24px;
    margin-left: 24px;
    margin-bottom: 48px;
}
.circles .lang.en{    
    border: 2px solid #df0024;
}
.circles .lang.sp{    
    border: 2px solid #03a9f4;
}
.circles .lang.it{    
    border: 2px solid #00bad2;
}
.circles .lang.de{    
    border: 2px solid #fece00;
}
.circles .lang.fr{    
    border: 2px solid #e91e63;
}
.circles .lang.ru{    
    border: 2px solid #179b5f;
}
.circles .lang a{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    text-decoration: none;
    color: #fff;    
    background: none;
    border-radius: 50%;
    overflow: hidden;
}
.circles .lang a span{    
    background: none;
}
.circles .lang.en:hover{
    background: #df0024;
}
.circles .lang.sp:hover{
    background: #03a9f4;
}
.circles .lang.it:hover{
    background: #00bad2;
}
.circles .lang.de:hover{
    background: #fece00;
}
.circles .lang.fr:hover{
    background: #e91e63;
}
.circles .lang.ru:hover{
    background: #179b5f;
}
.circles .lang a span{
    display: table-cell;
    vertical-align: middle;
    font-size: 12px;
}
.circles .flag{
    width:40px;
    height: 40px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    right: 0px;
    top:0px;
    z-index: 2;
    background: #36454d;
}
.circles .flag .flag-inside{
    width:24px;
    height: 24px;
    display: block;
    margin: 8px auto;
    border-radius: 50%;
}
.circles .en .flag .flag-inside{
    background: url('../img/flags-sprite.png') 0px 0px no-repeat;
    background-size: 24px;
}
.circles .sp .flag .flag-inside{
    background: url('../img/flags-sprite.png') 0px -24px no-repeat;
    background-size: 24px;
}
.circles .it .flag .flag-inside{
    background: url('../img/flags-sprite.png') 0px -48px no-repeat;
    background-size: 24px;
}
.circles .de .flag .flag-inside{
    background: url('../img/flags-sprite.png') 0px -72px no-repeat;
    background-size: 24px;
}
.circles .fr .flag .flag-inside{
    background: url('../img/flags-sprite.png') 0px -96px no-repeat;
    background-size: 24px;
}
.circles .ru .flag .flag-inside{
    background: url('../img/flags-sprite.png') 0px -120px no-repeat;
    background-size: 24px;
}

header{
    font-family: robotolight;
    max-width: 540px;
    margin: 0 auto;
    margin-bottom: 15px;
}
.type{
    position: absolute;
    top: 0;
    left: 0;
}
header #logo img{
    position: absolute;
    top: 5px;
    left: 5px;
    height: 80px;
}
#login article{
    background: #506975;
    width: 540px;
    margin: 15px auto;
    padding-top: 25px;
    padding-bottom: 25px;
}
#login article .content{
    position: relative;
    display: block;
    width: 490px;
    margin: 0 auto;
}
.field{
    width: 100%;
    height: 42px;
    margin-bottom: 15px;
    position: relative;
}
#login article .field span{
    display: block;
    width: 42px;
    height: 100%;
    float: left;
}
#login input.ng-invalid, #login select.ng-invalid{
    background: #dd8874;
    color: #fff;
}
#login input.ng-valid, #login select.ng-valid{
    background: #fff;
    color: #000;
}
#login input.ng-invalid::-webkit-input-placeholder, #login input.ng-invalid.placeholder{
    color: #fff;
}


#login input.ng-valid::-webkit-input-placeholder, #login input.ng-valid.placeholder{
    color: #000;
}


.imie span{
    background: url('../img/icons-sprite.png') 0px 0px no-repeat;
    background-size: 42px;
}
.email span{
    background: url('../img/icons-sprite.png') 0px -54px no-repeat;
    background-size: 42px;
}
.rok span{
    background: url('../img/icons-sprite.png') 0px -105px no-repeat;
    background-size: 42px;
}
.firma span{
    background: url('../img/icons-sprite.png') 0px -156px no-repeat;
    background-size: 42px;
}
.tel span{
    background: url('../img/icons-sprite.png') 0px -206px no-repeat;
    background-size: 42px;
}
.zgoda span{
    background: url('../img/icons-sprite.png') 0px -157px no-repeat;
    background-size: 42px;
}
.school span{
    background: url('../img/icons-sprite.png') 0px -261px no-repeat;
    background-size: 42px;
}
article input, .schoolselect{
    position: relative;
    border: 0;
    width: 100%;
    box-shadow: none;
    height: 42px;
    font-family: robotoregular;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
    padding-left: 20px;
    padding-right: 20px;
}

article .field .fix{
    position: relative;
    margin-left: 60px;
}
.table{
    display: table;
    width: 100%;
    height: 100%;
}
article select{
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    height: 42px;
    border: 0;
    background: #fff;
    font-size: 14px;
    color: grey;
    -webkit-appearance: none; 
    -moz-appearance: none;
}
.webkit article select{
    padding-top: 0;
}
/*.field .fix:after{
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -10px;
    content: "*";
    color: red;
}*/
.schoolselect{
    position: relative;
    display: block;
    background: url('../img/select-arrow.png') no-repeat 90% 50%;
    background-size: 34px;
    padding: 0;
}
article select option{
    width: 100%;
    height: 14px;
    padding: 20px;
}
button.btn{
    border: 0;
    background: #df0024;
    width: 100%;
    height: 50px;
    margin-top: 20px;
    box-shadow: none;
    border-radius: 2px;
    font-family: robotoblack;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
#login button.btn{
    margin-top: 0;
}
button.btn:hover{
    cursor: pointer;
    background: #dd8874;
}
.circle{
    position: relative;
    width: 136px;
    height: 136px;
    border: 2px solid #df0024;
    border-radius: 50%;
    display: inline-block;
    margin: 20px;
}
#close .circle:hover{
    background: #df0024;
}
.circle .content{
    display: table;
    position: relative;
    width: 100%;
    height: 100%;
}
.circle.full{
    background: #df0024;
}
#progress .circle:hover{
    background: none;
}
#progress .circle.full:hover{
    background: #df0024;
}
.circle span{
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: robotoblack;
}

.complete .content span:first-child{
    display: block;
    position: absolute;
    width: 29px;
    height: 29px;
    border: 1px solid #fff;
    border-radius: 50%;
    top: 5px;
    right: 5px;
    z-index: 2;
    background: #36454d url('../img/tick.png')no-repeat 50% 50%;
}
#progress article{
    margin: 0 auto;
}
#progress p{
    font-family: robotoregular;
}
#progress p span:last-child{
    font-family: robotoregular;
    margin: 20px 0 0 0;
}
#progress p.next, #question p, #question .question{
    font-family: robotolight;
}
#progress button.btn.next{
    width: 400px;
}
#progress p span{
    display: block;
    font-family: robotobold;
}
#question p span{
    font-family: robotobold;
}
#question .content{
    width: 900px;
    margin: 0 auto;
    text-align: left;
}
#question header{
    margin: 0;
}
#question h1{
    font-size: 24px;
    margin: 10px 0 10px 0;
}
#question .question{
    margin: 5px 0 10px 0;
    font-size: 24px;
}
#question .timer{
    width: 100%;
    height: 35px;
    margin-bottom: 10px;
}
#question .timer > span{
    display: block;
    width: 60px;
    height: 100%;
    background: url('../img/clock.png')no-repeat 50%;
    background-size: 35px;
    float: left;
}
#question .timer > div{
    position: relative;
    margin-left: 35px;
    height: 35px;
    overflow: hidden;
}
#question .bgline{
    display: block;
    position: absolute;
    background: #506975;
    width: 100%;
    height: 5px;
    top: 15px;
}
#question .time{
    display: block;
    position: absolute;
    background: #df0024;
    width: 0%;
    height: 5px;
    top: 15px;
}
#question .content .questioncount{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
#question .count{
    position: absolute;
    display: block;
    vertical-align: middle;
    width: 80px;
    height: 80px;
    top: 0;
    right: 0;
}
#question .count h4{
    font-family: robotothin;
    font-size: 16px;
    line-height: 75px;
    text-align: center;
}
h4 span{
    font-size: 22px;
}
#question .count canvas{
    position: absolute;
    right: 0;
    top: 0;
}
#question p{
    margin: 0;
}
#question button.next{
    display: block;
    width: 400px;
    margin: 30px auto 30px auto;
}
#question .answers{
    display: block;
    width: 100%;
}
#question ul li{
    display: block;
    width: 100%;
    height: 50px;
    background: #506975;
    margin-bottom: 15px;
}
#question ul li{
    font-family: robotolight;
    font-size: 24px;
    line-height: 50px;
}
#question ul li:hover{
    cursor: pointer;
    background: #738791;
}
#question ul li span:first-child{
    display: block;
    width: 22px;
    height: 22px;
    border: 2px solid #fff;
    border-radius: 50%;
    float: left;
    margin: 12px;
}
#question ul li.checked span{
    border: 2px solid #df0024;
    background: #df0024 url('../img/tick.png') no-repeat 50% 45%;
}
#question ul.inputs li{
    height: 90px;
}
#question ul.inputs li > div{
    height: 50px;
    padding: 20px;
}
#question ul.inputs li input{
    display: block;
    border: 0;
    box-shadow: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 20px 0 20px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
    text-align: center;
    font-size: 24px;
    color: #36454d;
}
#pause .pauseview span.big{
    border-style: solid;
    border-width: 48px 0 48px 83.1px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    left: 39px;
    top: 19px;
}
#pause .pauseview span.small{
    border-style: solid;
    border-width: 44.8px 0 44.8px 77.9px;
    border-color: transparent transparent transparent #36454d;
    position: absolute;
    left: 41px;
    top: 22.5px;
}
#pause .pauseview span.small:hover{
    cursor: pointer;
    border-color: transparent transparent transparent #fff;
}
#pause .circle:hover{
    background: none;
}
#pause h4{
    font-family: robotolight;
    margin-top: 45px;
}
#pause, #close{
    background: #36454d;
    height: 100%;
    position: fixed;
}
#pause.reading{
    position: absolute;
}
#finished p span{
    display: block;
}
#finished header{
    margin: 0 auto 5px;
}
#finished section h1{
    font-size: 38px;
    margin-bottom: 10px;
}
#counting .count, #finished .count{
    width: 150px;
    height: 150px;
    margin: 20px auto;
    position: relative;
}
canvas#count, canvas#finish{
    position: absolute;
    top: 0;
    left: 0;
}
#finished .info{
    font-family: robotolight;
    opacity: 0;
}
#finished .info span, #finished p span{
    font-family: robotobold;
    display: block;
    line-height: 18px;
}
#finished h4{
    font-family: robotothin;
    font-size: 50px;
    line-height: 150px;
    letter-spacing: -4px;
}
#finished h2{
    font-family: robotothin;
    font-size: 34px;
    margin: 10px auto;
    opacity: 0;
}
#finished footer{
    margin: 0 auto;
    margin-top: 10px;
    opacity: 0;
}
#finished #finishText2{
    opacity: 0;
}
#finished #finishInfo{
    opacity: 0;
    position: relative;
}
#finished footer > a{
    margin-top: 10px;
}
#finished footer >a:hover{
    border: 2px solid #df0024;
}
.fb, .tw{
    display: inline-block;
    width: 41px;
    height: 41px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.fb{
    margin-right: 16px;
    background: url('../img/fb.png') no-repeat 50% 50%;
}
.tw{
    background: url('../img/tw.png') no-repeat 55% 50%;
}
#close h1{
    max-width: 100%;
}
#close p{
    margin-bottom: 45px;
}

#close .circle{
    display: inline-table;
}
.rq{
    display: block;
    font-family: robotoregular;
    color:#fff;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    margin: -5px 0 10px 0;
}
.required{
    display: block;
    font-family: robotoregular;
    color:#fff;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    background: #dd8874;
    margin: -5px 0 10px 0;
}
.error{
    background: #dd8874;
    color: #fff;
}
.android article select[name=school], .ff3 article select[name=school]{
    padding: 12px;
}
.sign button.btn{
    width: 400px;
    margin-top: 0;
}
#finished p span.sign > span{
    margin: 5px 0 10px 0;
    font-family: robotolight;
}
.sentence{
    font-family: robotolight;
    font-size: 24px;
    margin-bottom: 10px;
}
button.btn.reading{
    width: 80px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    position: relative;
    z-index:1;
    padding: 0;
    text-align: center;
    margin: 0;
}
.withreading{
    max-width: 540px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 20px;
    z-index: 22;
}

.withreading > div{
    text-align: left;
    font-family: robotolight;
    font-size: 16px;
    line-height: 22px;
}
.withreading > div b{
    text-transform: uppercase;
    font-family: robotobold;
    font-size: 20px;
    line-height: 40px;
}
.longtext{
    display: none;
    font-size: 16px;
    line-height: 24px;
    font-family: robotothin;
}
.question img{
    display: block;
    margin: 0 auto;
}
/*#question h3.question{
    margin-right: 85px;
}*/
#question ul.chars{
    position: relative;
    text-align: center;
    margin-bottom: -30px;
}
#question ul.chars li{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
}
.reg{
    font-size: 8px;
    line-height: 10px;
}
h3.question img{
    width: 200px;
    height: auto;
    margin: 0 auto;
}
span.response{
    display: none;
    position: absolute;
    top: 50%;
    width: 100%;
}

footer.footer{
    position:relative;
    font-family: robotothin;
    text-align: center;
}
.circles{
    margin-bottom: 40px;
}
#login article{
    margin-bottom: 60px;
}
#progress .btn{
   margin-bottom: 60px; 
}
#question .content{
    margin-bottom: 80px;
}
#finished footer{
    margin-bottom: 60px; 
}
footer.footer{
    color: #ccc;
    font-family: robotothin;
    font-size: 10px;
    line-height: 14px;
    position: absolute;
    display: none;
    width: 100%;
    text-align: center;
    
}
footer.footer a{
    text-decoration: none;
    color: #ccc;
    font-family: robotoregular;
}
footer.footer a:hover{
    opacity: 0.8;
}





/* Test Colors */

/* Spain */
#container.sp button.btn, #container.sp .circle.full, #container.sp #question .time, #container.sp #question ul li.checked span, #container.sp .circle.nie:hover, #container.sp .circle.tak:hover{
    background: rgba(3,169,244, 1);
}
#container.sp .circle, #container.sp #question ul li.checked span, #container.sp .pause, #container.sp .close{
    border-color: rgba(3,169,244, 1);
}
#container.sp #question ul li.checked span{
    background: rgba(3,169,244, 1) url('../img/tick.png') no-repeat 50% 45%;
}
#container.sp button.btn:hover, #container.sp #login input.ng-invalid, #container.sp #login select.ng-invalid, #container.sp .required{
    background: rgba(3,169,244, 0.5);
}
#container.sp .pause{
    background: rgba(3,169,244, 1) url('../img/pause.png') no-repeat 50%;
}
#container.sp .close{
    background: rgba(3,169,244, 1) url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}
#container.sp .pause:hover{
    background: url('../img/pause.png') no-repeat 50%;
}
#container.sp .close:hover{
    background: url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}

/* Italy */
#container.it button.btn, #container.it .circle.full, #container.it #question .time, #container.it #question ul li.checked span, #container.it .circle.nie:hover, #container.it .circle.tak:hover{
    background: rgba(0,186,210, 1);
}
#container.it .circle, #container.it #question ul li.checked span, #container.it .pause, #container.it .close{
    border-color: rgba(0,186,210, 1);
}
#container.it #question ul li.checked span{
    background: rgba(0,186,210, 1) url('../img/tick.png') no-repeat 50% 45%;
}
#container.it button.btn:hover, #container.it #login input.ng-invalid, #container.it #login select.ng-invalid, #container.it .required{
    background: rgba(0,186,210, 0.5);
}
#container.it .pause{
    background: rgba(0,186,210, 1) url('../img/pause.png') no-repeat 50%;
}
#container.it .close{
    background: rgba(0,186,210, 1) url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}
#container.it .pause:hover{
    background: url('../img/pause.png') no-repeat 50%;
}
#container.it .close:hover{
    background: url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}


/* Germany */

#container.de button.btn, #container.de .circle.full, #container.de #question .time, #container.de #question ul li.checked span, #container.de .circle.nie:hover, #container.de .circle.tak:hover{
    background: rgba(254,206,0, 1);
}
#container.de .circle, #container.de #question ul li.checked span, #container.de .pause, #container.de .close{
    border-color: rgba(254,206,0, 1);
}
#container.de #question ul li.checked span{
    background: rgba(254,206,0, 1) url('../img/tick.png') no-repeat 50% 45%;
}
#container.de button.btn:hover, #container.de #login input.ng-invalid, #container.de #login select.ng-invalid, #container.de .required{
    background: rgba(254,206,0, 0.5);
}
#container.de .pause{
    background: rgba(254,206,0, 1) url('../img/pause.png') no-repeat 50%;
}
#container.de .close{
    background: rgba(254,206,0, 1) url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}
#container.de .pause:hover{
    background: url('../img/pause.png') no-repeat 50%;
}
#container.de .close:hover{
    background: url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}


/* France */

#container.fr button.btn, #container.fr .circle.full, #container.fr #question .time, #container.fr #question ul li.checked span, #container.fr .circle.nie:hover, #container.fr .circle.tak:hover{
    background: rgba(233,30,99, 1);
}
#container.fr .circle, #container.fr #question ul li.checked span, #container.fr .pause, #container.fr .close{
    border-color: rgba(233,30,99, 1);
}
#container.fr #question ul li.checked span{
    background: rgba(233,30,99, 1) url('../img/tick.png') no-repeat 50% 45%;
}
#container.fr button.btn:hover, #container.fr #login input.ng-invalid, #container.fr #login select.ng-invalid, #container.fr .required{
    background: rgba(233,30,99, 0.5);
}
#container.fr .pause{
    background: rgba(233,30,99, 1) url('../img/pause.png') no-repeat 50%;
}
#container.fr .close{
    background: rgba(233,30,99, 1) url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}
#container.fr .pause:hover{
    background: url('../img/pause.png') no-repeat 50%;
}
#container.fr .close:hover{
    background: url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}

/* Russia */

#container.ru button.btn, #container.ru .circle.full, #container.ru #question .time, #container.ru #question ul li.checked span, #container.ru .circle.nie:hover, #container.ru .circle.tak:hover{
    background: rgba(23,155,95, 1);
}
#container.ru .circle, #container.ru #question ul li.checked span, #container.ru .pause, #container.ru .close{
    border-color: rgba(23,155,95, 1);
}
#container.ru #question ul li.checked span{
    background: rgba(23,155,95, 1) url('../img/tick.png') no-repeat 50% 45%;
}
#container.ru button.btn:hover, #container.ru #login input.ng-invalid, #container.ru #login select.ng-invalid, #container.ru .required{
    background: rgba(23,155,95, 0.5);
}
#container.ru .pause{
    background: rgba(23,155,95, 1) url('../img/pause.png') no-repeat 50%;
}
#container.ru .close{
    background: rgba(23,155,95, 1) url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}
#container.ru .pause:hover{
    background: url('../img/pause.png') no-repeat 50%;
}
#container.ru .close:hover{
    background: url('../img/close.png') no-repeat 50%;
    background-size: 35%;
}

.fixed{
    position: fixed;
    top: 25px;
    right: 25px;
    border: 2px solid #fff;
    background: url('../img/close.png') no-repeat 50%;
    background-size: 35%;
    display: none;
    opacity: 0;
}
.fixed:hover{
    background-size: 50%;
}
/* RWD  */

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

    section h1{
        font-size: 44px;
    }
    .circles .lang{
        width: 20%;
        height: 0;
        padding-bottom: 20%;
    }
    #question .content{
        width: 90%; 
    }
    .close{
        right: 10px;
    }
    .fixed{
        right: 25px;
    }
    .pause{
        right: 70px;
    }
}
@media screen and (max-width: 700px) {
    #test .circle{
        width: 128px;
        height: 128px;
        margin: 15px;
    }
    .complete .content span:first-child{
        width: 25px;
        height: 25px;
        top: 5px;
        right: 5px;
    }
    #question p span{
        margin-right: 85px;
        display: block;
    }
	.social { 
		display:none ; 
	}

}
@media screen and (max-width: 600px) {
    section{
        top: 50px;
    }
    header{
        margin: 0 auto 15px;
    }
    section h1{
        font-size: 40px;
        margin: 0 auto 15px;
    }
    .circles .lang{
        width: 30%;
        height: 0;
        padding-bottom: 30%;
    }
    header #logo{
        width: 150px;
        height: 42px;
    }

    .close, .pause{
        width: 38px;
        height: 38px;
        top: 5px;
        right: 5px;  
    }
    .pause{
        right: 60px; 
    }
    header #logo img{
        width: 150px;
        height: auto;
    }
    #login article{
        width: 100%;
    }
    #login article .content{
        display: block;
        width: 90%;
    }
    #test article{
        margin: 15px 0 15px 0;
    }
    #test .circle, #close .circle{
        width: 88px;
        height: 88px;
        margin: 10px;
    }
    #test .circle span{
        font-size: 12px;
    }
    .complete .content span:first-child{
        top: 0;
        right: 0;
    }
    #test .btn.next{
        margin: 10px auto;
    }
    #login .btn.start{
        margin-bottom: 10px;
    }
    #test p span:last-child{
        margin: 15px 0;
    }
    #question button.btn.next{
        width: 100%;
    }
    #question header{
        font-size: 14px;
    }
    #question h1{
        margin: 5px 0 5px 0;
        font-size: 24px;
    }
    #question p span{
        display: block;
    }

    #question .question{
        font-size: 20px;line-height: 22px;
        margin: 15px 0 15px;
    }
    #question .timer{
        margin-bottom: 15px;
    }
    #question .content .answers ul li{
        font-size: 20px;
    }
	.social { 
		display:none ; 
	}
}
@media screen and (max-width: 540px) {
    .circle{
        width: 86px;
        height: 86px;
    }
    #pause .pauseview span.big{
        border-width: 30px 0 30px 52.0px;
        left:26px;
        top: 13px;
    }
    #pause .pauseview span.small{
        border-width: 28px 0 28px 48.5px;
        left:27px;
        top: 15px;
    }
    .withreading{
        width: 95%;
    }
	.social { 
		display:none ; 
	}
}

@media screen and (max-width: 400px) {
    .sign button.btn{
        width: 100%;
        font-size: 14px;
    }
    section h1{
        font-size: 24px;
        margin: 0 auto 10px;
    }
    .circles .lang{
        width: 32%;
        height: 0;
        padding-bottom: 32%;
    }
    .circles .flag{
        width: 24px;
        height: 24px;
    }
    .circles .flag .flag-inside{
        margin: 0 auto;
    }    
    #progress .circle{
        width: 66px;
        height: 66px;
        margin: 5px;
    }
    #progress button.btn.next{
        width: 100%;
    }
    #progress .circle span{
        font-size: 12px;
    } 
    #test .circle{
        width: 68px;
        height: 68px;
    }
    #question h1{
        max-width: 240px;
        margin: 10px 0 10px 0;
    }
    #question ul.inputs li input{
        font-size: 18px;
    }
    .complete .content span:first-child{
        top: -3px;
        right: -3px;
    }
    #test button.btn.next{
        width: 100%;
    }
    #question .content .answers ul li{
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-bottom: 15px;
    }
    #question .content .answers ul li span{
        width: 20px;
        height: 20px;
        margin: 8px;
    }
    #question .content .answers ul.inputs li{
        height: 70px;
    }
    #question .content .answers ul.inputs li > div{
        height: 50px;
        padding: 10px;
    }
    #finished h2{
        font-size: 24px;
        margin: 10px auto;
    }
    #finished .count{
        margin: 20px auto;
    }
    #question .count{
        width: 60px;
        height: 60px;
    }
    #question .count h4{
        line-height: 60px;
        font-size: 12px;
    }
    #question .count h4 span{
        font-size: 16px;
    }
    #finished footer{
        margin: 10px auto 0;
    }
    #finished footer > a{
        margin-top: 10px;
    }
    #finished p{
        padding-left: 5px;
        padding-right: 5px;
    }

    .withreading > div{
        font-size: 12px;
        line-height: 16px;

    }
    .withreading > div b{
        font-size: 16px;
        line-height: 20px;
    }
	.social { 
		display:none ; 
	}
}
a {
  color: #fff;
  text-decoration: none;
}
.me {
  width: 400px;
  margin: 90px auto;
}
.me p,
.me h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.me p {
  font-weight: 200;
}
.me span {
  font-weight: bold;
}
.social {
  position: fixed;
  top: 20px;
  right: 0px;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(100px, 65px);
  -moz-transform: translate(100px, 65px);
  -ms-transform: translate(100px, 65px);
  -o-transform: translate(100px, 65px);
  transform: translate(100px, 65px);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(0, 0, 0, 0.36);
  width: 135px;
  text-align: left;
  padding: 10px;
  -webkit-border-radius: 30px 0px 0px 30px;
  -moz-border-radius: 30px 0px 0px 30px;
  border-radius: 30px 0px 0px 30px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(-80px, 0);
  -moz-transform: translate(-80px, 0);
  -ms-transform: translate(-80px, 0);
  -o-transform: translate(-80px, 0);
  transform: translate(-80px, 0);
  background: #df0024;
}
.social ul li:hover a {
  color: #ffffff;
}
.social ul li:hover i {
  color: #ffffff;
  background: #df0024;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 5px;
  color: #000000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 20px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}

body {
  background: #25343F;
  color: #fff;
  font-family: 'robotoregular', sans-serif;
  font-size: 14px;
}
