:root {
    
    /* Font */
    --font-family: 'Noto Sans', sans-serif;

    /* Logo */
    --logo-url: url(/custom/logo/CEZ_Distribuce_Logo.png);

    /* Colors */
    --brand-select: #f24f00;
    --brand-progress: #0099CC;
    --brand-question: #f24f00;
    --brand-button: #f24f00;
    --bg-color: #000 url(/custom/images/stozar_2.jpg) no-repeat fixed top left;
    
    /* Option box */
    --option-shadow: 0 5px 10px 0 rgba(242, 79, 0, .2);
    --option-border: none;

    --radius-option: 6px;
    --radius-nav-button: 100px;
    --radius-input: 10px;
    --radius-circle: 100px;

    /* Number box */
    --number-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --number-border: 0;
    --number-radius: 6px;

    /* Form inputs */
    --input-border: none;
    --input-radius: 6px;
    --input-shadow: 0 5px 10px 0 rgba(0, 0, 0, .08);
    --input-outline: var(--brand-select);
}


body { 
    background-image: url(/custom/images/stozar_2.jpg); 
    background-repeat: no-repeat; 
    background-position: center;
    background-attachment: fixed;       
    webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height:100%;
    width:100%; 
}   


main {

    padding-left: 0;
    padding-right: 0;

}

.form {

    max-width: 100%!important;

}

@media (min-width: 576px) {

    .multiple__row .multiple__inputs {

        gap: 30px;

    }
}

@media (min-width: 768px){
    .multiple__row .multiple__inputs {
        flex: 2;
        gap: 60px;
    }
}

@media (min-width: 992px) {

    .numbers__label {
        padding: 20px 25px;
    }
    .container  {

        max-width: 870px;
        padding-bottom: 35px;

    }

    .multiple__row .multiple__inputs {

        gap: 80px;
        padding-top: 15px;

    }
}

.multiple__row .multiple__inputs {

        justify-content: center;

    }

.navigation__back {

    display: none;

}

.multiple {

    display: none;

}

.multiple__emotion {

    width: 15%;

}

.multiple__row .multiple__label {

    border: 0px;

}

.multiple__row .multiple__label:after {visibility: hidden;}
.multiple__row .multiple__label:before {visibility: hidden;}
.multiple__label:after {visibility: hidden;}
.multiple__label:before {visibility: hidden;}

.multiple__row .multiple__box:last-of-type .multiple__label {

        border-right: 0px;

}

.multiple__row .multiple__label-span {visibility: hidden;}

.header__logo {

    grid-column: auto;
    height: 100%;
    min-height: 60px;
    width: 100%;
}

.multiple__emotion img {

    visibility: hidden;
    max-width: 0%;
}

h1.final-heading {

    margin-top: 0;
    margin-left: auto;
    margin-right: auto;

}

div.progress {
    display:none;
}

.multiple__input:checked~.multiple__label {

    
    color: initial;

}

.header {

    background: unset;

}

.container {

    background: white;
    padding-bottom: 35px;
    padding-left: 50px;
    padding-right: 50px;

}

@media (min-width: 576px) {
    
    .navigation {
        max-width: 540px;
    }

}

@media (min-width: 768px) {

    .navigation {

        max-width: 720px;

    }

}

@media (min-width: 992px) {

    .navigation {

        max-width: 870px;

    }

}

.navigation {

    margin: 0;
    background: white;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;

}

main {
    min-height: 0;
}

textarea {
    border: 1px solid #ced4da;
    border-color: #b8b3ad;
    border-radius: 0;
    box-shadow: none;
    padding: 24px;
    width: 100%;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
}

textarea:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.question__secondary {
    text-align: left;
}

.Qtext_sec {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
}

.final-heading-1 {

    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-size: 24px;
    font-weight: bold;
    
}

.final-heading-2 {

    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
    font-size: 14px;
    
}

.green_q30 {

    color: #21c14d;
    font-style: italic;
    font-weight: bold;

}

.red_q30 {

    color: #d5131a;
    font-style: italic;
    font-weight: bold;

}



