.preloader-wrapper{
    display: none !important;
}

header{
    padding: 24px;
}

#template_body{
    margin-top: 5%;
}

header:after {
    content: "";
    height: 60px;
    width: 100%;
    position: absolute;
    bottom: -55px;
    background-color: #fff;
    left: 0;
    -webkit-box-shadow: 0px 10px 10px 0px rgba(209,209,209,1);
    -moz-box-shadow: 0px 10px 10px 0px rgba(209,209,209,1);
    box-shadow: 0px 10px 10px 0px rgba(209,209,209,1);
    z-index: -1;
}

#header-nav-1 {
    position: absolute;
    left: 50%;
    bottom: -55px;
    transform: translateX(-50%);
    border-right: 0;
}

#header-nav-1 img{
    width: 200px;
}

.hotel-name-header{
    color: #626262;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 0;
    padding-left: 10%;
    margin-top: 0 !important;
}

#inquiry_form_submit{
    margin-top: 20px;
}

@media(max-width: 1124px){
    #template_body{
        margin-top: 10%;
    } 
}

@media(max-width: 768px){
    #header-nav-1 img{
        display: none;
    }

    .hotel-name-header{
        padding-left: 0;
    }
}