/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}fieldset{border:0;padding:0;margin:0}

@media screen and (max-width: 767px) {
    #polki-header { display: none; }
}

*, *:before, *:after  {
    margin: 0px; padding: 0px; 
    -webkit-text-size-adjust: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
  width: 100%;
  min-width: 480px;
  height: 100%;
  min-height: 100%;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  line-height: 1;
  color: #828486;
  background: #fff;
  width: inherit;
  min-width: inherit;
  height: inherit;
  min-height: inhert;
}

.wrapper {
    width: 100%;
    clear: both;
}

h1 {
    display: block;
    margin: 0;
    color: #505050;
    font-size: 4.6em;
    line-height: 1.2;
    font-weight: 600;
}
h2 {
    display: block;
    margin: 0;
    color: #505050;
    font-size: 3.2em;
    line-height: 1.2;
    font-weight: 300;
}
h2 > strong {
    font-weight: 600;
}
h3 {
    display: block;
    margin: 0;
    color: #505050;
    font-size: 2.2em;
    line-height: 1.2;
    font-weight: 500;
    margin-top: 1em;
}
p {
    color: #828486;
    font-size: 1.6em;
    line-height: 1.4;
    margin-top: 1em;
}
p > strong {
    font-weight: 600;
    color: #505050;
}
@media screen and (max-width: 979px) {
    h1 {
        font-size: 3.6em;
    }
    h2 {
        font-size: 2.4em;
    }
    h3 {
        font-size: 2.0em;
    }
}
@media screen and (max-width: 767px) {
    h1 {
        font-size: 3em;
    }
    h2 {
        font-size: 2em;
    }
    h3 {
        font-size: 1.8em;
    }
}

a {
    text-decoration: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.t {
    margin: 0;
    padding: 0;
    text-indent: -9999em;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
}

.clr:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 0 35px;
    text-align: center;
    cursor: pointer;
    white-space: nowrap;
    font-weight: 400;
    height: 51px;
    font-size: 25px;
    line-height: 49px;
    border: 1px solid #71236f;
    text-transform: none;
    color: #fff;
    background: #71236f;
}
.btn:hover {
    color: #fff;
    background: #f28528;
    border-color: #f28528;
}


#content {
    position: relative;
    width: 100%;
    padding-top: 50px;
}
@media screen and (max-width: 1200px) {
    #content {
        padding-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    #content {
        padding-top: 0px;
    }
}
@media screen and (max-width: 479px) {
    #content {
        padding-top: 0px;
    }
}



/**
 *
 * menu
 *
 */
.header-bar {
    position: absolute;
    width: 100%;
    min-width: 480px;
    height: 50px;
    z-index: 55;
    margin-top: 50px;
    background: transparent;
    text-align: center;
}
@media screen and (max-width: 1200px) {
    .header-bar {
        margin-top: 40px;
    }
}
@media screen and (max-width: 767px) {
    .header-bar {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin-top: 0;
        background: url('../img/bg-top.jpg') center top no-repeat;
        background-size: 100% auto;
    }
    .header-bar:before,
    .header-bar:after {
        content: "";
        width: 100%;
        height: 1px;
        background: #828486;
        position: absolute;
        left: 0;
        right: 0;
    }
    .header-bar:before {
        top: 0;
    }
    .header-bar:after {
        bottom: 0;
    }
}