.italic_hint {

    font-style: italic;
    text-align: left;
    margin-right: auto;
    font-size: 14px;

}

.numbers__notes {

    font-style: italic;
    text-align: center;
    text-wrap: balance;

}


.multiple__row .multiple__heading {
    padding-bottom: 15px;
    margin-right: auto;
    text-align: left;
}

.navigation__next, .navigation__submit {
    margin-bottom: 0;
    border-radius: 0;
    text-transform: uppercase;
}

.multiple__row {flex-direction:column;}


.multiple__heading {padding-bottom: inherit;}

.numbers__row .numbers__label:after {visibility: hidden;}
.numbers__row .numbers__label:before {visibility: hidden;}
.numbers__label:after {visibility: hidden;}
.numbers__label:before {visibility: hidden;}

.numbers__row {

    justify-content: space-evenly;

}





/* START Q1 */
/* start option3 */

.numbers__row .numbers__number label[for=option3],
.numbers__row .numbers__number label[for=option1500],
.numbers__row .numbers__number label[for=option1503],
.numbers__row .numbers__number label[for=option1506] {
    padding: 0px;
    box-shadow: none;
    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.numbers__row .numbers__number input:checked +label[for=option3],
.numbers__row .numbers__number input:checked +label[for=option1500],
.numbers__row .numbers__number input:checked +label[for=option1503],
.numbers__row .numbers__number input:checked +label[for=option1506] {
    padding: 0px;
    box-shadow: none;
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.numbers__row .numbers__number input:hover +label[for=option3],
.numbers__row .numbers__number input:hover +label[for=option1500],
.numbers__row .numbers__number input:hover +label[for=option1503],
.numbers__row .numbers__number input:hover +label[for=option1506]

 {
    padding: 0px;
    box-shadow: none;
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.numbers__row .numbers__number input:active +label[for=option3],
.numbers__row .numbers__number input:active +label[for=option1500],
.numbers__row .numbers__number input:active +label[for=option1503],
.numbers__row .numbers__number input:active +label[for=option1506]
{

    opacity: .9;

}

/* end option3 */
/* start option2 */

.numbers__row .numbers__number label[for=option2],
.numbers__row .numbers__number label[for=option1499],
.numbers__row .numbers__number label[for=option1502],
.numbers__row .numbers__number label[for=option1505]{
    padding: 0px;
    box-shadow: none;
    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.numbers__row .numbers__number input:checked +label[for=option2],
.numbers__row .numbers__number input:checked +label[for=option1499],
.numbers__row .numbers__number input:checked +label[for=option1502],
.numbers__row .numbers__number input:checked +label[for=option1505]{
    padding: 0px;
    box-shadow: none;
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.numbers__row .numbers__number input:hover +label[for=option2],
.numbers__row .numbers__number input:hover +label[for=option1499],
.numbers__row .numbers__number input:hover +label[for=option1502], 
.numbers__row .numbers__number input:hover +label[for=option1505] {
    padding: 0px;
    box-shadow: none;
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.numbers__row .numbers__number input:active +label[for=option2],
.numbers__row .numbers__number input:active +label[for=option1499],
.numbers__row .numbers__number input:active +label[for=option1502],
.numbers__row .numbers__number input:active +label[for=option1505]
 {

    opacity: .9;

}

/* end option2 */

/* start option1 */

.numbers__row .numbers__number label[for=option1],
.numbers__row .numbers__number label[for=option1498],
.numbers__row .numbers__number label[for=option1501],
.numbers__row .numbers__number label[for=option1504]

 {

    padding: 0px;
    box-shadow: none;
    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.numbers__row .numbers__number input:checked +label[for=option1],
.numbers__row .numbers__number input:checked +label[for=option1498],
.numbers__row .numbers__number input:checked +label[for=option1501],
.numbers__row .numbers__number input:checked +label[for=option1504]
 {

    padding: 0px;
    box-shadow: none;
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.numbers__row .numbers__number input:hover +label[for=option1],
.numbers__row .numbers__number input:hover +label[for=option1498],
.numbers__row .numbers__number input:hover +label[for=option1501],
.numbers__row .numbers__number input:hover +label[for=option1504]

{

    padding: 0px;
    box-shadow: none;
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.numbers__row .numbers__number input:active +label[for=option1],
.numbers__row .numbers__number input:active +label[for=option1498],
.numbers__row .numbers__number input:active +label[for=option1501],
.numbers__row .numbers__number input:active +label[for=option1504]
 {

    box-shadow: none;
    opacity: .9;

}

/* end option1 */
/* END Q1 */
/* START Q2 */
/* start option6 */

.multiple__row .multiple__inputs label[for=option6] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option6]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option6]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option6]{

    opacity: .9;

}

/* end option6 */
/* start option5 */

.multiple__row .multiple__inputs label[for=option5] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option5]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option5]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option5]{

    opacity: .9;

}

/* end option5 */

/* start option4 */

.multiple__row .multiple__inputs label[for=option4] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option4]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option4]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option4]{

    opacity: .9;

}

