



    /*==========================================================================
  Custom CSS
  Below are some css selectors you might find helpful to cusomtize your site.
  ==========================================================================*/
/* Body background */
body {
  background-color: #0B87CE;
}

/* Links */
a,
.box-default a,
.box-default .more-link {
  color: #004771;
}

/* Current link color used in category group pages and pagination */
.link-current {
  color: #004771;
}

/* Current link color used sidebar categories list  */
.box-default .link-current {
  color: #004771;
}

/* Buttons */
.btn-default,
.btn-primary,
.btn-search {
  border-color: #004771;
  background-color: #004771;
}

/* Button hover state */
.btn-default:hover,
.btn-primary:hover,
.btn-search:hover {
  border-color: #F06000;
  background-color: #F06000;
}

/* Tabs on product and support pages */
.tab-item {
  color: #333333;
  border-top-color: #f3f3f3;
  background-color: #f3f3f3;
}

/* Current tab border color */
.tab-current {
  border-top-color: #333333;
  color: #333333;
}

/* Hero box at the top of the page */
.box-hero {
  background-color: #ffffff;
  border-color: #dddddd;
  color: #333333;
}

/* Change traveler numbers link on tour options page */
.box-hero .link-muted {
  color: #666666;
}

/* Selected date on calendar */
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover {
  background-color: #333;
}

/* Segmented search find more results */
.segmented-search .find-more-results,
.segmented-search .find-more-results:hover {
  background-color: #333333;
}

/* Section heading */
.section-heading,
.checkout-note-bg h2,
.checkout-note-bg .h2,
.checkout-note-empty-bg h2 {
  color: #0B87CE;
}

/* Sidebar module headings */
.box-heading {
  color: #0B87CE;
}

/* Booking process current step color */
.disc-number > li.current .inner-object {
  background-color: #333;
}

/* Popup header bar */
.popup-header {
  background-color: #eeeeee;
  color: #333333;
}

.popup-close {
  color: #333333;
}

/*==========================================================================
  More options (Uncomment to activate)
  ==========================================================================*/
/* Remove rounded corners everywhere */
/*
.pill,
.btn,
.form-control,
.tab-item,
.box-bordered, 
.datepicker.dropdown-menu,
.datepicker td, 
.datepicker th,
.popover {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.round,
.round-top, 
.round-bottom {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
*/
/* Remove header underlines from sidebar modules */
/*
.box-heading {
    border-bottom: 0;
}*/
/* Sidebar modules */
/*
.box-default {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #333333;
}
*/
/*
.box-default a{
    color: inherit;
}*/
/* List border color in sidebar modules */
/*
.box-default .list-bordered > li,
.box-default .list-group-category li,
.list-group-sub-categories,
.box-default .list-border-top {
    border-color: #dddddd;
}
*/
/*
.box-default .more-link {
    color: inherit;
}*/
/* Review count color on product page */
/*
.box-hero .review-count {
    color: inherit;
}
*/
/* Color of price */
/*
.price, 
.price-amount {
    color: #333;
}
*/

