/** {*/
/*box-sizing: border-box;*/
/*}*/

/*html,*/
/*body {*/
/*height: 100vh;*/
/*overflow: hidden;*/
/*margin: 0;*/
/*padding: 0;*/
/*}*/

/*html {*/
/*height: 100%;*/
/*}*/
/*body {*/
/*min-height: 100%;*/
/*}*/

body {
    
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/*tablet*/

@media all and (min-width: 1300px) {
    .tablet {
        display: none  !important;
    }
    div.quiz .leftpanel{
        height: 600px !important;
    }

    div.quiz .rightpanel{
        position: relative;
    }

    .elements{
        position: absolute;
        bottom:100px;
    }

    div.quiz .rightpanel .element h4,
    div.quiz .rightpanel .testtooltip h4
    {
        font-size: 22px !important;
        min-height:75px !important;
        line-height: 40px  !important;
    }

    div.quiz .rightpanel .element h4::after,
    .quiz .questions .element ul li
    {
        height:61px !important;
        line-height:60px !important;
        font-size:22px !important;
        padding-left:75px !important;
        padding-right:0px !important;
        margin-bottom:20px;
        


    }
    .rightpanel{
        /*margin-top: 70px !important;*/
        margin-left: 40px;
        width: 400px !important;
    }
    .headers h3, .headers h4{
        text-align: left !important;
    }

    svg, svg * {
        margin-top: -45px !important;
    }



}

/*computer*/

@media all and (max-width: 1301px) {
    .computer {
        display: none !important;
    }
}

.top-header-quiz {
    margin-top: 140px !important;
}

.top-header-quiz-center {
    max-width: 1400px;
    margin: 0 auto;
}

.headers {
    max-width: 1400px;
    padding: 0 30px;
}

.headers_container {
    padding-left: 10px;
    max-width: 1400px;
}

.headers h3 {color: #fff;font-size: 19px;}
.headers h3, .headers h4{
    max-width: 1400px;
    margin: 20px auto;
    text-align: center;
}

.headers h4 {
    color: #9696bc;
    font-size: 16px;
    font-weight: 300;
    text-transform: none;
}

.super-klasa {
    color: red !important;
}

.final .testtooltip h4 {
    min-height: inherit !important;
}

.quiz h4,
.quiz h3,
.quiz h2,
.quiz h1 {
    color: #fff;
}

.quiz .testtooltip p,
.quiz .testtooltip span {
    font-size: 20px;
    line-height: 20px;
}

a.toggledownloader {
    line-height: 170%;
}

.quiz label {
    line-height: 130%;
}

.quiz label a {
    color: #fff;
    font-weight: bold;

}

div.element {
    /*padding:20px;*/
    text-align: left;

    box-sizing: border-box;
}

.element ul {
    margin-top: 0;
}

div.element.current {
    display: block;
}

div.element.done {
    height: 0px !important;
    padding: 0px 20px !important;
    color: transparent;
    overflow: hidden;
}

div.testtooltip {
    height: 0px;
    padding: 0px 20px;

    overflow-y: hidden;
    overflow-x: hidden;
    box-sizing: border-box;

    transition: all .25s;

    position: relative;

    /*text-align:center;*/

}

div.testtooltip.active {
    height: 550px !important;
    padding: 20px 20px;

    __margin-top: 50px;
}

div.testtooltip span,
div.testtooltip h4 {
    display: none !important;
}

div.testtooltip span.intro {
    font-size: 20px;
    width: 100%;
    left: 0;
    top: 30px;
}

div.testtooltip.level-mixed .mix,
div.testtooltip.level-low .low,
div.testtooltip.level-med .med,
div.testtooltip.level-high .high,
div.testtooltip.level-info .info,
div.testtooltip.level-intro .intro,
div.testtooltip.level-intro .sendit,
div.data-downloader.level-intro .sendit {
    display: inline-block !important;
}

div.testtooltip .sendit a,
div.data-downloader .sendit button {
    display: block;
    margin-top: 50px;
    font-size: 24px;
    color: rgba(255, 255, 255, .8);

    text-decoration: none;
    padding: 10px 30px 10px 30px;

    /*background:rgba(255,255,255,.33);*/
    border-radius: 5px;
}

div.data-downloader .sendit button {
    margin-bottom: 200px;
}

div.testtooltip span.sendit a:before,
div.data-downloader span.sendit button:before {
    color: rgba(255, 255, 255, .8);
    content: "\f019";
    display: inline-block;
    padding-right: 20px;
    font-family: fontawesome;
}

div.data-downloader span.sendit button:before {
    content: "\f0e0";
}

.question p {
    display: none;
}

.question h5 {
    cursor: pointer;
}

.question h5:hover {
    text-decoration: underline;
}

.quiz h2 {
    text-align: center;
    font-size: 12px;
}

.quiz .questions h5 {
    display: none;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    color: red;
}

.quiz .questions .element {
    display: none;
}

.quiz .questions .element:first-of-type {
    display: block;
}

.quiz .questions .element h4 {
    __text-transform: uppercase;
    text-align: left;
    _margin-bottom: 25px;
    _margin-top: 25px;

    _min-height: 60px;
}

.quiz .questions .element img {
    /*float: left;*/
    margin-right: 20px;
    max-height: 163px;
    min-height: 163px;
}

.quiz .questions .element ul {
    padding: 0px;margin-bottom: 100px;
}

.quiz .questions .element ul li {
    list-style: none;
    padding: 6px;
    margin: 0px;
    margin-bottom: 10px;
    color: white;
    cursor: pointer;
    height: 25px;
}

.quiz .questions .element ul li:hover {
    text-decoration: underline;
}

.quiz .questions .element ul li input {
    margin-right: 10px;
}

.quiz .questions .element ul .negative {
    background-color: #ad2084;
}

.quiz .questions .element ul .less-negative {
    background-color: #f5a61c;
}

.quiz .questions .element ul .less-positive {
    background-color: #f5d91c;
    color: #7B7B7B;
}

.quiz .questions .element ul .positive {
    background-color: #47c050;
}

.quiz .progress-bar {
    background-color: #efeeef;
    margin-top: 20px;
}

.quiz .progress-bar p {
    background-color: #f5d91c;
    width: 0px;
    height: 10px;
    margin: 0px;
}

.quiz .progress-indicator {
    margin: 0px;
    margin-bottom: 20px;
    padding: 0px;
    color: #f5d91c;
    font-size: 14px;
}

p.legenda {
    font-size: 10px;
    font-family: courier, mono;

}

div.quiz {
    width: 100%;
    min-height: 550px;

    font-family: 'Open Sans', sans-serif;
    font-family: Raleway, Arial, Helvetica, sans-serif;

    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

div.quiz .leftpanel {
    min-width: 320px;
    width: 60%;
    height: 415px;
}

div.quiz .rightpanel {
    width: 330px;
    /*margin-left: 20px;*/
    /*margin-left: 6%;*/
}

div.quiz .leftpanel,
div.quiz .rightpanel {
    vertical-align: top;
    display: inline-block;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     not supported by any browser */

    overflow: hidden;
    transition: all 1s;

    position: relative;
}

div.quiz .rightpanel .element {
    transition: all .25s;
}

div.quiz .rightpanel {
    color: #fff;

    font-family: 'Lato', sans-serif;
    font-family: Raleway, Arial, Helvetica, sans-serif;

}

div.quiz .rightpanel .element h4,
div.quiz .rightpanel .testtooltip h4 {
    position: relative;
    font-weight: 400;
    font-size: 20px;

    display: flex;
    justify-content: left;
    align-items: center;

    min-height: 75px;
    color: #e97f02;
    /*padding-left:20px;*/
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;

}

div.quiz .rightpanel .element h4:before,
div.quiz .rightpanel:before {

    border-top: 32px solid transparent;
    border-bottom: 32px solid transparent;
    border-left: 32px solid transparent;
    border-right: 32px solid #bb028b;
    left: 588px;
    top: 320px;
    transition: all .5s;
}

div.quiz .rightpanel.shotpopup:before {
    left: 536px;
}

div.quiz .rightpanel.shotpopup {
    border-radius: 15px;
}

div.quiz .rightpanel .element h4::after,
.quiz .questions .element ul li {
    height: 55px;
    background: transparent !important;
    line-height: 43px;
    box-sizing: border-box;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 75px;
    color: #fff !important;
    position: relative;

    /*margin-bottom:20px;*/

}

.quiz .questions .element ul li:before {
    content: "";
    display: inline-block;
    background: #fff;
    width: 32px;
    height: 32px;

    color: #000;

    border-radius: 16px;
    margin-right: 25px;

    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: -50px;

    text-align: center;
    line-height: 32px;

    font-weight: 900
}

.quiz .questions .element ul li:nth-child(1):before {
    content: "A"
}

.quiz .questions .element ul li:nth-child(2):before {
    content: "B"
}

.quiz .questions .element ul li:nth-child(3):before {
    content: "C"
}

.quiz .questions .element ul li:nth-child(4):before {
    content: "D"
}

.quiz .questions .element ul li:nth-child(5):before {
    content: "E"
}

.quiz .questions .element ul li:nth-child(6):before {
    content: "F"
}

.quiz .questions .element ul li:nth-child(7):before {
    content: "G"
}

.quiz .questions .element ul li:nth-child(8):before {
    content: "H"
}

.quiz .questions .element ul li:first-child:after,
.quiz .questions .element ul li:hover:after,
.quiz .questions .element ul li:hover + li:after {
    display: none;
}

.quiz .questions .element ul li input {
    display: none;
}

.quiz .questions .element ul li:hover {
    background: rgba(255, 255, 255, .75) !important;
    color: #000 !important;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, .2);
    text-decoration: none;
}

.quiz .questions .element ul li:hover:before {
    background: #e97f02;
    color: #fff;
}

div.quiz .legend {
    min-width: 675px;
    max-width: 910px;
    /*height:100px;*/
    padding-top: 10px;
    box-sizing: border-box;
    /*margin: 0 auto;*/
}

div.quiz .legend > div > span {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    line-height: 24px;
    padding-left: 10px;
    transition: all 1s;
    color: #fff

}

div.quiz .legend > div > span.marked,
div.quiz .legend > div > span.marked span {
    color: #e97f02;
    transform: scale(1.05);
}

div.quiz .legend > div > span.marked:before {
    background: #e97f02;
}

div.quiz .legend .legend-left {
    display: inline-block;
    width: 58%;
    float: left;
    color: white;
}

div.quiz .legend .legend-right {
    display: inline-block;
    width: 42%;
    float: left;
    color: white;

}

div.quiz .legend > div > span > span {
    font-weight: bold;
    transition: all 1s;

}

div.quiz .legend > div > span:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    margin-right: 7px;

    position: relative;
    top: 4px;

    transition: all 1s;

}

/*.elements {*/
    /*position: relative;*/
/*}*/

/* SVG */

#quiz-circle .inner {
    stroke-width: 120px;
    cursor: pointer;

    stroke-dasharray: 0 0 0 1000px;
    stroke-dashoffset: 0px;

    fill: none;

    transition: all 1s ease-in-out;

}

svg, svg * {
    pointer-events: all;

}

#quiz-circle .circle-background {
    fill: #e6e6e6;
    transition: all 1s ease-in-out
}