/* end option4 */
/* END Q2 */
/* START Q3 */
/* start option11 */

.multiple__row .multiple__inputs label[for=option11] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option11]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option11]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option11]{

    opacity: .9;

}

/* end option11 */
/* start option10 */

.multiple__row .multiple__inputs label[for=option10] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option10]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option10]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option10]{

    opacity: .9;

}

/* end option10 */

/* start option9 */

.multiple__row .multiple__inputs label[for=option9] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option9]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option9]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option9]{

    opacity: .9;

}

/* end option9 */
/* END Q3 */
/* START Q4 */
/* start option14 */

.multiple__row .multiple__inputs label[for=option14],
.multiple__row .multiple__inputs label[for=option1493]
 {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option14],
.multiple__row .multiple__inputs input:checked +label[for=option1493]
{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option14],
.multiple__row .multiple__inputs input:hover +label[for=option1493]
{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option14],
.multiple__row .multiple__inputs input:active +label[for=option1493]
{

    opacity: .9;

}

/* end option14 */
/* start option13 */

.multiple__row .multiple__inputs label[for=option13],
.multiple__row .multiple__inputs label[for=option1492]
 {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option13],
.multiple__row .multiple__inputs input:checked +label[for=option1492]
{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option13],
.multiple__row .multiple__inputs input:hover +label[for=option1492]
{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option13],
.multiple__row .multiple__inputs input:active +label[for=option1492]
{

    opacity: .9;

}

/* end option13 */

/* start option12 */

.multiple__row .multiple__inputs label[for=option12],
.multiple__row .multiple__inputs label[for=option1491] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option12],
.multiple__row .multiple__inputs input:checked +label[for=option1491]
{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option12],
.multiple__row .multiple__inputs input:hover +label[for=option1491]
{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option12],
.multiple__row .multiple__inputs input:active +label[for=option1491]
{

    opacity: .9;

}

/* end option12 */
/* END Q4 */
/* START D25 */
/* start option52 */

.multiple__row .multiple__inputs label[for=option52] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option52]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option52]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option52]{

    opacity: .9;

}

/* end option52 */
/* start option51 */

.multiple__row .multiple__inputs label[for=option51] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option51]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option51]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option51]{

    opacity: .9;

}

/* end option51 */

/* start option50 */

.multiple__row .multiple__inputs label[for=option50] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option50]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option50]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option50]{

    opacity: .9;

}

/* end option50 */
/* END D25 */
/* START D26 */
/* start option55 */

.multiple__row .multiple__inputs label[for=option55] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option55]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option55]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option55]{

    opacity: .9;

}

/* end option55 */
/* start option54 */

.multiple__row .multiple__inputs label[for=option54] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option54]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option54]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option54]{

    opacity: .9;

}

/* end option54 */

/* start option53 */

.multiple__row .multiple__inputs label[for=option53] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option53]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option53]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option53]{

    opacity: .9;

}

/* end option53 */
/* END D26 */
/* START D27 */
/* start option58 */

.multiple__row .multiple__inputs label[for=option58] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option58]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option58]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option58]{

    opacity: .9;

}

