@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");

body{
    margin: 0;
    text-align: center;
    font: 16px/140% Roboto,"Times New Roman",Times,serif;
    background: #eae4dc;
    color: #3f3d3b;

    overflow-y: hidden;
    width: 100%; height: 100%;
}
h1{
    font-family: 'roboto';
    font-size: 40px;
    margin-bottom: 50px;
    line-height: 50px;
}
h2{
    font-family: 'roboto',sans-serif;
    font-size: 32px;
}
.btn{
    border: 2px solid #c06f59;
    line-height: 1.375;
    text-decoration: none;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    font-weight: 700;
    color: #c06f59;
    cursor: pointer;
    -webkit-animation: hue 60s infinite linear;
    padding: 20px;
    margin-top: 50px;
    background-color: transparent;
    border-radius: 4px;
}
.btn_no{
    position: relative;
    opacity: 1;
    width: 90px;
}
.btn:hover{
    border: 2px solid rgba(192, 111, 89, 0.74);
    color: #c06f59;
}
.lead{
    font-family: 'roboto',open sans-serif;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    padding-bottom: 60px;
}
.intro{
    position: relative;
    margin: 0 auto;
    top: 5vh;

}
fieldset{
    position: absolute;
    top: 30vh;
    z-index: 100;
}
.logo{
    max-height: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;

}
#logofade{
    opacity: 0.05;
    z-index: 0;
}


footer{
    position: fixed;
    bottom: 0px;
    height: 60px;
    background-color: rgb(242, 239, 236);
    width: 100%;
}


#container{
    text-align: left;
    width: 660px;
    margin: 0 auto;
}



p{
    padding: 5px 30px;
}



ul{

    list-style: none;
    position: relative;
    margin: 30px 90px 30px 0px;
}

li{
    margin-bottom: 50px;
    padding-bottom: 5px;
}
.lishort{
    margin-bottom: 5px!important;
}
.lishort:last-child{
    /*margin-top: 50px!important;*/
    margin-bottom: 50px!important;
}


/*form*/

form{
    padding: 0 30px;
    font-size: 16px;
    margin-bottom: 30px;
    width: 80%;
    margin: 0 auto;
    height: 100vh;
}

fieldset{
    position: relative;
    margin: 0;
    border: 0;

}

label{
    margin-right: 10px;
    font-size: 35px;
    font-family: 'Roboto',open sans-serif;
    line-height: 35px;
    font-weight: 100;
    cursor: pointer;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* IE/Edge */
    user-select: none;
}
.multiple{
    font-size: 20px!important;
    line-height: 20px!important;
}

.viaCount{
    font-family: 'roboto',sans-serif;
    font-size: 27px;
    color: rgba(63, 61, 59, 0.76);
    line-height: 60px;
}
input{
    position: absolute;
    right: 0;
    margin: 0;
    width: 31px;
    height: 31px;
    /*hide the radio button*/
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    cursor: pointer;
}
textarea{
    width: 100%;
    min-height: 100px;
    font-family: 'roboto',sans-serif;
    font-size: 20px;
    color: #1F1F1F;
    border: 1px solid #c06f59;
    margin-bottom: 25px;
    outline: none !important;
    border:1px solid #c06f59;
    box-shadow: 0 0 10px #c06f59;
}
textarea:focus,textarea:active,textarea::selection{
    border: 1px dashed #c06f59;
}

input + span{
    visibility: hidden;
    background: #6EB558;
    text-shadow: 0px 1px 1px #4e813f;
}

input[type="radio"] + span:after{
    content: ""; /*if CSS are disbled span elements are not displayed*/
}


input[type="radio"]:checked + span{
    visibility: visible; /*show the "YES" label only if the radio is checked*/
}

#footer{
    margin-top: 30px;
    margin-bottom: 50px;
    font-size: 13px;
    font-style: italic;
}


.progress-bar {
    float: left;
    width: 0;
    height: 20px;
    font-size: 20px;
    font-family: 'roboto',sans-serif;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #c06f59;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
}