/*
	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 */
}













/* Mover botón de menú arriba izquierda sin dañar el despliegue */
button.nav-trigger.toggle-mnu {
    position: fixed !important;
    top: 20px !important;
    left: 20px !important;
    right: auto !important;
    margin: 0 !important;
    transform: none !important;
    z-index: 999999 !important;
}










#schedule {
    display: none !important;
}

/* Reducir altura del banner principal */

#main-buttons{
    height: 310px !important;
    min-height: 310px !important;
    overflow: hidden !important;
}












/* Evitar que la página se descontrole en pantallas muy anchas */
#sb_main,
#sb-main-container,
#main,
#main-content {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    overflow-x: hidden !important;
}

/* Mantener el contenido centrado */
#sb_content,
#sb-timeline,
#steps {
    max-width: 1200px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Evitar textos verticales raros en pantallas anchas */
#sb-timeline #steps-nav {
    display: none !important;
}

/* Evitar desbordes horizontales */
body,
html {
    overflow-x: hidden !important;
}










/* Recuperar espacio debajo del banner */
#main-content,
#sb_content,
#sb-timeline,
#steps {
    padding-top: 20px !important;
}

/* En móviles, un poco menos de espacio */
@media (max-width: 768px) {
    #main-content,
    #sb_content,
    #sb-timeline,
    #steps {
        padding-top: 25px !important;
    }
}










/* Centrar bloque de contacto en página principal */
#main-content #content-view > .container-fluid > .row > .col-sm-5.col-md-5 {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    text-align: center !important;
}

#contacts {
    width: 100% !important;
    text-align: center !important;
}

#contacts .info {
    display: inline-block !important;
    text-align: left !important;
    margin: 0 auto !important;
}

#contacts .info ul {
    margin: 0 auto !important;
    padding: 0 !important;
}