#quiz-circle .circle-outer {
    fill: none;
    stroke: #fff;
    opacity: .5;
    stroke-width: 10px;
    pointer-events: none;
}

#quiz-circle .circle-inner {
    fill: none;
    opacity: .1;
    stroke-width: 7px;
    pointer-events: none;
}

#quiz-circle .circle-outer-fixer {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    pointer-events: none;
}

#quiz-circle .circle-center {
    fill: #282828;
    stroke-width: 0px;
    pointer-events: all;
}

#quiz-circle .circle-center-shadow {
    opacity: .1;
    stroke-width: 0px;
    pointer-events: all;
}

#quiz-circle .shadow {
    opacity: 0;
    pointer-events: none;
}

#quiz-circle .inner:hover {
    stroke: #e97f02 !important;
}

#svg-cover {
    width: 100px;
    height: 100px;
    margin-top: -285px;

    left: 50%;
    margin-left: -50px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

.svg-readout,
.svg-progress {
    display: block;
    font-size: 40px;
    font-weight: 800;
    position: absolute;
    color: #fff;
}

.readout .svg-readout {
    display: block;
}

.readout .svg-progress, .svg-readout, #svg-download {
    display: none;
}

.svg-progress a i {
    font-size: 45px;
    color: #bb028b;

    transition: all .5s;
}