/* end option58 */
/* start option57 */

.multiple__row .multiple__inputs label[for=option57] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option57]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option57]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option57]{

    opacity: .9;

}

/* end option57 */

/* start option56 */

.multiple__row .multiple__inputs label[for=option56] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option56]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option56]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option56]{

    opacity: .9;

}

/* end option56 */
/* END D27 */
/* START D28 */
/* start option61 */

.multiple__row .multiple__inputs label[for=option61] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option61]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option61]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option61]{

    opacity: .9;

}

/* end option61 */
/* start option60 */

.multiple__row .multiple__inputs label[for=option60] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option60]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option60]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option60]{

    opacity: .9;

}

/* end option60 */

/* start option59 */

.multiple__row .multiple__inputs label[for=option59] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option59]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option59]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option59]{

    opacity: .9;

}

/* end option59 */
/* END D28 */
/* START D29 */
/* start option64 */

.multiple__row .multiple__inputs label[for=option64] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option64]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option64]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option64]{

    opacity: .9;

}

/* end option64 */
/* start option63 */

.multiple__row .multiple__inputs label[for=option63] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option63]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option63]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option63]{

    opacity: .9;

}

/* end option63 */

/* start option62 */

.multiple__row .multiple__inputs label[for=option62] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option62]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option62]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option62]{

    opacity: .9;

}

/* end option62 */
/* END D29 */
/* START D30 */
/* start option67 */

.multiple__row .multiple__inputs label[for=option67] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option67]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option67]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option67]{

    opacity: .9;

}

/* end option67 */
/* start option66 */

.multiple__row .multiple__inputs label[for=option66] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option66]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option66]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option66]{

    opacity: .9;

}

/* end option66 */

/* start option65 */

.multiple__row .multiple__inputs label[for=option65] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option65]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option65]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option65]{

    opacity: .9;

}

/* end option65 */
/* END D30 */
/* START D31 */
/* start option70 */

.multiple__row .multiple__inputs label[for=option70] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option70]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option70]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option70]{

    opacity: .9;

}

/* end option70 */
/* start option69 */

.multiple__row .multiple__inputs label[for=option69] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option69]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option69]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option69]{

    opacity: .9;

}

/* end option69 */

/* start option68 */

.multiple__row .multiple__inputs label[for=option68] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option68]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option68]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option68]{

    opacity: .9;

}

/* end option68 */
/* END D31 */
/* START D32 */
/* start option73 */

.multiple__row .multiple__inputs label[for=option73] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option73]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option73]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option73]{

    opacity: .9;

}

/* end option73 */
/* start option72 */

.multiple__row .multiple__inputs label[for=option72] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option72]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option72]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option72]{

    opacity: .9;

}

/* end option72 */

/* start option71 */

.multiple__row .multiple__inputs label[for=option71] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option71]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option71]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option71]{

    opacity: .9;

}

/* end option71 */
/* END D32 */
/* START D33 */
/* start option76 */

.multiple__row .multiple__inputs label[for=option76] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option76]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option76]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option76]{

    opacity: .9;

}

/* end option76 */
/* start option75 */

.multiple__row .multiple__inputs label[for=option75] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option75]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option75]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option75]{

    opacity: .9;

}

/* end option75 */

/* start option74 */

.multiple__row .multiple__inputs label[for=option74] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option74]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option74]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option74]{

    opacity: .9;

}

/* end option74 */
/* END D33 */
/* START D34 */
/* start option79 */

.multiple__row .multiple__inputs label[for=option79] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option79]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option79]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option79]{

    opacity: .9;

}

/* end option79 */
/* start option78 */

.multiple__row .multiple__inputs label[for=option78] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option78]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option78]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option78]{

    opacity: .9;

}

/* end option78 */

/* start option77 */

.multiple__row .multiple__inputs label[for=option77] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option77]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option77]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option77]{

    opacity: .9;

}

/* end option77 */
/* END D34 */
/* START D35 */
/* start option82 */

.multiple__row .multiple__inputs label[for=option82] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option82]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option82]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option82]{

    opacity: .9;

}

