/*
	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 */
}
#main-buttons .wrapper .inner .bar {
    justify-content: left;
    margin-left: 11.6% !important;
    display: block;
    text-align: left;
    width: 35.5%;
    padding: 0px;
}
.btn.map.btn-with-image.custom {
    background: #4C71A8 !important;
    box-shadow: 3px 4px 2px #2929291f;
}
.btn.book.btn-with-icon.custom {
    background: #383838 !important;
    box-shadow: 3px 4px 2px #2929291f;
}
#main-buttons .wrapper .inner .bar .btn a {
min-width: 240px;
    font-size: 1.4em;
    color: #fff;
    padding: 22px 42px 22px 20px!important;
}
.btn.map.btn-with-image.custom {
    margin-right: 15%;
}
#main-buttons .wrapper .inner .company-name.company-logo-only {
   display: block;
    background-position: 220px 5px;
    background-image: url(/uploads/stonefly/image_files/preview/f2301caa2fb4cca7e46bc9e62668b994.png);
    height: 140px;
    background-repeat: no-repeat;
    color: #4e578500;
    box-shadow: none;
    opacity: 1;
    text-shadow: none;
}
@media only screen and (max-width: 1100px){
#main-buttons .wrapper .inner .company-name.company-logo-only {
    background-position: 195px 30px;
}
}
@media only screen and (max-width: 900px){
#main-buttons .wrapper .inner .company-name.company-logo-only {
    background-position: 179px 30px;
}
}
@media only screen and (max-width:786px){
#main-buttons .wrapper .inner .company-name.company-logo-only {
    background-position: 170px 30px;
}
}
@media only screen and (max-width:660px){
#main-buttons .wrapper .inner .company-name.company-logo-only {
    background-position: 153px 30px;
}
}
@media only screen and (max-width:550px){
#main-buttons .wrapper .inner .company-name.company-logo-only {
    background-position: 140px 30px;
}
}
@media only screen and (max-width:450px){
#main-buttons .wrapper .inner .company-name.company-logo-only {
    background-position: 120px 30px;
}
}