/*#svg-progress a:hover i*/
/*{*/
/*!*color:#000;*!*/
/*}*/

/*#clipPolygon*/
/*{*/
/*display:none;*/
/*transform-origin:50%;*/
/*transition: transform 1s ease-in-out;*/
/*}*/

/* ORANGE e97f02*/
/* COLORS */

#quiz-circle .circle-data-intrapersonal.inner {
    stroke: #f8ca00
}

#quiz-circle .circle-data-interpersonal.inner {
    stroke: #4B0082
}

#quiz-circle .circle-data-visual.inner {
    stroke: #490a3d
}

#quiz-circle .circle-data-music.inner {
    stroke: #8a9b0f
}

#quiz-circle .circle-data-language.inner {
    stroke: #45ada8
}

#quiz-circle .circle-data-nature.inner {
    stroke: #d1f2a5
}

#quiz-circle .circle-data-nature.inner {
    stroke: #550000
}

#quiz-circle .circle-data-motion.inner {
    stroke: #9de0ad
}

#quiz-circle .circle-data-motion.inner {
    stroke: #005500
}

#quiz-circle .circle-data-matematics.inner {
    stroke: #bd1550
}

.legend-data-intrapersonal::before {
    background: #f8ca00
}

.legend-data-interpersonal::before {
    background: #4B0082
}

