/* Placefull css */
/* Calendar Heading */
#pf-root .pf-embedded-maxi-cal.calendar .fc-header h2 {
    color: #242143 !important;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
/* Calendar  Fonts */
#pf-root .pf-embedded-maxi-cal.calendar .fc-widget-content.fc-other-month div {
    color: #007b7c !important;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
#pf-root .pf-embedded-maxi-cal.calendar .fc-widget-content .fc-day-number {
    color: #242143 !important;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}
/* Button */
#pf-root .pf-embedded .btn.btn-primary {
    border: 1px solid #007b7c !important;
    background: #007b7c !important;
    color: #fff !important;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    font-size:16px;
}
/* Headline */
#pf-root .pf-embedded .headline a {
    color: #242143 !important;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
    font-size:24px;
}
/* Title */
#pf-root .pf-embedded-detail-title h1 {
    color: #242143 !important;
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
    text-transform: uppercase;
}
/*Main Tab */
#pf-root .pf-embedded .pf-embedded-tabs li.active a {
    background: #fff;
    color: #007b7c !important;
}
/* Tabs */
#pf-root .pf-embedded .pf-embedded-tabs li a {
    color:#007b7c !important;
}
/* Cart Icon */
#pf-root .pf-embedded a {
    color:#007b7c !important;
}
#pf-root .nav-pills>.active>a, #pf-root .nav-pills>.active>a:hover, #pf-root .nav-pills>.active>a:focus {
    background-color:#007b7c !important;
    color:#ffffff !important;
}
/* Button */
#pf-root a.button, #pf-root input.button, #pf-root button.button, #pf-root .button.btn-primary {
    border: 1px solid #007b7c !important;
    background-color:#007b7c !important;
    color:#ffffff !important;
}
/* Pricing */
#pf-root .pf-embedded .pf-embedded-start-price .price {
    color:#f37021 !important;
}
/* Calendar Date */
#pf-root .pf-embedded-mini-cal.calendar td.fc-widget-content.available>div {
    /* border: 0!important; */
    background-color: #f37021;
}
#pf-root .pf-embedded .subtitle {
    visibility: hidden;
}
/* Calendar Background */
.fc-day-number {
   background-color: #a9d7ae;
}
.fc-day-content {
   background-color: #fff;
}
#pf-root .pf-embedded .pf-embedded-carousel-images .carousel-inner .item{
    background-size: inherit !important;
}
/*.span9 > p {
    visibility: hidden;
}*/

#pf-root .pf-embedded-mini-cal.calendar td.fc-widget-content.available.selected-day-column {
    /* This controls the background color of the selected day on the mini calendar */
    background: #f37021 !important;
}
#pf-root .pf-embedded .pf-embedded-mini-cal .fc-day.selected-day-column .fc-day-number {
    /* This controls the font color of the selected day on the mini calendar */
    background: #f37021 !important;
    color: #ffffff !important;
}