.title {
    line-height: 16px;
}

.textPage img {
    max-width: 853px;
    margin: 50px auto 0;
    display: block;
    width: 100%;
}

.active{
    text-decoration: underline;
}

.title a{
    color: #3f3f2c !important;
    text-decoration: underline;
}

.calendars .reserves .status.halfFull2:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 37px 47px 0 0;
    border-color: transparent #ab3b30 transparent transparent;
}

.calendars .theTable .half2:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 0;
    border-style: solid;
    border-width: 38px 52px 0 0;
    border-color: transparent #ab3b30 transparent transparent;
}

.calendars .theTable .half2 span {
    position: relative;
    z-index: 2;
    display: block;
}

.calendars .theTable .half2 {
    color: #fff;
}

.calendars .texts .col {
    width: 100%;
}

.calendars .texts .col:last-child {
    width: 100%;
}

.calendars .texts .inputs .input {
    margin-left: 10px;
    margin-right: 10px;
    width: 90% !important;
}

.calendars .texts .inputs .input input {
    border: solid 1px #333322;
}

.calendars .texts .inputs .input input:not([type="checkbox"]) {
    text-align: left;
    padding-left: 10px;
    width: 90%;
}

.calendars .texts .inputs .text.txt01 {
    width: 190px;
    padding-left: 10px;
    text-align: left;
}

.calendars .texts .inputs .text.txt02 {
    width: 190px;
    padding-left: 10px;
    text-align: left;
    font-size: 16px;
}


.calendars .texts .dates .cell {
    text-align: left;
}

textarea {
    width:96%;
    height: 200px;
    border: solid 1px #333322;
    color: #333322;
    font-size: 16px;
}

.calendars .texts .inputs .hideinput {
    margin-left: 10px;
    margin-right: 10px;
    width: 90% !important;

}

.calendars .texts .inputs select {
    border: solid 1px #333322;
    margin-right: 10px;
    width: 90% !important;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto';
    color: #333322;
    background-color: transparent;
}

.calendars .texts .inputs select option {
    margin-left: 10px;
}

.reservation{
    text-align: right;
}

.reservationButton{
    margin-top: 10px;
    margin-bottom: 20px;
}
input.error + span.errorMsg {
    display: block;
}
.errorMsg {
    color: red !important;
    top: -5px;
}
span.errorMsg {
    letter-spacing: .5px !important;
    text-transform: uppercase !important;
    font: 500 11px/16px 'IBM Plex Mono' !important;
    position: relative !important;
    width: 100% !important;
    text-align: left !important;
    font-weight: bolder;
}

.calendars .texts .inputs {
    padding: 10px 45px 0px 0;
}

.reservationBottom{
    padding-right: 90px;
    padding-top: 30px;
}

.hideOnDesktop{
    display: none;
}
.hideOnMobile{
    display: block;
}

@media only screen and (max-width: 1023px) {
    .hideOnDesktop{
        display: block;
    }
    .hideOnMobile{
        display: none;
    }
    .reservationBottom{
        padding-right: 20px;
        padding-top: 30px;
    }
}

#map{
    margin-bottom: 20px;
}
