/*Specifcation*/
body {
    background-color: #000;
    font-family: "AkzidenzGroteskBQ-Bold";
    /*background: url("../img/confirmation.jpg") no-repeat center center;*/
}

p {
     margin-bottom: 0;
}


a.active.focus, a.active:focus,
a.focus, a:active.focus, a:active:focus,
a:focus, button.active.focus,
button.active:focus,
button.focus,
button:active.focus,
button:active:focus,
button:focus,
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
outline: 0!important;
outline-color: transparent!important;
outline-width: 0!important;
outline-style: none!important;
box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}

select:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
       
}

textarea:focus {
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important; 
    outline-style: none!important;
    border-color: #ad2432;
}

a {
    text-decoration: none!important;
}


li {
    list-style-type: none; 
}

ul {
    margin-left: 0; 
    padding-left: 0; 
}

select:active {
    border-color: #ad2432;
}


a {
    color: #333333;
    text-decoration: underline;
}

a:hover {
    color: #ad2432;
}


[class^="icon-"], [class*=" icon-"] {
    font-size: 30px
}

h3 {
    font-size: 30px;
    color: #333333;
}

h4 {
    font-size: 18px;
}


/*Styles*/

.container-fluid {
    padding: 0;
    position: relative;
}

.header__background {
    width: 100%;
    height: 100px;
    background-color: #282d3c;
    display: flex;
    justify-content: space-between;
}

.header__background__frontpage {
    width: 100%;
    height: 100px;
    background-color: #282d3c;
    display: flex;
}

.header__background__frontpage .logo {
    margin-left: auto;
    margin-right: auto;
}

.menu {
    width: 120px;
    background-color: #b2b2b2;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu__icon {
    position: relative;
    width: 30px;
    height: 3px;
    background-color: #000000;

}

.menu__icon::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #000000;
    left: 0;
    top: -10px;  
}



.menu__icon::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #000000;
    left: 0;
    bottom: -10px;  
}

.logo__image {
    width: 350px;
    margin-top: 24px;
}

.btn:hover {
    color: #fff;
    background-color: #bd505b;
}


.confirmation {
    position: relative;
    height: 89vh;
}

.confirmation__content {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    margin: 0;
    
}

.confirmation__headline {
    color: #fff;
    font-family: "AkzidenzGroteskBQ-BdCnd";
    font-size: 72px; 
}

.confirmation__date {
    display: flex;
    justify-content: center;
    font-family: "AkzidenzGroteskBQ-BdCnd";
    color: #fff;
    font-size: 36px;
}

.date {
    padding-right: 15px;
}

.price {
    border: 2px solid rgba(255, 255, 255, .5);
    width: 240px;
    height: 70px;
    text-align: center;
    color: #fff;
    font-size: 36px;
    font-family: "AkzidenzGroteskBQ-BdCnd";
    margin: 20px auto;
}

.price__number {
    margin-top: 5px;
}

.btn__conf {
    background-color: #ad2432;
    height: 60px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 0 35px;
    margin: 30px auto;
    display: block;
}

.overlay {
    background-color: rgba(0,0,0,0.85);
    height: 100vh;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: none;
}

.left-slide-menu {
    background-color: #fff;
    max-width: 425px;
    z-index: 1000;
    position: fixed;
    overflow: scroll;
    overflow-x: auto;
    width: 100%;
    top: 0;
    bottom: 0;
    
}

.squash-logo {
    position: absolute;
    max-width: 70px;
    top: 20px;
    left: 45px;
}

.menu-close {
    background: rgba(102,102,102,0.5);
    height: 100px;
    width: 100px;
    position: absolute;
    cursor: pointer;
    right: 0;
    top: 0;
}

.close-icon {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
}

.close-icon:after, .close-icon:before {
    position: absolute;
    content: ' ';
    background-color: #000;
    left: 15px;
    height: 40px;
    width: 3px;
}

.close-icon:before {
transform: rotate(45deg);
}

.close-icon:after {
transform: rotate(-45deg);
}

.menu-list {
    padding: 45px;
    margin-top: 120px;
    font-size: 40px;
    font-family: "AkzidenzGroteskBQ-BdCnd";
    margin-bottom: 0;

}

.menu-list a {
    color: #000;
}

.delay-50ms {
    animation-duration: 1s;
    animation-delay: 50ms;
}

.delay-100ms {
    animation-duration: 1s;
    animation-delay: 100ms;
}

.delay-150ms {
    animation-duration: 1s;
    animation-delay: 150ms;
}

.delay-200ms {
    animation-duration: 1s;
    animation-delay: 200ms;
}

.delay-250ms {
    animation-duration: 1s;
    animation-delay: 250ms;
}

.delay-300ms {
    animation-duration: 1s;
    animation-delay: 300ms;
}

.delay-350ms {
    animation-duration: 1s;
    animation-delay: 350ms;
}

.delay-400ms {
    animation-duration: 1s;
    animation-delay: 400ms;
}

.delay-500ms {
    animation-duration: 1s;
    animation-delay: 500ms;
}




.separator-line {
    border: 1px solid #e6e6e6;
    margin-bottom: 40px;
    max-width: 60%;
    padding-left: 45px;
}

.little-menu-container {
    padding-left: 45px;
}

.little-menu-list {
    font-family: "AkzidenzGroteskBQ-BdCnd";
    font-size: 22px;  
}

.little-menu-item {
    padding-top: 10px;
}

.little-menu-list a {
    color: #c1c1c1;
}

.little-menu-list a:hover {
    color: #c1c1c1;
}

.btn__menu {
    background-color: #ad2432;
    height: 60px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    padding: 0 35px;;
    display: block;
    margin-top: 50px;
}

.menu-section {
    position: absolute;
    left: -425px;
    transition: all 0.5s ease;
}


.btn__book {
    background-color: #ad2432;
    padding: 40px;
    color: #fff;
    border-radius: 0;
    font-family: "AkzidenzGroteskBQ-Bold";
}

.btn__book:hover {
    background-color: #bd505b;
}

@media screen and (max-width:768px) {
    .header__background {
        height: 80px;
    }

    .header__background .btn__book {
        padding: 30px;
    }

    .header__background .menu {
        width: 80px;
    }

    .header__background .logo .logo__image {
        width: 250px;
    }
}

@media screen and (max-width:576px) {
    .header__background .logo {
        display: none;
    }
}