.site-logo {
    display: none;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .site-logo {
        display: block;
        position: absolute;
        background: #e7216c;
        top: 0;
        bottom: 0;
        left: 0;
        width: 160px;
        border: 10px solid #e7216c;
    }
    .site-logo > img {
        display: block;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
}

.minisite-logo {
    display: none;
    z-index: 3;
}
@media screen and (max-width: 767px) {
    .minisite-logo {
        position: relative;
        left: 10%;
        display: inline-block;
        padding: 10px;
        height: inherit;
    }
    .minisite-logo > img {
        display: block;
        max-height: 100%;
    }
}
@media screen and (max-width: 639px) {
    .minisite-logo {
        left: 13%;
    }
}
@media screen and (max-width: 479px) {
    .minisite-logo {
        left: 15%;
    }
}
    
.minisite-navi {
    position: relative;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    height: inherit;
    z-index: 1;
    top: 35px;
    left: 160px;
    border-top: 1px solid #828486;
    border-bottom: 1px solid #828486;
}
.minisite-navi .switch {
    display: none;
}
.minisite-navi ul {
    display: table;
    width: 100%;
    height: 100%;
    list-style: none;
}
.minisite-navi li {
    display: table-cell;
    height: 100%;
}
.minisite-navi a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    font-size: 1.9em;
    line-height: 1;
    text-transform: none;
    color: #828486;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
}
.minisite-navi .active a,
.minisite-navi a:hover {
    color: #505050;
}
.minisite-navi .active a {
    font-weight: 500;
}
.minisite-navi a:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 979px) {
    .minisite-navi {
        left: auto;
    }
}
@media screen and (max-width: 767px) {
    .minisite-navi {
        position: absolute;
        width: 50px;
        margin: auto 0;
        top: 0; bottom: 0;
        right: 0; left: auto;
        border: none;
    }
    .minisite-navi .switch {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 0;
        background: #43904c url('../gfx/menu.png') center top no-repeat;
        background-size: 100% 200%;
        cursor: pointer;
    }
    .minisite-navi .switch.unfocused {
        background-color: #43904c;
    }
    .minisite-navi .switch:hover,
    .minisite-navi .switch.focused {
        background: #f28528 url('../gfx/menu.png') center bottom no-repeat;
        background-size: 100% 200%;
    }
    .minisite-navi ul {
        position: absolute;
        top: 100%;
        width: auto;
        right: 0;
        display: none;
    }
    .minisite-navi .switch:hover + ul,
    .minisite-navi ul.focused,
    .minisite-navi ul:hover {
        display: block;
    }
    .minisite-navi .switch.unfocused:hover + ul {
        display: none;
    }
    .minisite-navi li {
        display: block;
        text-align: center;
        width: 100%;
        background: transparent;
        background: url('../img/bg-option.jpg') center top no-repeat;
        background-size: cover;
        border-bottom: 1px solid #828486;
    }
    .minisite-navi a {
        padding: 0 40px;
    }
}
@media screen and (max-width: 479px) {
    .minisite-navi {
        width: 100%;
    }
    .minisite-navi ul {
        width: 100%;
    }
    .minisite-navi .switch {
        width: 50px;
    }
}



/*------------------------------------------------------------------------------------------------*/
/**
 *
 * TOP
 *
 */
/*------------------------------------------------------------------------------------------------*/
.top {
    background: url('../img/bg-top.jpg') center top no-repeat;
    background-size: 100% auto;
    padding: 0 10px;
}

.teaser {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 120px 0 95px 0;
    background: url('../img/woman.png') 0 75px no-repeat;
}
.teaser > .info {
    margin-left: 320px;
    width: 100%;
    max-width: 640px;
}
.top-logo {
    width: 100%;
    height: 138px;
    background: url('../img/diamonds.png') right center no-repeat;
    background-size: auto 130px;
}
.teaser h1 {
    margin-top: 25px;
}
.teaser p {
    margin-top: .5em;
}
.teaser .btn {
    margin-top: 30px;
}
.teaser p > .btn {
    margin-top: -10px;
    float: right;
}
.teaser ul {
    list-style: none;
    clear: both;
    padding-top: 30px;
}
.teaser ul > li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
@media screen and (max-width: 979px) {
    .teaser {
        background: none;
    }
    .teaser > .info {
        margin: 0 auto;
    }
    .teaser .btn {
        width: 100%;
    }
    .teaser p > .btn {
        margin-top: 30px;
        float: none;
    }
}
@media screen and (max-width: 767px) {
    .teaser {
        padding: 100px 10px 40px 10px;
    }
}
@media screen and (max-width: 660px) {
    .teaser {
        text-align: center;
    }
    .top-logo {
        background: none;
    }
}

.teaser .vis { display: none; }
.teaser .vis.active { display: block; }


/*------------------------------------------------------------------------------------------------*/
/**
 *
 * MAINPAGE
 *
 */
/*------------------------------------------------------------------------------------------------*/

.products {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 0;
    text-align: center;
    position: relative;
    top: -80px;
}
.prod-group {
    position: relative;
    padding-top: 23.0769%;
}
.prod-group.group-1 {
    width: 47.1153%;
    float: left;
}
.prod-group.group-2 {
    width: 50.9615%;
    float: right;
}
.prod-group h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 3;
}
.prod-group ul {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    list-style: none;
}
.prod-group li {
    display: block;
    float: left;
    height: inherit;
    overflow: hidden;
    position: relative;
}
.prod-group.group-1 li:nth-child(1) { width: 24.0816%; }
.prod-group.group-1 li:nth-child(2) { width: 42.4489%; }
.prod-group.group-1 li:nth-child(3) { width: 33.4695%; }
.prod-group.group-2 li:nth-child(1) { width: 19.6226%; }
.prod-group.group-2 li:nth-child(2) { width: 29.0566%; }
.prod-group.group-2 li:nth-child(3) { width: 35.4717%; }
.prod-group.group-2 li:nth-child(4) { width: 15.8492%; }

