#booking_calendar .container h1.title {
    padding: .5em 0 .5em 0;
    margin: 0;
    font: 1.7em/1em 'a-black';
}

@media(min-width:768px) {
    #booking_calendar .container h1.title {
        padding: 1em 0 .5em 0;
        margin: 0;
        font: 4em/1em 'a-black';
    }
}

#booking_calendar .container p.payoff {
    padding: .5em 0 0 0;
    margin: 0;
    display: block;
    text-align: center;
    color: #fff;
    font: 2.2em/1em 'dc-condregular';
}

#booking_calendar p.description {
    padding: 0 0 1.5em 0;
    margin: 0;
    display: block;
    text-align: left;
    color: #fff;
    font: 1.2em/1.2em 'a-book';
}

@media(min-width:1200px) {
    #booking_calendar p.description {
        text-align: center;
    }
}



#full-clndr {
    background-color: #ebebeb;
    font-weight: 700;
    -moz-box-shadow: 4px 4px 0 #343434;
    -webkit-box-shadow: 4px 4px 0 #343434;
    box-shadow: 4px 4px 0 #343434;
    margin: 0 auto 30px auto;
}

#full-clndr .clndr-grid {
    margin-bottom: 1px;
}

#full-clndr .clndr-grid .days-of-the-week {
    width: 100%;
    background-color: #ebc152;
}

#full-clndr .clndr-grid .days-of-the-week .header-day {
    float: left;
    width: 14.2857%;
    padding: 14px;
    text-align: center;
    color: white;
}

#full-clndr .clndr-grid .days {
    width: 100%
}

#full-clndr .clndr-grid .days .day,
#full-clndr .clndr-grid .days .empty {
    float: left;
    width: 14.2857%;
    height: 3.5em;
    text-align: center;
    color: #4f4f4f;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    border-box: content-box;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

@media(min-width:768px) {

    #full-clndr .clndr-grid .days .day,
    #full-clndr .clndr-grid .days .empty {
        height: 7em;
    }
}

#full-clndr .clndr-grid .days .day.calendar-dow-0 {
    border-box: content-box;
    border-left: 1px solid #fff;
}

#full-clndr .clndr-grid .days .day.calendar-dow-6 {
    border-box: content-box;
    border-right: none;
}

#full-clndr .clndr-grid .days .day.inactive {
    opacity: .5;
}

#full-clndr .clndr-grid .days .day.event .day-number,
#full-clndr .clndr-grid .days .empty.event .day-number {}

#full-clndr .clndr-grid .days .day.adjacent-month .day-number,
#full-clndr .clndr-grid .days .empty.adjacent-month .day-number {
    opacity: .3
}

#full-clndr .clndr-grid .days .day-box {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

}

#full-clndr .clndr-grid .days .day-box .day-number {
    font: 1em/1em 'a-black';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -.5em 0 0 -.5em;
}

@media(min-width:768px) {
    #full-clndr .clndr-grid .days .day-box .day-number {
        font: 1.5em/1em 'a-black';
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -.5em 0 0 -.5em;
    }
}

#full-clndr .clndr-grid .days .today .day-number {}

@media(min-width:768px) {
    #full-clndr .clndr-grid .days .today .day-number {
        padding: .25em;
        margin: -.90em 0 0 -.90em;
        border: 4px solid #fff;
        border-radius: 1.3em;
    }

}

#full-clndr .event-listing {}

#full-clndr .event-listing .event-listing-title {
    padding: 14px;
    background-color: #097faf !important;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    margin-bottom: 0;
}

#full-clndr .event-listing .event-item {
    padding: 14px;
    color: #4f4f4f
}

#full-clndr .event-listing .event-item-location {
    font-weight: 400
}

.noselect {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}



#full-clndr .clndr .clndr-controls {
    display: inline-block;
    width: 100%;
    position: relative;
    font: 1.4em/2em 'dc-condbold';
    text-transform: uppercase;
    color: #fff;
    background: #fc002e;
}

#full-clndr .clndr .clndr-controls .current-month {
    font: 2em/1.5em 'dc-condbold';
    text-align: center;
}

#full-clndr .clndr .clndr-controls .clndr-previous-button {
    float: left;
    display: block;
    width: 1em;
    margin: 0 0 0 1em;
    font-size: 2em;
    line-height: 1.5em;
}

#full-clndr .clndr .clndr-controls .clndr-next-button {
    float: right;
    display: block;
    width: 1em;
    margin: 0 1em 0 0;
    text-align: right;
    font-size: 2em;
    line-height: 1.5em;
}

#full-clndr .clndr .clndr-controls .rightalign {
    text-align: right;
    width: 34%;
}

#full-clndr .clndr .clndr-controls .clndr-next-button {
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}

#full-clndr .clndr .clndr-controls .clndr-next-button:hover {
    color: #eee;
}

#full-clndr .clndr .clndr-controls .clndr-next-button.inactive {
    opacity: 0.5;
}

#full-clndr .clndr .clndr-controls .clndr-next-button.inactive:hover {
    background: none;
    cursor: default;
}

#full-clndr .clndr .clndr-controls .clndr-previous-button {
    cursor: pointer;
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}

