/* custom */
nav.nav-collapse li a:hover {
    color: #9ac818;
}

div.fancy-select div.trigger {
	background-color: #97C21B;
}

#booking .price {
    color: #97c21b;
    border: 3px solid #97c21b;
}

#booking .btn:hover {
    background-color: #858902;
}

#booking .btn {
    background-color: #97c21b;
}

.button-primary {
    background-color: #97c21b;
}

.button-primary.button-mini {
    margin-left: -30%;
    margin-top: -115px;
}

.gallery-item .overlay {
    background-color: rgba(151, 194, 27, 0.45);
}

div.fancy-select div.trigger.open {
    background-color: rgba(151, 194, 27, 1);
}

.overlay-bg {
    opacity: 0;
}

#image-page-title h2 {
    color: #97C21B;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}

#image-page-title .h2-divider {
    background-color: #fff;
}

#image-page-title .subtitle {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
    color: #fff;
}

.wpcf7 .wpcf7-submit {
    background-color: #97C21B;
}

.wpcf7 .wpcf7-submit:hover {
    background-color: #729609;
}

div.ngg-gallery-thumbnail img:hover {
    background-color: #97C21B;
}

div.ngg-gallery-thumbnail img {
    background-color: #eee;
    border: 0;
}

#ui-datepicker-div.DOPBSPCalendar-datepicker.ui-datepicker .ui-datepicker-header {
    background-color: #97C21B !important;
}

#ui-datepicker-div {
    border: 5px solid #97C21B !important;
    z-index: 99!important;
}

#ui-datepicker-div.DOPBSPCalendar-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
#ui-datepicker-div.DOPBSPCalendar-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
    background-color: #97C21B !important;
}

#ui-datepicker-div.DOPBSPCalendar-datepicker.ui-datepicker .ui-datepicker-calendar a.ui-state-active {
    background-color: #97C21B !important;
}

.button-primary:hover,
.button-primary:active,
.button-primary:focus,
.button-primary:visited {
    background-color: #858902;
}

div.fancy-select ul.options {
    background-color: #bcdb64;
}

div.fancy-select ul.options li.selected {
    background-color: #97c21b;
}

.DOPBSPCalendar-month .DOPBSPCalendar-day .dopbsp-head .dopbsp-co.dopbsp-available,
.DOPBSPCalendar-month .DOPBSPCalendar-day .dopbsp-head .dopbsp-ci.dopbsp-available {
    background-color: #97C21B !important;
    border-color: #97C21B !important;
}

#calendar .check-list.inline li.availability.available i {
    color: #97C21B;
}

.dopbsp-payment-first input,
#booking .dopbsp-sidebar-content .dopbsp-input-wrapper.dopbsp-payment-first label {
    display: none;
}

#booking .DOPBSPCalendar-info-message.dopbsp-success .dopbsp-text,
#booking .DOPBSPCalendar-info-message.dopbsp-success .dopbsp-timer {
    color: #97C21B;
}

#booking .DOPBSPCalendar-info-message.dopbsp-success .dopbsp-icon {
	background: transparent url(../img/success_icon_green.png) top center no-repeat;
}
/* /custom */