.container{
    padding:0;
    margin: 0;
}

/*customisation style*/

/*Scoopon book now style within widget*/
.extra-effect-border{
    background: #28a528 !important;
    color: #fff !important;;
    /*border-color: #239023 !important;*/
    border: 1px solid #239023 !important;
    border-bottom: solid 4px #239023 !important;
    transition: all 200ms ease-in-out !important;
}
.extra-effect-border:hover{
    border: 1px solid #1A6D1A !important;
    border-bottom: solid 4px #1A6D1A !important;
}
/*Scoopon book now style for inline button*/
.extra-effect-border-booking-scoopon{
    background: #28a528 !important;
    color: #fff !important;;
    border: 1px solid #239023 !important;
    border-bottom: solid 4px #239023 !important;
    transition: all 200ms ease-in-out !important;
    font-family: hk_groteskbold,Calibri,sans-serif;
    font-size: 14px;
    padding: 6px 20px;
}
.extra-effect-border-booking-scoopon:hover{
    border: 1px solid #1A6D1A !important;
    border-bottom: solid 4px #1A6D1A !important;
}
/*Scoopon check availability style for inline button*/
.extra-effect-border-availability-scoopon{
    background: #2f98eb !important;
    color: #fff !important;;
    border: 1px solid #1584dc !important;
    border-bottom: solid 4px #1584dc !important;
    transition: all 200ms ease-in-out !important;
    text-transform: capitalize !important;
    font-family: hk_groteskbold,Calibri,sans-serif;
    font-weight: 400;
    font-size: 14px;
    text-align: left;
    padding: 6px 20px;
}
.extra-effect-border-availability-scoopon:hover{
    border: 1px solid #1376c5 !important;
    border-bottom: solid 4px #1376c5 !important;
}
/*# sourceMappingURL=widget.css.map */
