footer{
    margin-top: 0;
}
.booking-failded{
    background-color: #191819;
}

.booking-failded .contents{
    background-image: url(../images/umbrella-big.png);
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 60px;
}
.booking-failded .contents h1{
    color: #fff;
    text-transform: uppercase;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-top: 10px;
}
.booking-failded .contents p{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    margin-top: 10px;
    line-height: 22px;
    margin-bottom: 5px;
}
.booking-failded .contents p span{
    color: #d90001;
}
.number{
    margin-top: 20px;
    display: inline-block;
}
.email a, .number a {
    background-color: #d00001;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    padding: 0;
    height: 50px;
    line-height: 52px;
    width: auto;
    padding: 2px 19px;
    border-radius: 4px;
}
.email a{
    font-size: 15px;
    font-weight: normal;
}
.email a img{
    position: relative;
    top: 4px;
}
.number a img{
    position: relative;
    top: 2px;
    left: 2px;
}
.divdr span {
    border: 1px solid #d00001;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}
.divdr{
    margin-top: 20px;
}
.divdr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.noresult-numbr{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}
.noresult-numbr a {
    border: 4px solid #fff;
    font-size: 16px;
    color: #d00001;
    text-decoration: none;
    width: 222px;
    height: 52px;
    margin: 5px 8px;
    display: flex;
    align-items: center;
    transition: all 0.4s;
    justify-content: center;
}
.noresult-numbr a:hover{
    background-color: #fff;
}
.norsultfound .contents {
    padding-bottom: 90px;
}
.tecnical-error .contents {
    padding-bottom: 240px;
}
@media only screen and (max-width: 768px) {
.container{
  width: auto;
  margin: 0 auto;
}
}