body, html {
    min-height: 100%;
    height: 100%;
}

body {
    background-color: #ffffff;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}

#wrapper {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    border: 1px solid #545454;
    border-top: none;
    box-shadow: 12px 0 18px -10px rgba(50, 50, 50, 0.2), -12px 0 18px -10px rgba(50, 50, 50, 0.2);
}

#container {
    position: relative;
    background: url("../images/persen-bgd-large.jpg") center no-repeat;
    background-size: cover;
    height: 860px;
}

#persen-logo{
    position: absolute;
    top: 10px;
    left: 10px;
}

#persen-stress-button{
    position: absolute;
    top: -60px;
    right: 20px;
}

#persen-question{
    position: absolute;
    top: 220px;
    right: 20px;
    font-family: "Chunkfive", "Open Sans";
    font-weight: 800;
    font-size: 58pt;
    text-align: right;
}

#persen-mask{
    position: absolute;
    right: 0;
    bottom: 0;
}

#persen-package{
    position: absolute;
    left: 150px;
    bottom: 0;
}

#persen-natural-txt{
    position: absolute;
    left: 400px;
    bottom: 10px;
    font-family: "HandsomeNibCED", "Open Sans";
    font-weight: 400;
    font-size: 30pt;
    text-align: left;
}

#persen-code{
    position: absolute;
    right: -35px;
    bottom: 120px;
    transform: rotate(-90deg);
    color: #545454;
    font-size: 7pt;
}

#persen-description {
    position: absolute;
    left: 50px;
    top: 160px;
    width: 640px;
    height: 590px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(161,161,161,1);
    -moz-box-shadow: inset 0px 0px 8px 2px rgba(161,161,161,1);
    box-shadow: inset 0px 0px 8px 2px rgba(161,161,161,1);
    background: #fefefe;

    color: #6a6a69;
    font-family: "HelveticaNeueLTProTh", "Open Sans", sans-serif;
    font-weight: lighter;
    font-size: 13pt;
    text-align: center;
}

#persen-description p {
    text-align: justify;
}

#persen-description ul li {
    text-align: justify;
}

#persen-description h1 {
    width: 100%;
    text-align: center;
    font-family: "HandsomeNibCED", "Open Sans", sans-serif;
    font-weight: 400;
}

#persen-test-wrapper{
    position: absolute;
    left: 275px;
    top: 160px;
    width: 640px;
    height: 590px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0px 0px 8px 2px rgba(161,161,161,1);
    -moz-box-shadow: inset 0px 0px 8px 2px rgba(161,161,161,1);
    box-shadow: inset 0px 0px 8px 2px rgba(161,161,161,1);
    background: #fefefe;

    color: #00275b;
    font-family: "HelveticaNeueLTProTh", "Open Sans", sans-serif;
    font-weight: lighter;
    font-size: 13pt;
    text-align: center;
}

#persen-test-wrapper p {
    text-align: justify;
}

#persen-test-wrapper ul li {
    text-align: justify;
}

#persen-test-wrapper h1 {
    width: 100%;
    text-align: center;
    font-family: "HandsomeNibCED", "Open Sans", sans-serif;
    font-weight: 400;
}

#persen-test-code{
    position: absolute;
    left: -35px;
    bottom: 70px;
    transform: rotate(-90deg);
    color: #545454;
    font-size: 7pt;
}

#btn-header-wrapper{
    position: relative;
    width: 100%;
    text-align: center;
    color: #00457f;
}

#btn-header-wrapper h2, h3{
    font-family: "HandsomeNibCED", "Open Sans", sans-serif;
    padding: 30px 0 0 125px;
    margin-top: 0;
}

#persen-btn-white{
    position: absolute;
    top: 5px;
    left: 15px;
}

.pitanje-odgovor{
    position: relative;
    float: left;
    width: 100%;
    text-align: left;
    color: #00275b;
    font-family: "HelveticaNeueLTProTh", "Open Sans", sans-serif;
    font-weight: 300;
    margin: 0 0 15px 35px;
    font-size: 12pt;
}

.pitanje-odgovor .numbering{
    float: left;
    margin-right: 10px;
}

.pitanje-odgovor p {
    margin: 0;
    width: 60%;
    float: left;
    /*text-indent: -25px;*/
}


.rbtnWrapper{
    position: absolute;
    top: -10px;
    right: 0;
    margin-right: 30px;
}

input[type="radio"]{
    display: none;
}

input[type="radio"] + label
{
    position: relative;
    height: 40px;
    width: 39px;
    display:inline-block;
}

input[type="radio"] + label span
{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

input[type="radio"]:checked + label
{
    position: relative;
    background: url('../images/persen-checked.png') center no-repeat;
    height: 40px;
    width: 39px;
    display:inline-block;
}

input[type="radio"]:checked + label span
{
    position: absolute;
    top: 10px;
    right: 10px;
}

#result-wrapper{
    position: relative;
    display: inline-block;
    text-align: center;
    width: 100%;
    /*float: left;*/
}

#result-wrapper h1 {
    font-family: "HandsomeNibCED", "Open Sans", sans-serif;
}

.single-result-wrapper{
    display: block;
    float: left;
    margin: 0 0 10px 50px;
}

.select-result {
    position: relative;
    width: 80px;
    height: 40px;
    background-image: url("../images/resut-checked-large.png");
    margin-top: -10px;
}

.select-result span{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 100%;
}

footer {
    width: 100%;
    height: auto;
    background: #545454;
    padding: 10px 0;
    color: white;
    font-family: "HelveticaNeueLTProTh", "Open Sans";
    font-weight: 300;
    font-size: 15px;
    text-align: center;
}

footer p {
    width: 50%;
    margin: 0 auto;
    padding: 0;
}

@media (max-height: 768px) {
     /*CSS that should be displayed if width is equal to or less than 800px goes here */

    #wrapper{
        zoom: 0.70;
        -moz-transform: scale(0.70);
        -moz-transform-origin: 0 0;
    }



    /*#wrapper {*/
        /*width: 800px;*/
    /*}*/

    /*#container {*/
        /*height: 582px;*/
    /*}*/

    /*footer {*/
        /*font-size: 12px;*/
    /*}*/

    /*footer p {*/
        /*width: 60%;*/
    /*}*/
}

.simplebar-content{
    padding-right: 14px !important;
}