.legend-data-visual::before {
    background: #490a3d
}

.legend-data-music::before {
    background: #8a9b0f
}

.legend-data-language::before {
    background: #45ada8
}

.legend-data-nature::before {
    background: #d1f2a5
}

.legend-data-nature::before {
    background: #550000
}

.legend-data-motion::before {
    background: #9de0ad
}

.legend-data-motion::before {
    background: #005500
}

.legend-data-matematics::before {
    background: #bd1550
}

.svg-panel {
    position: absolute;
    top: -49px;
    left: -56px;
}

.quiz-holder {
    margin: 0 auto;
}

/**********************************SELECT*******************************************************/
.top-header-quiz select {
    font-family: inherit;
    background-color: transparent;
    padding: 4px 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 1);
    position: fixed;
    right: 20px;
    top: 124px!important;
}

.top-header-quiz select option {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);*/
}

/*scrollbar {*/
/*width: 12px;*/
/*}*/

/*scrollbar-track {*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
/*border-radius: 10px;*/
/*}*/

/*scrollbar-thumb {*/
/*border-radius: 10px;*/
/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
/*}*/

/* Remove focus */
.top-header-quiz select:focus {
    outline: none;
}

/* Hide label */
.top-header-quiz .mdl-selectfield label {
    display: none;
}

/* Use custom arrow */
.top-header-quiz .mdl-selectfield select {
    appearance: none;
}

.top-header-quiz .mdl-selectfield {
    font-family: 'Roboto', 'Helvetica', 'Arial', sans-serif;
    position: relative;
}

.top-header-quiz .mdl-selectfield:after {
    position: absolute;
    top: 0.75em;
    right: 0.5em;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: .25em solid transparent;
    border-right: .25em solid transparent;
    border-top: 0.375em solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}

/**************************************MATERIAL DESIGN INPUT ***********************************/
/* form starting stylings ------------------------------- */
.group {
    position: relative;
    margin-bottom: 45px;
    margin-top: 42px;
}

.group input {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 300px;
    border: none;
    border-bottom: 1px solid #757575;
    color: #e97f02;
    background: transparent;
}

.group input:focus {
    outline: none;
}

/* LABEL ======================================= */
.group label {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

/* active state */
.group input:focus ~ label, input:valid ~ label {
    top: -20px;
    font-size: 14px;
    color: #fff;
}

/* BOTTOM BARS ================================= */
.group.bar {
    position: relative;
    display: block;
    width: 300px;
}

.group.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #5264AE;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.group.bar:before {
    left: 50%;
}

.group.bar:after {
    right: 50%;
}

/* active state */
.group input:focus ~ .bar:before, input:focus ~ .bar:after {
    width: 50%;
}

/* HIGHLIGHTER ================================== */
.group.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

/* active state */
.group input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }
    to {
        width: 0;
        background: transparent;
    }
}

.submitQuiz {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 10px 25px;
    font-size: 20px;
}

/*@media all and (min-width:747px) and (max-width:800px) {*/
/*select{*/
/*top: 160px !important;*/
/*}*/
/*}*/

/*@media all and (min-width:526px) and (max-width:746px) {*/
/*select{*/
/*top: 197px !important;*/
/*}*/
/*}*/

/*@media all and (min-width:526px) and (max-width:525px) {*/
/*select{*/
/*top: 197px !important;*/
/*}*/
/*}*/

@media all and (min-width: 896px) and (max-width: 915px) {
    .leftpanel {
        width: 59% !important;
    }

}

@media all and (min-width: 856px) and (max-width: 895px) {
    .leftpanel {
        width: 57% !important;
    }
}

@media all and (min-width: 821px) and (max-width: 855px) {
    .leftpanel {
        width: 55% !important;
    }
}

@media all and (min-width: 791px) and (max-width: 820px) {
    .leftpanel {
        width: 53% !important;
    }
}

@media all and (min-width: 761px) and (max-width: 790px) {
    .leftpanel {
        width: 51% !important;
    }
}

@media all and (min-width: 1px) and (max-width: 760px) {
    .leftpanel {
        display: none !important;
    }

    .legend > div {
        width: 100% !important;
    }

    .quiz-holder {
        margin-left: 50% !important;
        transform: translate(-25%, 0);
    }

    div.quiz .legend > div > span {
        display: block;
    }
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #9370DB;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #BA55D3;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}
.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #FF00FF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



@media screen and (min-width: 0px) and (max-width: 720px) {
    .top-header-quiz select {    position: absolute;  margin-top:-200px;  right: 5px;}

.headers h3, .headers h4{    text-align: left;}}