@keyframes move {
    10% {
        transform: scale(1) rotate(0)
    }

    10% {
        transform: scale(1.15) rotate(0)
    }
}

.conditions {
    display: inline-block;
    font-size: 12px !important
}

.pure-steps ol,
ul {
    list-style: none
}

.pure-steps li,
p {
    font-size: 17px
}

.pure-steps_group {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1px;
    max-width: 900px
}

.checkbox {
    display: block;
    cursor: pointer;
    float: left;
    width: 31%;
    margin: 2px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    box-shadow: 0 4px 3px -2px #ccc;
    border: 4px #ccc solid;
    padding-top: 15px
}

.checkbox:hover {
    border: 4px solid #D3756B;
}

.pictureBackground {
    min-height: 220px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%
}

label.error {
    color: red !important
}

.checkbox.selected {
    background: #fff;
    color: #000
}

.checkbox input {
    display: none
}

.checkbox-title {
    font-size: 1em;
    clear: both
}

@media only screen and (max-width:600px) {
    .checkbox-title {
        font-size: .5em;
        clear: both;
        line-height: 10pt
    }

    .pure-steps .pure-steps_group {
        min-height: 40em;
        margin-left: 3px !important;
        margin-right: 3px !important
    }
}

.ml10perc {
    margin-left: 5% !important
}

.ml10perc li {
    margin-bottom: 15px
}

.full-width {
    width: 47%;
    padding-top: 10px;
    padding-bottom: 10px
}

.actionButton,
.triggerResults {
    border: 1px solid #D3756B;
    text-transform: none;
    background-color: #D3756B !important;
    font-weight: bold !important;
    color: #fff !important;
    font-size: 17px;
    line-height: 48px;
    height: 52px;
    padding-top: 1px;
    padding-right: 10px;
    margin-bottom: 11px;
    padding-left: 10px;
    border-radius: 4px;
    animation: move 3s infinite ease-in-out;
    display: block
}

.full-height {
    height: 26em;
    align-items: center
}

.flexy-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative
}

.flexy-column {
    flex-direction: column
}

.flexy-column.reverse {
    flex-direction: column-reverse
}

.flexy-item_child {
    flex: 1 0 100%
}

.pure-steps {
    display: inline-block;
    width: 100%;
    margin-bottom: 6em;
    margin-top: 6em;
    background: transparent !important
}

.pure-steps strong {
    font-weight: 300
}

.pure-steps .pure-steps_group {
    min-height: 30em;
    transition: all .3s ease-out;
    border-radius: 6px;
    margin: auto;
    border: 1px solid #cacaca;
    box-shadow: 3px 4px 5px 0px #676767;
}

.fa-style {
    color: #4cd964
}

.pure-steps .pure-steps_group .pure-steps_group-step {
    width: 100%;
    opacity: 0;
    text-align: left;
    display: none
}

.pure-steps .pure-steps_group .pure-steps_group-step:last-child {
    text-align: center
}

.pure-steps_group-step:first-child {
    display: block
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_legend {
    font-size: 28px;
    font-weight: 700;
    line-height: 2em;
    position: relative
}

.pure-steps_group-step_legend {
    margin: 25px
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item {
    padding: 0 5px 5px 28px
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item label {
    font-size: .8em;
    display: block;
    opacity: .6
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input {
    width: 97%;
    background: rgba(255, 255, 255, 0.90);
    padding: 10px;
    border-radius: 6px;
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:focus {
    background-size: 0 1px, 100% 1px;
	background: rgba(179, 241, 219, 0.90);
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:focus + label {
    opacity: 1 !important;
    color: #b2ff41
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input::-webkit-input-placeholder {
    border-left: 2px solid #999;
    padding-left: 10px;
    color: #999;
    width: 50%
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:-moz-placeholder {
    border-left: 2px solid #999;
    padding-left: 10px;
    color: #999;
    width: 50%
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input::-moz-placeholder {
    border-left: 2px solid #999;
    padding-left: 10px;
    color: #999;
    width: 50%
}

.pure-steps .pure-steps_group .pure-steps_group-step .pure-steps_group-step_item input:-ms-input-placeholder {
    border-left: 2px solid #999;
    padding-left: 10px;
    color: #999;
    width: 50%
}

.pure-steps .pure-steps_radio {
    display: none
}

.pure-steps .pure-steps_group-triggers {
    color: #000;
    will-change: opacity;
    transition: opacity .3s ease-in-out
}

.pure-steps .pure-steps_group-triggers:before {
    content: '';
    display: inline-block;
    left: 0;
    width: 0;
    height: .5em;
    background: #D3756B;
    will-change: width;
    transition: width .6s ease-in-out
}

.pure-steps .pure-steps_group-triggers .pure-steps_group-triggers_item {
    display: none
}

@-webkit-keyframes preloadLine {
    0 {
        background-position: bottom center;
        background-size: 0 10em
    }

    100 % {
        background-position: top center;
        background-size: 100% 10em
    }
}

@keyframes preloadLine {
    0 {
        background-position: bottom center;
        background-size: 0 10em
    }

    100 % {
        background-position: top center;
        background-size: 100% 10em
    }
}

@-webkit-keyframes preloadTic {
    0 {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    20 % {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50 % {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    65 % {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    80 %,
    100 % {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes preloadTic {
    0 {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    20 % {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    50 % {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    65 % {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }

    80 %,
    100 % {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.lds-spinner {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px
}

.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite
}

.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: transparent
}

@keyframes lds-spinner {
    0 {
        opacity: 1
    }

    100 % {
        opacity: 0
    }
}

@media only screen and (max-width:600px) {
    #page-title.page-title-parallax {
        padding-top: 0 !important;
        padding-bottom: 250px
    }

    .pure-steps .pure-steps_group-triggers:before,
    .pure-steps_group-triggers_item label {
        display: none !important
    }

    .pure-steps_group {
        min-height: 33em !important;
        margin-left: -5px;
        margin-right: -32px;
        padding: 12px !important
    }

    .checkbox-title {
        font-size: 20px;
        line-height: 22px
    }

    .pure-steps_group-step_legend {
        font-size: 16px !important
    }

    .pure-steps li,
    p {
        font-size: 19px
    }

    .ml10perc li {
        margin-bottom: 6px
    }

    .actionButton {
        font-size: 20px;
        padding: 12px 8px 0 10px;
        line-height: 19px
    }

    .pure-steps_group-step_legend {
        margin: 12px
    }

    .triggerResults {
        font-size: 20px;
        padding: 6px 8px 0 10px;
        line-height: 19px
    }

    .pure-steps_group-step_item {
        padding: 0 5px 5px 12px !important
    }
}