/*
	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 */
}

#header{
background-color:#3B4F54;
}

.logo{
display :flex !important;
}

#header .nav-wrapper #sb_menu .nav li.active a{
color:#fff !important;
font-weight:600;

}

#header .nav-wrapper #sb_menu .nav li a:before, #header .nav-wrapper #sb_menu .nav li a:after{
background:#fff !important;
}

.inner .selected .sb-available-date{
color:#fff !important;
font-weight:500;
}

.inner.selected .day-off,
.popup-hide{
color:#fff !important;
}


#sb_appended_child_menu {
background-color:#3B4F54 !important;
}

#sb_sign_out_btn, .btn.popup-hide.btn-classes,.btn--sign-up,
.btn--sign-in{
color: #111 !important;
}

.header__navigation-item.header__navigation-item--dropdown,
.header__navigation-link.header__navigation-link-dropdown{
color:#fff !important;
}


#main-buttons .bar ,
#wrap-main-page-map,
#sl-main-rev-wrap,
#about-us .title-main{
 display:none !important;
}

#content-view #about-us .txt *{
      width: 200px !important;
}

.txt p a{


      position: absolute;

      top: -275%;

      right: 395px;



      padding: 10px 20px;

      background-color: #91adba;

      color: white;

      border: none;

      border-radius: 5px;

      font-size: 16px;

      cursor: pointer;

  

}