/* end option82 */
/* start option81 */

.multiple__row .multiple__inputs label[for=option81] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option81]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option81]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option81]{

    opacity: .9;

}

/* end option81 */

/* start option80 */

.multiple__row .multiple__inputs label[for=option80] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option80]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option80]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option80]{

    opacity: .9;

}

/* end option80 */
/* END D35 */
/* START D35_1 */
/* start option85 */

.multiple__row .multiple__inputs label[for=option85] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option85]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option85]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option85]{

    opacity: .9;

}

/* end option85 */
/* start option84 */

.multiple__row .multiple__inputs label[for=option84] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option84]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option84]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option84]{

    opacity: .9;

}

/* end option84 */

/* start option83 */

.multiple__row .multiple__inputs label[for=option83] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option83]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option83]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option83]{

    opacity: .9;

}

/* end option83 */
/* END D35_1 */
/* START D36 */
/* start option88 */

.multiple__row .multiple__inputs label[for=option88] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option88]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option88]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option88]{

    opacity: .9;

}

/* end option88 */
/* start option87 */

.multiple__row .multiple__inputs label[for=option87] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option87]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option87]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option87]{

    opacity: .9;

}

/* end option87 */

/* start option86 */

.multiple__row .multiple__inputs label[for=option86] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option86]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option86]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option86]{

    opacity: .9;

}

/* end option86 */
/* END D36 */
/* START D37 */
/* start option91 */

.multiple__row .multiple__inputs label[for=option91] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option91]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option91]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option91]{

    opacity: .9;

}

/* end option91 */
/* start option90 */

.multiple__row .multiple__inputs label[for=option90] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option90]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option90]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option90]{

    opacity: .9;

}

/* end option90 */

/* start option89 */

.multiple__row .multiple__inputs label[for=option89] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option89]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option89]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option89]{

    opacity: .9;

}

/* end option89 */
/* END D37 */

/* START D13a */
/* start option185 */

.multiple__row .multiple__inputs label[for=option185] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option185]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option185]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option185]{

    opacity: .9;

}

/* end option185 */
/* start option184 */

.multiple__row .multiple__inputs label[for=option184] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option184]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option184]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option184]{

    opacity: .9;

}

/* end option184 */

/* start option183 */

.multiple__row .multiple__inputs label[for=option183] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option183]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option183]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option183]{

    opacity: .9;

}

/* end option183 */
/* END D13a */

/* START Q30a */
/* start option189 */

/* .multiple__row .multiple__inputs label[for=option189] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option189]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option189]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option189]{

    opacity: .9;

} */

/* end option189 */
/* start option29 */

/* .multiple__row .multiple__inputs label[for=option29] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option29]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option29]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option29]{

    opacity: .9;

} */

/* end option29 */

/* start option28 */
/* 
.multiple__row .multiple__inputs label[for=option28] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option28]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option28]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option28]{

    opacity: .9;

} */

/* end option28 */
/* END Q30a */

/* START Q30b */
/* start option190 */
/* 
.multiple__row .multiple__inputs label[for=option190] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/5s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option190]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option190]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/5s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option190]{

    opacity: .9;

} */

/* end option190 */
/* start option31 */
/* 
.multiple__row .multiple__inputs label[for=option31] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/3s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option31]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option31]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/3s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option31]{

    opacity: .9;

} */

/* end option31 */

/* start option30 */
/* 
.multiple__row .multiple__inputs label[for=option30] {

    cursor:pointer;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    width:80px;
    height:80px;
    background-image:url(/custom/images/smile/1s_a.png);

}

.multiple__row .multiple__inputs input:checked +label[for=option30]{
    width: 80px;
    height: 80px;
    border: 10px solid #e6f2de;
    border-radius: 100%;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:hover +label[for=option30]{
    width: 80px;
    height: 80px;
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
    background: none;
    background-size:contain;
    background-repeat:no-repeat;
    background-image:url(/custom/images/smile/1s_a.png);
}

.multiple__row .multiple__inputs input:active +label[for=option30]{

    opacity: .9;

} */

/* end option30 */
/* END Q30b */