/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;600&display=swap');

#main #main-buttons {
min-height: 800px;
background-position: center bottom!important;
}
 #main #main-buttons .company-name {
position: absolute;
top: 30px;
left: 30px;
z-index: 999;
}
#main #main-buttons .bar {
position: absolute;
    top: -6px;
    right: 158px;
z-index: 999;
}
#main #main-buttons .bar .btn {
    background-color:transparent;
    border: 2px solid #888;
    font-family: 'Oswald', sans-serif;
color: #888;
font-weight: normal;
display: none;
}
#main #about-us p span:first-of-type > a {
background-color: transparent;
    border: 2px solid #888;
    font-family: 'Oswald', sans-serif;
    color: #888;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    top: -780px;
    right: 115px;
    width: 180px!important;
    padding: 8px 20px;
    font-size: 18px;
z-index: 99999;
text-decoration: none;
}
#main-buttons .wrapper .inner .bar .btn.book:after {
border-color: #888;
}
 #main #main-buttons .company-name a {
    font-size: 36px;
    font-family: 'Oswald', sans-serif;
    color: #888!important;
    text-shadow: none;
    font-weight: lighter;
}
#home-about-us .block-1 {
display: none!important;
}
#sb_time_grid_weekly_container .grid-weekly-provider {
display: none!important;
}
#sb_timeview_container .timeline-wrapper .grid-weekly-header .grid-weekly-header-item {
background-color:#f1f8ff!important;
}
#sb_timeview_container .timeline-wrapper .grid-weekly-header .grid-weekly-header-item {
color: #000!important;
}
#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper .grid-weekly-table .grid-weekly-body .grid-weekly-row:nth-child(odd) .grid-weekly-item {
background-color:#fff!important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
background-color: #888!important;
}
#header .header-right-part .login-container,
#header .header-right-part .login-container>button#sb_client_info {
    width: 32px;
    height: 32px;
}
@media screen and (min-width:1700px) {
#main #main-buttons {
background-position:center!important;
}

}
@media screen and (max-width:1400px) {
#main #main-buttons {
min-height: 770px;
}
#main #about-us p span:first-of-type > a {
top: -750px;
}
}
@media screen and (max-width:1200px) {
#main #main-buttons {
min-height: 600px;
}
#main #about-us p span:first-of-type > a {
top: -580px;
}
}
@media screen and (max-width:768px) {
#main #main-buttons {
min-height: 500px;
}
#main #about-us p span:first-of-type > a {
top: -480px;
}
}
@media screen and (max-width:480px) {
#main #main-buttons .bar {
position: relative;
    top: auto;
    right: auto;
z-index: 0;
}
#main #main-buttons .bar .btn {
background-color: white;
}
#main #main-buttons {
min-height: 400px;
}
#main #about-us p span:first-of-type > a {
top: -180px;
background-color: white;
right: auto;
width: 93%!important;
margin: 0 auto;
}
}