#full-clndr .clndr .clndr-controls .clndr-previous-button:hover {
    color: #eee;
}

#full-clndr .clndr .clndr-controls .clndr-previous-button.inactive {
    opacity: 0.5;
}

#full-clndr .clndr .clndr-controls .clndr-previous-button.inactive:hover {
    background: none;
    cursor: default;
}

.clndr-next-button,
.clndr-previous-button,
.clndr-next-year-button,
.clndr-previous-year-button {
    -webkit-user-select: none;
    /* Chrome/Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* IE10+ */
}

.clndr-next-button.inactive,
.clndr-previous-button.inactive,
.clndr-next-year-button.inactive,
.clndr-previous-year-button.inactive {
    opacity: 0.5;
    cursor: default;
}

/* BUSY & AVAILABLE */
#full-clndr .event-listing .event-listing-body.list-group .list-group-item.event-listing-title {
    border-top: none;
}

#full-clndr .event-listing .event-listing-body.list-group .list-group-item:first-child {
    border-radius: 0;
}

#full-clndr .event-listing .event-listing-body.list-group .list-group-item:last-child {
    border-radius: 0;
}

#full-clndr .event-listing .event-listing-body.list-group .list-group-item {
    color: #fff;
    border-box: content-box;
    border: none;
    border-top: 1px solid #fff;
    background: #e0e0e0;
}

#full-clndr .event-listing .event-listing-body.list-group .list-group-item span.time {
    display: inline-block;
    padding: 2px 5px;
    border-radius: 4px;
    text-transform: uppercase;
}

#full-clndr .event-listing .event-listing-body.list-group .list-group-item span.labeltype {
    display: inline-block;
    padding: 2px 5px;
    font-size: .8em;
    border-radius: 4px;
    text-transform: uppercase;
}

/* BUSY */
#full-clndr .event-listing .event-listing-body.list-group .list-group-item.busy span.time {
    background: #d22b2b;
}

#full-clndr .event-listing .event-listing-body.list-group .list-group-item.busy span.labeltype {
    color: #d22b2b;
    background: transparent;
}

/* AVAILABLE */
#full-clndr .event-listing .event-listing-body.list-group .list-group-item.available {
    color: #fff;
    background: #4a90e2;
}

#full-clndr .event-listing .event-listing-body.list-group .list-group-item.available:hover {
    color: #fff;
    background: #008d20;
}

#full-clndr .event-listing .event-listing-body.list-group .list-group-item.available span.time {
    color: #00AF20;
    background: #fff;
}

#full-clndr .event-listing .event-listing-body.list-group .list-group-item.available span.labeltype {
    color: #00AF20;
    background: #fff;
}

/* day availability */
#full-clndr .day {}

#full-clndr .day .day-box.available {}

#full-clndr .day.inactive .day-box.available,
#full-clndr .day.inactive .day-box.busy {
    color: #bbb !important;
}

#full-clndr .day .day-box.busy {
    color: #fff;
    background: #d22b2b;
}

#full-clndr .day-box.busy:hover {
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

#full-clndr .day .day-box.available {
    color: #fff;
    background: #4a90e2;
}

#full-clndr .day-box.available:hover {
    background: #008d20;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

#full-clndr .day.inactive .day-box.busy,
#full-clndr .day.inactive .day-box.available {
    background: #ddd;
}

#full-clndr .day a.day-box.available span.available_slots {
    position: absolute;
    left: 0;
    bottom: 1em;
    width: 100%;
    text-align: center;
    display: block;
    font: .8em/.8em 'a-book';
}

#full-clndr .day.inactive a.day-box span.available_slots {
    display: none;
}

/* selected, today */
#full-clndr .clndr-grid .days .day.selected .day-box.available {
    background: #52d463;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

#full-clndr .clndr-grid .days .day.selected .day-box.busy {
    background: #d45b5b;
    -webkit-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: inset 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

#full-clndr .clndr-grid .days .empty :hover {
    background: #eee;
    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
}

#full-clndr .clndr-grid .days .day.inactive a.day-box:hover,
#full-clndr .clndr-grid .days .day.inactive.selected .day-box.available {

    -webkit-box-shadow: inherit;
    -moz-box-shadow: inherit;
    box-shadow: inherit;
}

#full-clndr .clndr-grid .days-of-the-week {
    background-color: #097faf !important;
}

#full-clndr .clndr .clndr-controls .current-month {
    font-family: 'chivo', 'kingthings_trypewriter_2Rg', 'Roboto', 'Arial', sans-serif !important;
}

#full-clndr .clndr-grid .days-of-the-week .header-day {
    font-family: 'Open Sans', sans-serif;
}

#full-clndr .day a.day-box.available span.available_slots,
#full-clndr .clndr-grid .days .day-box .day-number {
    font-family: 'Open Sans', sans-serif !important;
}


#full-clndr .clndr .clndr-controls {
    background-color: #ffb614 !important;

}

#full-clndr .day:not(.inactive) .day-box {
    cursor: pointer;
}

#full-clndr .day .day-box.mid.available {
    /*background-color: #ebc152;*/
}

#full-clndr .clndr-grid .days .day.selected .day-box.mid.available {
    /*background-color: #ebc152;*/

}