.hidden {
    display: none;
}
footer {
position: fixed;
bottom: 0;
}
.top .w-back {
width: calc(100% - 50px);
max-width: 660px;
margin: 30px auto 10px;
text-align: left;
}
.top .back {
font-size: 20px;
color: cornflowerblue;
}
.top .back img {
transform: rotate(180deg);
height: 30px;
display: inline-block;
vertical-align: middle;
}
.top .back:hover span {
border-bottom: solid 2px;
}
h1 {
    font-size: 4em;
    padding: 10px 0 10px;
    font-family: 'Times New Roman', Arial;
    /* font-weight: 400; */
    font-style: normal;
    font-style: italic;
    font-weight: bold;
}
h2 {
font-size: 2.5em;
padding: 5px 0 30px 0;
font-style: normal;
color: #030000;
color: #00528b;
font-family: 'Montserrat';
font-size: 20px;
font-weight: bold;
}
h2 span {
font-family: 'Montserrat';
/* font-size: .85em;
font-weight: 200; */

}
#rep {
padding-bottom: 50px;
text-align: center;
}
.top p {
max-width:600px;
margin:0 auto;
}
.box-guest {
margin: 25px auto 100px;
width: 600px;
border-radius:8px;
padding: 30px;
}
form input[type="text"] {
border: solid 1px #00528b;
border-radius: 4px;
font-size: 18px;
padding: 7px 8px;
border-right:0;
border-top-right-radius:0;
border-bottom-right-radius:0;
width: 280px;
}
form input[type="submit"] {
border: solid 1px #00528b;
border-radius: 4px;
font-size: 18px;
padding: 7px 8px;
border-left:0;
border-top-left-radius:0;
border-bottom-left-radius:0;
background: #00528b;
color:#FFF;
cursor: pointer;
}
form input[type="submit"]:hover {
opacity:.8;
}
form {
display: inline-block;
margin: 15px 0 15px;
}
#rep .info, #rep .qs {
border: solid 2px #00528b;
border-radius: 6px;
padding: 10px 15px;
text-align: left;
line-height: 1.5;
background: #FFF;;
}
#rep .qs {
margin-top:10px;
text-align: center;;
}
#rep .qs .q {
font-weight: bold;
font-size: 1.2em;
padding-bottom:5px;
}
#rep .qs .q div {
font-style: italic;
opacity: .5;
font-size: .6em;
margin-top:-2px;
}
#rep .qs .r {
display:inline-block;
}
#rep .qs .r div {
border: solid 2px green;
color: green;
font-weight: bold;
padding: 0 10px;
border-radius: 5px;
margin: 0 5px;
cursor: pointer;
}
#rep .qs .r div:nth-child(2) {
border:solid 2px red;
color:red;
}
#rep .qs .r div:nth-child(1):hover, #rep .qs .r div:nth-child(1).active {
background: green;
color:#FFF;
}
#rep .qs .r div:nth-child(2):hover, #rep .qs .r div:nth-child(2).active {
background: red;
color:#FFF;
}

#rep .partener {
    margin-bottom: 10px;

}
#rep .partner > span {
font-weight:bold;
}
#rep .partner input {
    border: solid 1px #00528b;
    font-size: 15px;
    padding: 7px 8px;
    width: calc(100% - 20px);
    margin-top: -1px;
    max-width: 200px;
}
#rep .partner > b {
    color:red;
    text-align:center;
}



#rep .qs .valid {
border: solid 2px #00528b;
background: #00528b;
color: #FFF;
font-weight: bold;
border-radius: 5px;
margin: 0 5px;
cursor: pointer;
display: inline-block;
padding: 6px 10px;
margin-top:10px;
}
#rep .qs .valid:hover {
border: solid 2px #00528b;
background: #FFF;
color: #00528b;
}
#rep .success {
margin-top:10px;
}


@media screen and (max-width: 1000px) {
.box-guest {
padding: 25px;
width: calc(100% - 50px);
margin-bottom: 40px;
}

form input[type="text"] {
float: none;
width: calc(100% - 18px);
border-radius: 4px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-right: solid 1px #00528b;
padding: 12px 8px;
}
form input[type="submit"] {
float: none;
width: 100%;
border-radius: 4px;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
#rep .top {
padding: 0 30px;
line-height: 1.1;
}
h2 {
    padding-bottom: 15px;
    font-size: 1.15em;
}

.top .w-back {
    width: 100%;
    margin: 20px auto 10px;
}
h1 {
    font-size: 8vw;
}
.top .back {
    font-size: 18px;
}
.top .back img {
    height: 25px;
}

}