/*
	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 */
}

.modal .modal-dialog {
  width: 768px;
}

.modal .modal-dialog .modal-content {
  max-width: 768px;
}

.promotions-letter-flag {
  display: none;
}

#main #client-login .custom-form {
  max-width: 450px;
}

@media (min-width: 768px) {
  #sb-main-container #main #main-buttons .wrapper {
    min-height: 490px;
  }
}

#main-buttons .container-fluid.column {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

#sb_ada_module {
  display: none !important;
}
/* Rado custom styles */
#sb-main-container #main #sb-timeline #steps #steps-content .step-content .item .tab .excerpt-info .preloader {
  width: 100%;
  height: initial;
  border-radius: 0;
  padding-top: 62.5%;
  margin-top: 0;
}
#sb-main-container #main #sb-timeline #steps #steps-content .step-content .item .tab .excerpt-info .txt.short {
  min-height: initial;
  height: initial;
}
#sb-main-container #main #sb-timeline #steps #steps-content .step-content .item .tab .excerpt-info .bar-service {
  margin-bottom: 0;
}
#sb-main-container #main #sb-timeline #steps #steps-content .step-content .item .tab .excerpt-info .bar-service.with-price {
  margin-top: -27px;
  margin-bottom: 0;
}
#sb-main-container #main #sb-timeline #steps #steps-content .step-content .item .tab .excerpt-info .tab-pd {
  padding: 25px 25px 30px;
}
#sb-main-container #main #sb-timeline #steps #steps-content .step-content .item .tab .excerpt-info .cap.short {
  margin-bottom: 15px;
}
#sb-main-container #main #sb-timeline #steps #steps-content .step-content .item .tab .excerpt-info .read-more {
  display: none;
}
#sb-main-container #main #sb-timeline #steps #steps-content .step-content .item .tab .excerpt-info .txt.short p {
  word-break: auto-phrase;
}