.cd-headerbox {
max-width:100%;
margin-left:auto;
margin-right:auto;
overflow-x:visible;
top:0;
position:absolute;
width:100%;
text-align:center;
z-index:55;
}

.cd-headerbox img {
margin-top:100px;
}

.cd-overlay {
  width:100%;
position:absolute;
top:0;
left:0;
z-index:5;
}

.cd-top {
  background:url(//static.cruisesheet.com/poster.jpg) top center;
background-size:cover;
text-align:center;
width:100%;
overflow:hidden;
}

.cd-top video {
  min-width:100%;
position:relative;
left:0;
z-index:5;
min-height:100%;
}

.cd-top, .cd-overlay {
height:400px;
}

.search-bar-section {
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(5%,#0978bd),to(#043a5c));
background-image: linear-gradient(to bottom,
#006279 5%,#005269 100%);
}


.bg-primary {
  background: #006279 !important;
}
.text-primary {
  color: #006279 !important;
}


.btn-primary {
  background-color: #006279;
  border-color: #005269;
}

.text-price-color {
  color: #000000;
}