
/**
 *
 * Colors
 * #4f7ac8 - blue
 * #ff1800 - red
 * 
 */

#magellan {
  margin-top: 20px;
}
.magellan-listitem-bestoffer .btn {
    background: #ff1800;
}
.magellan-listitem:hover .btn {
    background: #0040A1;
    color: #fff;
}
#booking,
#btn-reserve {
    background: #ff1800;
}
#booking:hover,
#btn-reserve:hover {
    background: #0040A1;
    color: #fff;
}

#refreshshow,
.mag-button.active span,
.abs-bot-rig {
    background: #ff1800;
    color: #555;
}
.mag-tab-panel {
  border: 2px solid #ff1800;
}
label span {
    padding: 0 0;
    background: #fff;
}
.magellan-offer-head-cruise h2,
.chosen-container-single .chosen-single div b,
.searchFormHead h4 {
  background: #4f7ac8;
}
.magellan-offer-head-cruise .magellan-destination {
  color: #4f7ac8;
}
.magellan-listitem {
    border-color: #4f7ac8;
}
.magellan-listitem-bestoffer .btn {
    background-color: #ff1800;
}
.magellan-listitem:hover {
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.15), inset 0px 0px 0px 0.125rem #4f7ac8;
}
.page-item.active .page-link,
.page-item.active .page-link:focus,
.page-item.active .page-link:hover {
  background-color: #4f7ac8;
  border-color: #4f7ac8;
}
.magellan-listitem:hover .btn {
  background: #4f7ac8;
  color: #fff;
}
#refreshshow, .mag-button.active span, .abs-bot-rig {
    background-color: #ff1800;
    color: #fff;
}
.mag-tab-panel {
  border: 2px solid #ff1800;
}
.checkbox_list {
  margin-top: 0;
}
.checkbox_list li {
  width: 100%;
  float: none;
}