.prod-group.group-1 .li-1 { width: 24.0816%; }
.prod-group.group-1 .li-2 { width: 42.4489%; }
.prod-group.group-1 .li-3 { width: 33.4695%; }
.prod-group.group-2 .li-1 { width: 19.6226%; }
.prod-group.group-2 .li-2 { width: 29.0566%; }
.prod-group.group-2 .li-3 { width: 35.4717%; }
.prod-group.group-2 .li-4 { width: 15.8492%; }

.prod-group li img {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 90%;
}
.prod-group.group-1 li:nth-child(1) img { top: 14%; }
.prod-group.group-1 li:nth-child(2) img { top: 38%; }
.prod-group.group-1 li:nth-child(3) img { top: 43%; }
.prod-group.group-2 li:nth-child(1) img { top: 24%; }
.prod-group.group-2 li:nth-child(2) img { top: 40%; }
.prod-group.group-2 li:nth-child(3) img { top: 38%; }
.prod-group.group-2 li:nth-child(4) img { top: 17%; }

.prod-group.group-1 .li-1 img { top: 14%; }
.prod-group.group-1 .li-2 img { top: 38%; }
.prod-group.group-1 .li-3 img { top: 43%; }
.prod-group.group-2 .li-1 img { top: 24%; }
.prod-group.group-2 .li-2 img { top: 40%; }
.prod-group.group-2 .li-3 img { top: 38%; }
.prod-group.group-2 .li-4 img { top: 17%; }

.prod-group li span {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1%;
    font-size: 1.2em;
}
.prod-group li span:nth-of-type(2) { bottom: 65%; }
.prod-group li .s-2 { bottom: 65%; }

.prod-group.group-1 li:nth-child(2) span { left: 20%; }
.prod-group.group-1 li:nth-child(2) span:nth-of-type(2) { left: 0%; right: 20%; }
.prod-group.group-2 li:nth-child(3) span { right: 20%; }
.prod-group.group-2 li:nth-child(3) span:nth-of-type(2) { right: 0%; left: 20%; }

.prod-group.group-1 .li-2 span { left: 20%; }
.prod-group.group-1 .li-2 .s-2 { left: 0%; right: 20%; }
.prod-group.group-2 .li-3 span { right: 20%; }
.prod-group.group-2 .li-3 .s-2 { right: 0%; left: 20%; }

.products > p {
    clear: both;
    padding-top: 40px;
    width: 100%;
    max-width: 790px;
    margin: 0 auto;
}
.products > .btn {
    margin-top: 15px;
}


@media screen and (max-width: 979px) {
    .prod-group {
        margin: 40px auto 0 auto;
        padding-top: 38%;
    }
    .prod-group.group-1 {
        width: 80%;
        float: none;
        margin-top: 0;
    }
    .prod-group.group-2 {
        width: 80%;
        float: none;
    }
}
@media screen and (max-width: 767px) {
}




.article-listing {
    width: 100%;
    background: url('../img/bg-mid.jpg') center 0 repeat-y;
    background-size: 100% auto;
    padding: 40px 10px 
}
.article-listing > div {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    
}
.article-listing article {
    margin-top: 40px;
    width: 48%;
    float: left;
}
.article-listing article.w-50:nth-of-type(2n) {
    margin-right: 4%;
    clear: left;
}
.article-listing article.w-100 {
    width: 100%;
    margin-right: 0;
    float: left;
}
.article-listing article.important {
    padding: 40px;
    border: 3px solid #71236f;
}

.article-listing article h1 {
    text-decoration: underline;
    font-weight: 300;
    text-transform: uppercase;
}
.article-listing article h1 + h2 {
    margin-top: 1em;
}
.article-listing article p:before {
    content: "";
    float: left;
    width: 0;
    height: 5.6em;
}
.article-listing article .btn {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .article-listing {
        text-align: center;
    }
    .article-listing article {
        width: 100%;
        float: none;
        margin-right: auto;
        clear: none;
        padding-top: 40px;
        border-top: 1px solid #828486;
    }
    .article-listing article p:before {
        display: none;
    }
}



