div.wizardWrapper > div.questionsWrapper {
    position: absolute;
    position: relative;
    left: 0;
    top: 0;
    width: calc(50% - 20px / 2);
    height: 100%;
    height: auto;
}

.question {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid #49c5dd;
    border-radius: 35px;
    margin-bottom: 20px;
    background: #fff url(/public/images/konfigurator/green-right.png) scroll no-repeat right 40px top 26px;
    background-size: 32px 32px;
    padding: 20px 20px 40px 20px;
}


.pict {
    display: inline-block;
    width: 80px;
    height: 80px;
    background-color: #0984b2;
    font-size: 0;
    line-height: 0;
    border-radius: 50%;
    transform-origin: 50% 50%;
    transform: scale(1);
    transition-duration: 0.25s;
    transition-property: transform;
    margin-bottom: 10px;
}

.title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1em;
    color: #36aec5;
    text-align: left;
    padding: 30px;
}



.optionsWrapper {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

.cup_clone {
    margin: 0 10px;
    cursor: pointer;
}

.optionsWrapper {
    display: none;
}
.question.active  .optionsWrapper{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}


.selectionimg {
    display: inline-block;
    border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: 20px;
    z-index: 0;
    opacity: 0;
}

.selectionimg img {

}
.selectionimg.set {
    background-color: #a4c615;
    display: inline-block;
    opacity: 1;
    width: 80px;
    height: 80px;
}
.question.active {
    background-color: #49c5dd38;
    background-image: url(/public/images/konfigurator/green-down.png);

}

span.selection {
    display: block;
    padding-top: 5px;
    color: #a4c615;
    font-weight: 400;
    font-size: 14px;
    line-height: 1em;
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.buttons {
    display: flex;
    margin: 20px;
}

.result {
    position: relative;
    height: auto;
    border: 2px solid #0984b2;
    border-radius: 35px;
    padding: 30px;
    margin-bottom: 20px;
    background-color: #f2f9fb;
    display: flex;
}

.result > div.buttons > button {
    width: auto !important;
    color: #0984b2;
    border-color: #f2f9fb;
}

.result ul {
    list-style-type: none;
    list-style-position: inside;
    margin-left: 0;
}


.result ul.li {
    padding-left: 0 !important;
    background: none !important;
}



button.icon {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 70px;
    background: transparent;
    background-size: 60px 60px;
    padding: 25px 85px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    border-radius: 35px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25em;
    color: #00679d;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
	 /*background-color: #33b2c7;
	 color: white;*/
}

button.icon.plus {
    background-image: url(/public/images/konfigurator/plus.png);
    background-repeat: no-repeat;
    background-position: 30px 0px;
    padding: 25px 105px;
}

.form-group > label {
    display: block;
    padding-left: 35px;
    font-size: 13px;
    line-height: 1em;
    text-transform: uppercase;
}

.input > textarea,
.input > input
{
    width: 100%;
    height: 70px;
    padding: 20px 35px;
    border: 1px solid #777;
    border-radius: 35px;
    margin-top: 10px;
    overflow: hidden;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1em;
    color: #777;
    outline: 0 none;
}

.fields  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-group {
    width: 100%;
}
.form-group.small {
    width: 49%;
}

.textarea {
    width: 100%;
}

.result_subsection {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.result_subsection .title {
    width:100%;
}
.result .buttons {
    justify-content: center;
    align-items: center;
    flex: 1;
}

.result_subsection .pict {
    margin-left: 30px;
    margin-right: 20px;
}

 div.modalWrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #a4c615;
    border-radius: 35px;
     display: none;
     background: white;

     z-index: 10000;
}

div.modalWrapper.visible{
    display: block;
}
.modalWrapper > div.text {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25em;
    color: #a4c615;
    text-align: center;
    z-index: 14;
}

 div.modalWrapper > div.options {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    z-index: 14;
}

div.modalWrapper > div.options > button,
#succes-message > .options  > button,
.modalerror > .options  > button
{
    display: inline-block;
    width: auto;
    margin: 0 10px;
    border-color: #a4c615;
    background-color: #a4c615;
    transform-origin: 50% 50%;
    transform: scale(1);
    transition-duration: 0.5s;
    transition-property: transform;
    background-image: url(/public/images/konfigurator/check.png);
    font-weight: 600;
    font-size: 12px;
    line-height: 1.25em;
    color: white;
    text-transform: uppercase;
    text-align: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 14px 0;
    cursor: pointer;
}


button.tool {
    background-image: url(/public/images/konfigurator/tool.png);
}

button.trash {
    background-image: url(/public/images/konfigurator/trash.png);
}

button.tool, button.trash {
    height: 40px;
    background-repeat: no-repeat;
    background-size: 30px 30px;
    padding: 10px 25px 10px 45px;
    border-radius: 20px;
    color: #fff;
    background-position: 10px;
    align-self: center;
    cursor: pointer;
}

.right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}

.left {
    width: 50%;
}

.result:empty {
    display: none;
}

button.icon.hidden,
.buttons button.hidden
{
    display: none;
}
.submitbutt {
    margin: 0 0 26px auto;
}

#saveconfig {

    background-image: url(/public/images/konfigurator/check.png);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position: 10px;

}

.error-selection {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25em;
    color: #a4c615;
    text-align: center;
    z-index: 14;
}

.modalerror, #succes-message {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border: 1px solid #a4c615;
    border-radius: 35px;
    display: none;
    background: white;
    z-index: 10000;


}
.modalerror.visible, #succes-message.visible {
    display: block;
}


#succes-message .options, .modalerror .options {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    text-align: center;
    padding: 20px;
    z-index: 14;
}

#succes-message .text {
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: auto;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.25em;
    color: #a4c615;
    text-align: center;
    z-index: 14;
}

.front, .formWrapper {
    margin-top: 40px;
}
.modalerror.visible {
    display: block;
}

div.nope.notouch,
div.net.notouch,
div.off.notouch,
div.offbuy.notouching,
.cup_clone.notouch
{
    opacity: 0.333;
    cursor: default;
}


.mnozstvi {
    font-size: 15px;
    color: black;
    display: none;
}

.pocet.active .optionsWrapper {
    float: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mnozstvi.visible {
    display: block;
}

.php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 10px;
  font-weight: 400;
  font-size: 14px;
}