.tab.tab-col .txt.short {
    display: none;
}

#header .brand .logo {
    max-width: 300px;
    min-height: 150px;
    max-height: 150px; 
}

#main-buttons .wrapper .inner .company-name {
    display: block;
    width: 100%;
    text-shadow: 0px 0px 18px black;
    font-family: PlayfairDisplay;
    font-weight: 550;
    font-size: 50px;
    line-height: 1.2;
    word-wrap: break-word;
    position: relative;
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 10px;
}

#header .nav-wrapper #sb_menu .nav li a {
    font-size: 24px;
    font-family: PlayfairDisplay;
    font-weight: 420;
    border-bottom: 6px solid #005a8778;
}

/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}



#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container {
    text-align: center;
    justify-content: center;
}

#sb_terms_and_conditions > div > div.promotions-letter-flag {
display:none;
}


@media (min-width: 1500px) {
#header .nav-wrapper #sb_menu {
    margin-bottom: 0;
    position: relative;
    left: 300px;
}}
@media (min-width: 1400px, max-width: 1500px) {
#header .nav-wrapper #sb_menu {
    margin-bottom: 0;
    position: relative;
    left: 250px;
}}
@media (min-width: 1300px, max-width: 1400px) {
#header .nav-wrapper #sb_menu {
    margin-bottom: 0;
    position: relative;
    left: 200px;
}}
@media (min-width: 1200px, max-width: 1300px) {
#header .nav-wrapper #sb_menu {
    margin-bottom: 0;
    position: relative;
    left: 150px;
}}
@media (min-width: 1100px, max-width: 1200px) {
#header .nav-wrapper #sb_menu {
    margin-bottom: 0;
    position: relative;
    left: 100px;
}}
@media (min-width: 1000px, max-width: 1100px) {
#header .nav-wrapper #sb_menu {
    margin-bottom: 0;
    position: relative;
    left: 50px;
}}

@media (min-width: 1400px) {
.col-md-3 {
    float: left;
    position: relative;
    right: 100px;
}}