.article-single {
    width: 100%;
    background: url('../img/bg-mid.jpg') center 0 repeat-y;
    background-size: 100% auto;
    padding: 40px 10px 
}
.article-single > div,
.article-single > article {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.article-single.answers article {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 2px dotted #555;
}

@media screen and (max-width: 767px) {
    .article-single {
        text-align: center;
    }
    .article-single > div,
    .article-single > article {
        width: 100%;
        float: none;
        margin-right: auto;
        clear: none;
        padding-top: 40px;
        border-top: 1px solid #828486;
    }
    .article-single article p:before {
        display: none;
    }
}





.expert-teaser {
    position: relative;
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    padding: 85px 10px 50px 10px;
}
.expert-teaser img {
    position: absolute;
    display: block;
    right: 65px;
    top: 80px;
}
.expert-teaser > .info {
    margin: 0 330px 0 90px;
    text-align: right;
}
.expert-teaser p {
    margin-top: .5em;
    line-height: 1.5;
}
.expert-teaser .btn {
    margin-top: 25px;
}
@media screen and (max-width: 979px) {
    .expert-teaser > .info {
        margin: 0 34.375% 0 3.125%;
    }
    .expert-teaser img {
        right: 6.77%;
        width: 20%;
    }
    .expert-teaser .btn {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .expert-teaser > .info {
        margin: 0 30% 0 10px;
    }
    .expert-teaser img {
        right: 6%;
        width: 20%;
    }
}

.annotation {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 35px 0;
    border-top: 1px solid #828486;
}
.annotation p {
    font-size: 1.2em;
    line-height: 1.5;
    padding: 0 10px;
}
.annotation p:first-child {
    margin-top: 0;
}
.annotation .xl {
    margin-top: 35px;
    padding-top: 35px;
    font-size: 3.6em;
    border-top: 1px solid #828486;
}
@media screen and (max-width: 767px) {
    .annotation .xl {
        font-size: 2.2em;
    }
}



/*------------------------------------------------------------------------------------------------*/
/**
 *
 * EXPERT
 *
 */
/*------------------------------------------------------------------------------------------------*/

.question {
    width: 100%;
    padding: 50px 10px 35px 10px;
    background: url('../img/bg-mid.jpg') center top repeat-y;
    background-size: 100% auto;
}
.question > div {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

/** form */
.question-data .row {
    float: left;
    padding-bottom: 20px;
    width: 32%;
}
.question-data .row.content {
    width: 65%;
    margin-right: 3%;
}
.question-data label {
    display: block;
    width: 100%;
    color: #505050;
    font-size: 1.9em;
    line-height: 54px;
    font-weight: 300;
    display: none;
}
.question-data input[type="text"],
.question-data textarea {
    display: block;
    border: 1px solid #ffd4eb;
    background: #ffd4eb;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    font-size: 1.7em;
    line-height: 48px;
    color: #505050;
    text-align: left;
    text-transform: none;
    font-family: 'Roboto', 'Open Sans', sans-serif;
    font-weight: 300;
    border-radius: 0;
}
.question-data textarea {
    height: 210px;
    padding: 10px 20px;
    line-height: 1.4;
    resize: none;
}
.question-accept {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 30px 0;
    border: 0 none;
    clear: both;
    
    font-size: 1.1em;
    line-height: 15px;
    color: #828486;
}
.question-accept .row {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 0;
}
.question-accept input[type="checkbox"] {
    position: absolute;
    left: 5px;
    top: 0px;
    height: 15px;
}
.question-accept input[type="checkbox"] + label {
    display: inline-block;
    width: 100%;
    padding-left: 3em;
    font-weight: 300;
}
.question-accept.question-accept a {
    color: #71236f;
    border-bottom: 1px dotted #71236f;
}
.question-accept.question-accept a:hover {
    border-bottom: 1px solid #71236f;
}
.question-data .errors,
.question-accept .errors {
    clear: both;
	color: red;
    display: none;
    padding: 5px 0 0 0;
    margin: 0;
    font-size: 1.3em;
    list-style: none;
}
.question-data .error-question .errors,
.question-accept .error-question .errors {
    display: block;
}
.question-data .error-question input[type="text"],
.question-data .error-question textarea {
    border-color: red;
    -webkit-box-shadow: inset 0 0 5px 3px red;
    box-shadow: inset 0 0 5px 3px red;
}
.question-data .error-question,
.question-accept .error-question {
	position: relative;
}
.question-accept .error-question:before {
	content: "";
	position: absolute;
	left: -13px;
	top: 2px;
	border-left: 10px solid red;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
    display: block;
}
.results {}
@media screen and (max-width: 767px) {
    .question {
        padding: 50px 20px 35px 20px;
    }
    .question-data .row {
        float: left;
        width: 48%;
    }
    .question-data .row.name {
        margin-right: 4%;
    }
    .question-data .row.content {
        width: 100%;
        margin-right: 0;
    }
    .results {
        text-align: center;
    }
}
@media screen and (max-width: 639px) {
    .question-data .row {
        float: none;
        width: 100%;
    }
    .question-data .row.name {
        margin-right: 0;
    }
    .question-data .row.content {
        width: 100%;
        margin-right: 0;
    }
}





/*------------------------------------------------------------------------------------------------*/
/**
 *
 * POLL
 *
 */
/*------------------------------------------------------------------------------------------------*/

.poll-container {
    width: 100%;
    padding: 40px 5% 90px 5%;
    background: url('../img/bg-mid.jpg') center top repeat-y;
    background-size: cover;
}
.poll-container > div {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.personal-container {
    width: 100%;
    padding: 80px 5% 140px 5%;
    background: #fff;
}
.personal-container > div {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}









/*------------------------------------------------------------------------------------------------*/
/**
 *
 * QUIZ
 *
 */
/*------------------------------------------------------------------------------------------------*/
.quiz {
    width: 100%;
    padding: 40px 5% 90px 5%;
    background: url('../img/bg-mid.jpg') center top repeat-y;
    background-size: 100% auto;
}
.quiz > div {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}


.quiz-results {
    display: none;
}
.quiz-results h1 {
    line-height: 1.1;
}
.quiz-results p {
    margin-top: .5em;
}
.quiz-results .btn {
    margin-top: 25px;
}
.quiz-results .btn + h1{
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .quiz-results {
        text-align: center;
    }
}


.quiz-options {
    display: none;
    padding-bottom: 40px;
}
.knob-container {
    margin: 0 auto;
    position: relative;
    height: 94px;
    width: 94px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #fff;
}


.quiz-form-container {
}
.quiz-form {
    width: 100%;
    text-align: left;
}
.quiz-form > .slide   {
    display: none;
}
.quiz-form.summary > .slide   {
    display: block !important;
    margin-top: 50px;
}
.quiz-form.summary > .slide:first-child  {
    margin-top: 30px;
}
.quiz-form h3 {
    display: block;
    margin: 0;
    color: #505050;
    font-size: 4.6em;
    line-height: 1.2;
    font-weight: 600;
    padding-bottom: 35px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.quiz-form.summary h3 {
    padding-bottom: 10px;
    font-size: 3.2em;
}
.quiz-form .option {
    position: relative;
}
.quiz-form.summary .option {
    opacity: 1 !important;
}
.quiz-form label {
    position: relative;
    display: block;
    background: #ffd4eb;
    font-size: 1.9em;
    font-weight: 300;
    line-height: 1.2;
    margin-top: 10px;
    padding: 15px 15px 15px 40px;
    color: #505050;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.quiz-form.summary label {
    margin-left: 40px;
    padding-left: 15px;
    cursor: auto;
}
.quiz-form.summary label.my {
    background-color: #e65e9c;
}
.quiz-form label:hover {
    background-color: #e65e9c;
    color: #fff;
}
.quiz-form.summary label:hover {
    background-color: #ffd4eb;
    color: #505050;
}
.quiz-form.summary label.my:hover {
    background-color: #e65e9c;
    color: #fff;
}
.quiz-form.summary label:before {
    content: "";
    position: absolute;
    left: -40px;
    top: 0;
    width: 40px;
    height: 44px;
}
.quiz-form.summary label.my:before {
    background: url('../img/ico-cross.png') center center no-repeat;
}
.quiz-form.summary label.correct:before {
    background: url('../img/ico-check.png') center center no-repeat;
}


.quiz-form input[type="radio"] {
    position: absolute;
    top: 20px;
    left: 15px;
    z-index: 3;
}
.quiz-form.summary input[type="radio"] {
    display: none;
}

@media screen and (max-width: 767px) {
    .quiz-form {
        min-height: auto;
    }
}

@media screen and (max-width: 979px) {
    .quiz-form h3 {
        font-size: 3.6em;
    }
    .quiz-form.summary h3 {
        font-size: 2.4em;
    }
}
@media screen and (max-width: 767px) {
    .quiz-form h3 {
        font-size: 3em;
    }
    .quiz-form.summary h3 {
        font-size: 2em;
    }
}
