/* CSS Document */
 @import url("https://use.typekit.net/rde0yfp.css");

.hidden {
	display:none;
}

#priceContent .priceTable {
	height:260px;
}

.cruiseDetailsLayout {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.btnContainer {
	display:flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.loadMore {
	background-color:#ffffff !important;
	color: #adadad !important;
	border: 2px solid #adadad !important;
}

.clearBtn {
	float:right;
	background-color: #ffffff !important;
	color: #adadad !important;
	border: 2px solid #adadad !important;
	border-radius: 18px !important;
	padding:3px 10px 0 !important;
}

.clearBtn:hover, .loadMore:hover {
	background-color:#e6eef9  !important;
	color: #336699 !important;
	border: 2px solid #336699 !important;
}

.bannerImage .overlayImage {
	background-color: #00000070;
	width: 100%;
	height:100%;
}

.stickBtns {
	display:flex;
	flex-direction: row;
	justify-content: flex-end;
}

.portDay {
	margin-bottom:0;
	color:#000000;
	font-weight:600;
	font-size:22px;
}

#priceContent .priceTableFooter {
	position:absolute;
	bottom:0;
	background-color:#ffffff;
	width:100%;
	padding:0;
	margin-left:-4px;
}

#secExclusiveCruiseItineraryContainer .portCard:after {
	content: '\e5b7';
	font-family:'Font Awesome 6 Pro';
	position:absolute;
	right:-5px;
	top:46%;
	color:#bf7b20;
	font-size: 28px;
	transform: rotate(180deg);
}

.portCard img {
	width:60px;
	height:60px;
	padding:5px;
	border-radius:50%;
}

.fa-arrow-circle-right:hover, .fa-circle-arrow-right:hover, .fa-circle-arrow-left:hover  {
	color: #336699;
}

.facilitiesList {
	display:flex; flex-direction:row; flex-wrap: wrap;
}

.facilitiesList li {
	width:50%;
}

.sticky-top {
	top:70px !important;
	z-index:8;
}

.sticky-top-offset {
	top:120px !important;
	z-index:8;
}

.mobileLayout {
	text-align:right;
}

#searchTop {
	padding: 10px 0;
	align-items: center;
	border-bottom:1px solid #336699;
}

#searchTop h5 {
	margin-bottom:0;
	font-family:'quicksand';
	font-weight:400;
	font-size:1rem;
}

#searchTop span {
	font-size:1rem;
	font-weight:400;
}

#soloCheckBox span {
	font-size:1.2rem;
	color: #336699;
}

.radioBtn {
	padding:10px;
	border-right:1px solid #e9e9e9;
	margin: auto;
}

.cruise .cruiseDetails {
	width:80% !important;;
	margin:0 auto;
	text-align:center;
	color:#ffffff;
	float:unset !important;
}

.cruiseDetailsPrices {
	position: absolute;
	width:40%;
	bottom: 0px;
	left:0;
	right:0;
	margin:0 auto;
}

.cruiseDetails img {
	width:200px;
	margin-bottom:10px;
}

.cruiseDetails h1 {
	font-size:66px;
}

.cruiseDetails h5 {
	font-size:30px;
}

.cruiseActionsPrices {
	text-align:center;
	display:block;
	padding:0.5em;
	width:25%;
	margin:0 auto;
	background-color: #ffffff;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.moreCruises {
	border: 1px solid #e6e6e6;
	height:100%;
	transition: .3s;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	text-decoration:none;
}

.moreCruises:hover {
	box-shadow: 1px 1px 5px 1px #cfcece;
}

.moreCruisesLink {
	text-decoration:none;
	color: inherit !important;
}

.moreCruisesLink:hover {
	text-decoration:none;
}

.moreCruises .bottom {
	margin-top:auto;
	padding:10px;
}

.moreCruises .cruiseTitle {
	padding:10px;
}

.btn-radio {
	cursor: pointer;
	display: inline-block;
	float: left;
	-webkit-user-select: none;
	user-select: none;
}
.btn-radio:not(:first-child) {
	margin-left: 20px;
}
@media screen and (max-width: 480px) {
	.btn-radio {
		display: block;
		float: none;
	}
	.btn-radio:not(:first-child) {
		margin-left: 0;
		margin-top: 15px;
	}
}
.btn-radio svg {
	fill: none;
	vertical-align: middle;
}
.btn-radio svg circle {
	stroke-width: 2;
	stroke: #C8CCD4;
}
.btn-radio svg path {
	stroke: #008FFF;
}
.btn-radio svg path.inner {
	stroke-width: 6;
	stroke-dasharray: 19;
	stroke-dashoffset: 19;
}
.btn-radio svg path.outer {
	stroke-width: 2;
	stroke-dasharray: 57;
	stroke-dashoffset: 57;
}
.btn-radio input {
	display: none;
}
.btn-radio input:checked + svg path {
	transition: all 0.4s ease;
}
.btn-radio input:checked + svg path.inner {
	stroke-dashoffset: 38;
	transition-delay: 0.3s;
}
.btn-radio input:checked + svg path.outer {
	stroke-dashoffset: 0;
}
.btn-radio span {
	display: inline-block;
	vertical-align: middle;
}

#itinSlider .swiper-slide, #shipDetails .swiper-slide, #cabinModalSlider .swiper-slide {
	text-align:center;
}

#itinSlider .swiper-slide img, #shipDetails .swiper-slide img, #cabinModalSlider .swiper-slide img {
	max-height:400px;
}

#accomodationSlide {
	overflow:hidden;
}

.bread {
	padding: 1.5em 2em 0;
}

.bread ul {
	padding-left: 0 !important;
}

.bread li {
	display:inline-block;
}

.bread li::after {
	content: ' >';
}

.bread li:last-child::after {
	content:"";
}

.bread li a {
	color: inherit;
	text-decoration:none;
	position:relative;
	transition: all .5s;
}

.bread li a:after {
	position:absolute; bottom:-3px; left:0; right:0; margin: auto; width:0%; content:'.'; color:transparent; background: #e6e6e6; height:2px; transition: all .5s;
}

.bread li a:hover:after {
	width:100%;
}

.divCheckBoxes *,
.divCheckBoxes *:after,
.divCheckBoxes *:before {
	box-sizing: border-box;
}

.divCheckBoxes input {
	/*position: absolute;*/
	opacity: 0;
	width:200px;
	height:22px;
}

.divCheckBoxes span {
	margin-top:4px;
	cursor: default;
	margin-left:-170px;
}

.divCheckBoxes div {
	position:relative;
	display:flex;
	flex-direction:row;
	justify-content: flex-start;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.divCheckBoxes input:checked + label svg path {
	stroke-dashoffset: 0;
}

.divCheckBoxes input:focus + label {
	transform: scale(1.03);
}

.divCheckBoxes input + label {
	border: 2px solid #333;
	width: 22px;
	height: 22px;
	border-radius: 6px;
	cursor: pointer;
	transition: all .2s ease;
	position: absolute;
	left:0;
}

.divCheckBoxes-23 input + label:active {
	transform: scale(1.05);
	border-radius: 12px;
}

.divCheckBoxes input + label svg {
	pointer-events: none;
	padding: 5%;
}

.divCheckBoxes input + label svg path {
	fill: none;
	stroke: #333;
	stroke-width: 4px;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 100;
	stroke-dashoffset: 101;
	transition: all 250ms cubic-bezier(1,0,.37,.91);
}

.priceTable {
	height:370px;
	overflow-y: scroll;
	width:100%;
	padding-left:0 !important;
	padding-right:0 !important;
}

.priceTable thead {
	position:sticky;
	top:0;
	z-index:9;
	background-color:#ffffff;
}

#searchModal .ulSearch {
	width:100% !important;
	margin:0 auto;
	position:relative;
	border: 2px solid #e6e6e6;
	background-color:#ffffff;
	flex-direction: column;
	padding: 10px 10px 40px 0 !important;
}

#searchModal .clearIcon {
	right:-8px;
}

#searchModal .ulSearch li {
	width: 97% !important;
}

#cabinModal .tab-pane ul {
	list-style:disc;
}

.cSearchResults .sticky-top {
	z-index:8;
}

#cabinModal ul {
	list-style:none;
}

#accom-tab .nav-link.active, #pills-tab .nav-link.active {
	color:#336699;
	background-color:transparent;
	border-color: transparent transparent #336699;
	border-bottom: 4px solid !important;
	font-size:16px;
}

#accom-tab .nav-link, #pills-tab .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: .25rem;
	border-top-right-radius: .25rem;
	color: #707070;
	font-size: 16px;
}

#pills-tab .nav-item {
	margin-right:10px;
}

.disabled {
	opacity:0.4;
}

.priceTable::-webkit-scrollbar{ width: 10px;}
.priceTable::-webkit-scrollbar-track{ margin-top:0px; border-radius:10px; background-color:#e9e9e9;}
.priceTable::-webkit-scrollbar-thumb{ background-color:#336699; border-radius:10px;}

#accomodationSlide .accomSwiper-container .swiper-wrapper .swiper-slide {
	width:250px !important;
}

.enjoyhint {
	z-index:1111 !important;
}

.enjoyhint_close_btn {
	top:50px !important;
	background-color:#336699 !important;
	border:1px solid #336699 !important;
}

.enjoyhint_prev_btn {
	display:none;
}

.enjoyhint_next_btn, .enjoyhint_prev_btn, .enjoyhint_skip_btn {
	background-color:#336699 !important;
	border: 1px solid #336699 !important;
	color:#ffffff !important;
}

#navTop {
	position:relative;
}

.shrink .gLogo svg {
	width:10px;
	height:10px;
}

.shrink .googleReview {
	top:-15px;
}

.shrink .googleReview .mb-1 {
	margin-bottom:0 !important;
}

.googleReview {
	width:130px;
	text-align:center;
	height:50px;
	position:absolute;
	top:-26px;
	right:0;
}

.googleReview .gLogo {
	display: inline-flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: rgb(255, 255, 255);
	border: 2px solid rgb(255, 255, 255);
	border-radius: 50%;
	position: relative;
	left: 0px;
	z-index: 3;
}

.googleReview ul {
	margin-top:0 !important;
}

.googleReview ul li:after {
	content:'' !important;
}

#secPriceResults {
	position:relative;
}
.assistanceBtn {
	/* float: right; */
	top: 0;
	position: absolute;
	right: 0;
	background-color: transparent;
	border: 1px solid #336699;
	font-size: 22px;
	color: #336699;
	transition: .3s;
}

.assistanceBtn:hover {
	background-color:#336699;
	color:#ffffff;
}

.assistanceBtnMobile {
	display:none;
	background-color: transparent;
	border: 1px solid #336699;
	font-size: 22px;
	color: #336699;
	transition: .3s;
	margin-bottom:20px;
}

html, body {
	width: 100%;
	min-height: 100%;
	padding: 0;
	margin: 0;
	position: relative;
	background-color:#ffffff !important;
}

header, footer, section, article, nav, aside {
	display: block;
}

header, footer, section, article, nav, aside {
	/*
	border: 1px solid #000000;
	padding: 5px;
	margin: 10px;
	*/
}

body, input, textarea, select, p, span, a, li {
	line-height: 1.5;
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
}

body {
	font-size: 14px;
}

:focus {
	outline: none;
}

input, select, textarea {
	box-sizing: border-box;
}

select {
	font-size: 1em;
	padding: 4px 3px;
	border: solid 1px rgb(220,220,220);
	border-radius: 5px;
}

select.placeholder {
	color: rgb(120,120,120);
}

input[type=text] {
	font-size: 1em;
	padding: 4px 7px;
	border: solid 1px rgb(220,220,220);
	border-radius: 5px;
}

input[type=submit] {
	font-size: 1em;
	padding: 4px 7px;
	border: solid 1px rgb(220,220,220);
}

input[type=date] {
	font-size: 1em;
	padding: 4px 7px;
	border: solid 1px rgb(220,220,220);
	border-radius: 5px;
}

.spSubmit {
	display: inline-block;
	/*font-size: 1.5em;*/
    line-height: 29px;	
    background-color: rgb(51,93,171);
    padding: 0 0.5em;
	border: solid 1px rgb(120,120,120);
    border-radius: 5px;
    color: white;
}

.spSubmit i {
	font-size: 1.5em;
    vertical-align: middle;
    line-height: 26px;
}

/*.divCheckBoxes {
	/*display: flex;
    flex-direction: column;
	text-align: left;
	overflow-y: auto;
    overflow-x: hidden;
    height: 8em;*/
	/*margin:4px;*/
	/*background-color:#efefef;
	border-radius:4px;
	/*overflow:auto;
	border:1px solid #d0d0d0;*/
	/*float:left;
	display:flex;
	flex-direction: column;
	flex-wrap: wrap;
	height:400px;
}*/

/*.divCheckBoxes>* {
	flex: 0 0 25px;
}*/

/*.leftSearch .divCheckBoxes {
	height:auto;
}*/

#divModalLineShipRatingSelect {
	width:950px;
	left:unset !important;
	top: 5px !important;
}

#divModalRegionSelect {
	top:-115px !important;
}

/* generic classes */

.backgroundImageCoverCentre {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.backgroundImageContainCentre {
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

/* basic structure */

.desktop {
	display:block;
}

.mobile {
	display:none !important;
}

/* header */

header {
	position: relative;
}

.narrow #secTop {
	padding:10px 0 0;
	max-width:1300px;
}

.narrowHeader {
	background-color:#336699;
	border-bottom: 2px solid #336699;
	
}

.shrink .narrowHeader {
	
}

#headerWrapper {
	/*height:100px;*/
	position:fixed;
	width:100%;
	top:0;
}

#secTop {
	padding: 10px 2em;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	background-color:#336699;
	max-width:1800px;
	margin:0 auto;
}

#secBurger {
	display: none;
	font-size: 2.4em;
    /*padding-left: 10px;*/
}

#secLogo {
	height: 90px;
	min-width: 300px;
	background-image: url('../images/misc/BAway-LogoWhite.svg');
	background-position: center left;
	background-size: contain;
	background-repeat: no-repeat;
	margin-bottom:10px;
	transition:.3s;
}

.shrink #secLogo {
	height:45px;
}

.contact {
	display:none;
	transition: all 0.5s;
}

.shrink .contact {
	display:inline-block;
}

#navTop ul {
	list-style:none;
	text-align:center;
	margin-bottom:0;
	padding-left:0;
	margin-top:30px;
	display:flex;
	flex-direction:row;
}

#navTop ul li:after {
	content:' | ';
	padding:0 5px 0 0;
	color:#ffffff;
}

#navTop ul li:last-child:after {
	content: '';
}

#navTop ul li a {
	/*display: block;*/
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0 5px;
	font-size:12px;
	font-family: quicksand, sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 1.5px;
}

#navTop ul li a ,
#navTop ul li a:after,
#navTop ul li a:before, #secTelephone p a, #secTelephone p a:after, #secTelephone p a:before, #secBreadcrumb li a, #secBreadcrumb li a:after, #secBreadcrumb li a:before, .footerMenu ul li a:before, #secAbout a:before  {
  transition: all .5s;
}
#navTop ul li a:hover {
  color: #e6e6e6;
}

#navTop ul li a, #secTelephone p a, #secBreadcrumb li a, .footerMenu ul li a, #secAbout a {
  position: relative;
}
#navTop ul li a:after, #secTelephone p a:after, #secBreadcrumb li a:after, .footerMenu ul li a:after, #secAbout a:after {
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #e6e6e6;
  height: 2px;
}
#navTop ul li a:hover:after, #secTelephone p a:hover:after, #secBreadcrumb li a:hover:after, .footerMenu ul li a:hover:after, #secAbout a:hover:after {
  width: 100%;
}

#secTelephone {
	margin-top:-20px;
}

.shrink #secTelephone {
	margin-top:0;
}

#secTelephone .telephone {
	font-weight: 600;
	font-size: 24px;
	color:#ffffff;
	margin-bottom: 0;
	font-family: quicksand, sans-serif;
}

.shrink .contactPara {
	display:none;
}

#secTelephone p {
	margin-bottom:0;
	text-align:right;
	color:#ffffff;
}

#secTelephone p a {
	text-decoration:none;
	color:#ffffff; 
}

.loginModalmobile {
	display:none;
}

.mobileIcons {
	display:none;
}

#secTelephone .teleMobile {
	display: none;
	font-size: 2.4em;
    /*padding-right: 10px;*/
	color: inherit;
}

.resultsBanner {
	height:200px !important;
}

.dealsBanner {
	position:relative;
	height:400px;
	overflow:hidden;
}

.dealsBanner div {
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-position:center center;
	background-size:cover;
	background-repeat: no-repeat;
}

#secBanner, #secLineBanner {
	position: relative;
	height: 700px;
	overflow: hidden;
	border-bottom:3px solid #686966; 
}

#secBanner div {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity 3s, transform 20s ease-in;
	opacity: 0;
}

#secLineBanner .bannerImage {
	background-image:url('https://bawaycruises.co.uk/images/headerImages/searchHeader.jpg');
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: opacity 3s, transform 20s ease-in;
	height:700px;
}

/*#secLineBanner {
		display:flex;
	align-items:center;
}
*/

#secLineBanner .cruiseDetails {
	position:relative;
	width:500px;
	float:right;
	top:20px;
}

#secBanner div.first {
	transition: opacity 0s, transform 20s ease-in;
}

#secBanner div.show {
	opacity: 1;
}

#secBanner div.grow {
	transform: scale(1.2, 1.2);
}

#secBanner div.oCenter {
	transform-origin: center center;
}

#secBanner div.oTopLeft {
	transform-origin: top left;
}

#secBanner div.oCenterLeft {
	transform-origin: center left;
}

#secBanner div.oBottomLeft {
	transform-origin: bottom left;
}

#secBanner div.oBottomCenter {
	transform-origin: bottom center;
}

#secBanner div.oBottomRight {
	transform-origin: bottom right;
}

#secBanner div.oCenterRight {
	transform-origin: center right;
}

#secBanner div.oTopRight {
	transform-origin: top right;
}

#secBanner div.oTopCenter {
	transform-origin: top center;
}

#secLeftSearch {

}

#secLeftSearch input[type=text], #secLeftSearchTop input[type=text]  {
	min-width:190px;
	width:100%;
	background-color:rgb(255,255,255);
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
	cursor: pointer;
}

#secLeftSearch #divModalRegionSelect, #secLeftSearchTop #divModalLineShipRatingSelect {
	/*position:absolute;*/
	z-index:100;
	display:block;
	background-color:#ffffff;
	padding:4px 7px 7px;
	border:solid 1px rgb(200,200,200);
	border-radius:5px;
	left:0px;
	bottom:15.4em;
	width:240px;
	right:0;
	margin:0 auto;
	margin-top:5px;
}

#secLeftSearch #divModalRegionSelect.show, #secLeftSearchTop #divModalLineShipRatingSelect.show {
	display:block;
}

#secLeftSearch #divModalRegionSelect .divCheckBoxes span, #secLeftSearchTop #divModalLineShipRatingSelect .divCheckBoxes span {
	width:210px;
	height:40px;
}

#secLeftSearch #divModalRegionSelect .divCheckBoxes span label span, #secLeftSearchTop #divModalLineShipRatingSelect .divCheckBoxes span label span {
	width:208px;
	height:38px;
}

.dropdown #secHeaderSearch {
	position:relative;
	width:100%;
	bottom:0;
}

#secHeaderSearch {
	position: absolute;
	left: 0;
	width: 100%;
	bottom:-65px;
}

#secHeaderSearch .searchContainer {
	width:1280px;
	margin:0 auto;
	position:relative;
	border: 2px solid #e6e6e6;
	background-color:#ffffff;
}

.topD #secHeaderSearch .searchContainer {
	width:100%;
	margin:0 auto;
	position:relative;
	border: 0;
	background-color:#ffffff;
}

#secHeaderSearch .search .searchContainer {
	z-index:11;
}


#secHeaderSearch .searchContainer #ocean-tab, #secHeaderSearch .searchContainer #river-tab, #secHeaderSearch .searchContainer #all-cruises-tab, #searchModal .searchContainer #ocean-tab, #searchModal .searchContainer #river-tab, #searchModal .searchContainer #all-cruises-tab, #secSearchPanel .buttonContainer #ocean-tab, #secSearchPanel .buttonContainer #river-tab, #secSearchPanel .buttonContainer #all-cruises-tab, #searchOffCanvas .searchContainer #ocean-tab-mob, #searchOffCanvas .searchContainer #river-tab-mob, #searchOffCanvas .searchContainer #all-cruises-tab-mob, #searchLeftOffCanvas .searchContainer #ocean-tab-mob, #searchLeftOffCanvas .searchContainer #river-tab-mob, #searchLeftOffCanvas .searchContainer #all-cruises-tab-mob   {
	background-color:#ffffff;
	color:#000000;
	border:0;
	border-radius:0;
	flex-grow:1;
}
#secHeaderSearch .searchContainer #ocean-tab:hover, #secContent .buttonContainer #ocean-tab:hover {
	background-color: #336699;
	color:#ffffff;
}

#secHeaderSearch .searchContainer #river-tab:hover, #secContent .buttonContainer #river-tab:hover {
	color:#ffffff;
	background-color: #1b7b51;
}

#secHeaderSearch .searchContainer #all-cruises-tab:hover, #secContent .buttonContainer #all-cruises-tab:hover {
	color:#ffffff;
	background-color: #696866;
}

#secHeaderSearch .searchContainer .ocean #ocean-tab, #searchModal .searchContainer .ocean #ocean-tab, #secSearchPanel .ocean #ocean-tab, #searchOffCanvas .searchContainer .ocean #ocean-tab-mob, #searchLeftOffCanvas .searchContainer .ocean #ocean-tab-mob {
	background-color:#336699 ;
	color:#ffffff;
}

#secHeaderSearch .searchContainer .river #river-tab, #searchModal .searchContainer .river #river-tab, #secSearchPanel .river #river-tab, #searchOffCanvas .searchContainer .river #river-tab-mob, #searchLeftOffCanvas .searchContainer .river #river-tab-mob {
	background-color:#1b7b51;
	color:#ffffff;
}

#secHeaderSearch .searchContainer .allCruises #all-cruises-tab, #searchModal .searchContainer .allCruises #all-cruises-tab, #secSearchPanel .allCruises #all-cruises-tab, #searchOffCanvas .searchContainer .allCruises #all-cruises-tab-mob, #searchLeftOffCanvas .searchContainer .allCruises #all-cruises-tab-mob {
	background-color:#696866;
	color:#ffffff;
}

#secHeaderSearch .ulSearch, #searchModal .ulSearch {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: flex-end;
	background-color:#ffffff;
	width:1277px;
	margin:0 auto;
	padding:55px 10px 40px;
}

#secHeaderSearch .bmSearch .ulSearch, #searchModal .bmSearch .ulSearch  {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	background-color: #ffffff;
	width: 100%;
	margin: 0 auto;
	padding: 55px 10px 40px;
}

#secHeaderSearch .bmSearch .ulSearch li, #searchModal .bmSearch .ulSearch li {
	width:33%;
}

#secHeaderSearch h3, #searchModal h3 {
	text-align:center;
	position:absolute;
	top:55px;
	left:0;
	right:0;
	color:#336699;
	font-size:26px;
	font-weight:600;
}

#secHeaderSearch .buttonContainer, #secSearchPanel .buttonContainer, #searchOffCanvas .buttonContainer, #searchLeftOffCanvas .buttonContainer, #searchModal .buttonContainer {
	display:flex;
}

#secSearchPanel .buttonContainer {
	width:90.2%;
}

#secHeaderSearch .river h3, .river h3 {
	color:#1b7b51 !important;
}

#secHeaderSearch .river .datePickerSpan, #secHeaderSearch .river .card-header, #secSearchPanel .river .card-header  {
	background-color:#c5f4df; 
}

#secHeaderSearch .river .datePickerSpan i, #secSearchPanel .river .datePickerSpan i, #secSearchPanel .river .card-header i {
	color:#1b7b51;
}

#secSearchPanel .fa-xmark {
	font-size:18px !important;
	cursor:pointer;
}

#secSearchPanel .ocean .btn-primary {
	background-color:#336699 !important;
	border-color:#336699 !important;
}

#secSearchPanel .ocean .btn-primary:hover, #secSearchPanel .river .btn-primary:hover, #secSearchPanel .allCruises .btn-primary:hover {
	color:#ffffff !important;
}

#secSearchPanel .river .btn-primary {
	background-color:#1b7b51 !important;
	border-color:#1b7b51 !important;
}
#secSearchPanel .allCruises .btn-primary {
	background-color:#696866 !important;
	border-color:#696866 !important;
}

#secHeaderSearch .river .btn-primary, .river .btn-primary {
	background-color:#1b7b51 !important;
	border: 1px solid #1b7b57;
	border-color:#1b7b51 !important;
}

#secHeaderSearch .river .btn-primary:hover, .river .btn-primary:hover, #secHeaderSearch .allCruises .btn-primary:hover, .allCruises .btn-primary:hover {
	background-color: #e6e6e6 !important;
    color: #1b7b51 !important;
    border-color: #e6e6e6 !important;
}

secHeaderSearch .allCruises .btn-primary:hover, .allCruises .btn-primary:hover {
	color:#696866 !important;
}

#secHeaderSearch .allCruises h3 {
	color:#696866;
}

#secHeaderSearch .allCruises .datePickerSpan, #secHeaderSearch .allCruises .card-header, #secSearchPanel .allCruises .card-header {
	background-color:#e6e6e6;; 
}

#secHeaderSearch .allCruises .datePickerSpan i, #secSearchPanel .allCruises .datePickerSpan i, #secSearchPanel .allCruises .card-header i {
	color:#696866;
}

#secHeaderSearch .allCruises .btn-primary, .allCruises .btn-primary {
	background-color:#696866 !important;
	border:1px solid #696866;
	border-color:#696866 !important;
}

#secHeaderSearch h4, #searchModal h4{
	position:absolute;
	bottom:10px;
	right:15px;
	z-index:9;
	font-family: quicksand, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0;
    text-align: left;
    color: #696866;
	font-size:18px;
	margin-top:5px;
}

#searchModal h4 {
	bottom:20px;
	right:25px;
}

#secHeaderSearch .ulSearch li, #searchModal .ulSearch li {
	position: relative;
	display: inline-block;
	padding: 5px;
	text-align: center;
	width:20%;
}

#secHeaderSearch .card-header, #searchModal .card-header {
	background-color:#f1f5fa;
	border-bottom:0;
	padding:0.5rem;
	font-family: quicksand, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 0;
    text-align: left;
    color: #696866;
    text-transform: uppercase;
    font-size: 12px;
    /*letter-spacing: 0.08em;*/
	cursor:pointer;
}

#secHeaderSearch .card-header h5, #searchModal .card-header h5 {
	font-family: quicksand, sans-serif;
	font-weight: 600;
	font-style: normal;
	margin-bottom:0;
	text-align:left;
	color:#696866;
	text-transform: uppercase;
	font-size:12px;
	letter-spacing: 0.08em;
}

#secHeaderSearch .card-header i, #searchModal .card-header i {
	font-size:25px;
	width:30px;
	color:#336699;
	vertical-align:middle;
}

#secHeaderSearch li > label, #searchModal li > label {
	display: block;
    text-align: left;
    padding: 0.2em 0.5em;
    color: white;
    text-shadow: 1px 1px #000;
}

#secHeaderSearch select, #secHeaderSearch input[type=text], #searchModal select, #searchModal input[type=text] {
	min-width: 190px;
	width: 100%;
	background-color: rgb(255,255,255);
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	cursor:pointer;
}

#secHeaderSearch .divModal, #searchModal .divModal {
    position: absolute;
    z-index: 100;
    display: none;
    background-color: white;
    padding: 20px 20px 30px;
    left: 5px;
    top: -55px;
    /*right: 5px;*/
	box-shadow:1px 1px 6px 1px #e6e6e6;
}

#secHeaderSearch #divModalRegionSelect, #secHeaderSearch #divModalLineShipRatingSelect, #secHeaderSearch #divShipSelect, #searchModal #divModalRegionSelect, #searchModal #divModalLineShipRatingSelect, #searchModal #divShipSelect  {
	/*position: absolute;
	z-index: 100;
	display: none;*/
    background-color: white;
    padding: 4px 7px 7px 7px;
    /*left: 5px;
	top: 84px;*/
	width:429px;
	/*box-shadow:1px 1px 6px 1px #e6e6e6;*/
}

#searchModal {
	overflow-y: hidden !important;
}

#secHeaderSearch #divModalRegionSelect.show, #secHeaderSearch #divModalLineShipRatingSelect.show, #secHeaderSearch #divShipSelect.show, #searchModal #divModalRegionSelect.show, #searchModal #divModalLineShipRatingSelect.show, #searchModal #divShipSelect.show {
	display:block;
}

#secHeaderSearch #divModalDurationSelect, #secHeaderSearch #divModalDepartSelect, #searchModal #divModalDurationSelect, #searchModal #divModalDepartSelect {
	/*height:150px;*/
	width:429px;
}

#secHeaderSearch .divModal.show, #searchModal .divModal.show
{
	display: block;
}

#secHeaderSearch .divModal h2, #searchModal .divModal h2 {
	width: 100%;
	text-align: left;
	margin-top:0.5em;
	padding-right:0.7em;
	padding-left:0.5em;
}

#secHeaderSearch .divModal h2 i.fa, #searchModal .divModal h2 i.fa {
	float: right;
	line-height: inherit;
	cursor: pointer;
}

/*#divModalDurationSelect {
	height:156px;
}*/

#divModalDurationSelect h2 {
	height:20px;
}



.close {
	position:absolute;
	right:10px;
	top:10px;
	width:32px;
	height:32px;
	opacity:0.3;
	cursor:pointer;
}

.close:hover {
	opacity: 1;
}

.close:before, .close:after {
	position:absolute;
	left:15px;
	content: ' ';
	height:20px;
	width:2px;background-color:#333;
}

.close:before {
	transform: rotate(45deg);
}

.close:after {
	transform: rotate(-45deg);
}

#divRegion, #divLine, #divRegionMob, #divLineMob, #divShip, #divShipMob {
	/*display: flex;
    justify-content: space-between;
    align-items: center;*/
	margin-top: 7px;
	height:325px;
	overflow-y:scroll;
}

#secHeaderSearch .divModal > div, #searchModal .divModal > div {
	display: flex;
    justify-content: space-between;
    align-items: center;
}

#secHeaderSearch .divModal > div.wrap, #searchModal .divModal > div.wrap {
	flex-wrap: wrap;
	flex-direction: column;
    align-items: unset;
}

#divRegion::-webkit-scroll-track, #divLine::-webkit-scroll-track, #divShip::-webkit-scrollbar-track, .itineraryContainer::-webkit-scroll-track, .leftSearch::-webkit-scroll-track, .bs-canvas-content::-webkit-scroll-track, #offcanvasRight::-webkit-scroll-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color:#f5f5f5;
}

#divRegion::-webkit-scrollbar, #divLine::-webkit-scrollbar, #divShip::-webkit-scrollbar, .itineraryContainer::-webkit-scrollbar, .leftSearch::-webkit-scrollbar, .bs-canvas-content::-webkit-scrollbar, #offcanvasRight::-webkit-scrollbar {
	width: 6px;
  	background-color: #f5f5f5;
}

#divRegion::-webkit-scrollbar-thumb, #divLine::-webkit-scrollbar-thumb, #divShip::-webkit-scrollbar-thumb, .itineraryContainer::-webkit-scrollbar-thumb, .leftSearch::-webkit-scrollbar-thumb, .bs-canvas-content::-webkit-scrollbar-thumb, #offcanvasRight::-webkit-scrollbar-thumb {
  	background-color: #335dab;
}

.river #divRegion::-webkit-scrollbar-thumb, .river #divLine::-webkit-scrollbar-thumb, .river #divShip::-webkit-scrollbar-thumb, .river .itineraryContainer::-webkit-scroll-track, .river .leftSearch::-webkit-scrollbar-thumb, .river .bs-canvas-content::-webkit-scrollbar-thumb, .river #offcanvasRight::-webkit-scrollbar-thumb {
	background-color:#1b7b51;
}

.allCruises #divRegion::-webkit-scrollbar-thumb, .allCruises #divLine::-webkit-scrollbar-thumb, .allCruises #divShip::-webkit-scrollbar-thumb, .allCruises .itineraryContainer::-webkit-scroll-track, .allCruises .leftSearch::-webkit-scrollbar-thumb, .allCruises .bs-canvas-content::-webkit-scrollbar-thumb, .allCruises #offcanvasRight::-webkit-scrollbar-thumb {
	background-color:#696866;
}




/*#secHeaderSearch .divModal > div label, #searchModal .divModal > div label {
	flex-grow: 2;
	text-align: left;
	margin: 3px 0;
}*/

/*#secHeaderSearch .divModal > div select, #searchModal .divModal > div select {
	flex-grow: 0;
    width: auto;
}*/

/*#secHeaderSearch #divModalDurationSelect select, #searchModal #divModalDurationSelect select {
	min-width: 100px;
}

#secHeaderSearch #divModalLineShipRatingSelect, #searchModal #divModalLineShipRatingSelect  {
	min-width: 300px;
}*/

/* modal search panel */

.divModalWrapper {
	position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	background-color: rgba(80,80,80,0.5);
}

.divModalWrapper > section {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 10%;
	bottom: 10%;
	background-color: rgb(255,255,255);
	border: solid 1px rgb(200,200,200);
	border-radius: 5px;
	padding: 1em;
}

#divSearchModal {
	display: none;
	opacity: 0;
}

#secSearchModal h2 {
	font-size: 2em;
}

#secSearchModal h3 {
	font-size: 1.4em;
    padding: 0.2em 0;
    border-bottom: solid 1px rgb(200,200,200);
}

.ulSearchModal ul {
	display: flex;
    flex-wrap: wrap;
	padding: 0.5em 0;
}

.ulSearchModal ul li {
	padding: 0.2em 0.5em;
}

.ulSearchModal ul li.liHeader {
	width: 100%;
}

.ulSearchModal ul li > * {
	vertical-align: middle;
}

/*
.ulSearchGeneric {
	display: flex;
    flex-wrap: wrap;
	padding: 0.5em 0;
}

.ulSearchCheckBoxList {
	display: flex;
    flex-wrap: wrap;
	padding: 0.5em 0;
}

.ulSearchCheckBoxList li.liHeader {
	width: 100%;
}

.ulSearchCheckBoxList li {
	padding: 0.2em 0.5em;
}

.ulSearchCheckBoxList li > * {
	vertical-align: middle;
}
*/



/* content */

.content {
	padding:0 2em;
}

#secBreadcrumb {
	padding: 1.5em 2em 0;
	/*max-width:1800px;
	margin:0 auto;*/
}

#secBreadcrumb li {
	display: inline-block;
}

#secBreadcrumb li::after {
	content: " > ";
}

#secBreadcrumb li:last-child::after {
	content: "";
}

#secBreadcrumb li a {
	color: inherit;
	text-decoration: none;
}

.cEnquiries {
	display:flex;
}

.cEnquiries #secEnquiry {
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-content: flex-start;
	padding:1em;
	width:auto;
}

.narrow #secContent {
	max-width:100%;
	padding:0;
}

#secContent {
	max-width: 1800px;
    margin: 0 auto;
	min-height: 200px;
	padding: 0 1em 2em;
}

#secContent > section {
	overflow: hidden;
}

#secContent > section > h2 {
	
}

#secContent > section > h2 > span {
	float: right;
	display: none;
}

#secContent article > * {
	margin-bottom: 1em;
}

#secContent article > *:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
		
	#secContent {
		flex-wrap: wrap;
	}
	
	#secContent > section {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	
	#secContent > section.hide {
		height: 4.5em;
		overflow: hidden;
	}
	
	#secContent > section.hide > article {
		display: none;
	}
	
	#secContent > section > h2 {
		width: 100%;
	}	
	
	#secContent > section > h2 > span {
		display: block;
	}
	
	#secContent > section > article {
		width: 49%;
	}	
	
	#secContent #secMovers {
		order: 0;
	}
	
	#secContent #secOffers {
		order: 1;
	}
	
	#secContent #secPromotions {
		order: 2;
	}
	
}

@media only screen and (max-width:1220px) {
	.narrow #secTop {
		padding:10px 10px 0;
	}
	
	#secHeaderSearchMob .offcanvas-end {
		width:100% !important;
	}
	
	#divModalLineShipRatingSelect {
		width:100%;
	}
	
	.card {
		border: 0 !important;
	}
	.card-header {
		padding:0 !important;
		background-color:unset !important;
	}
	.card-header i {
		position:absolute;
		right:5px;
		top:15px;
	}
	.card-header span {
		text-align:left;
		width:100%;
		padding:0.375rem 0 !important;
	}
	.card-header h5 {
		margin-bottom:0 !important;
	}
	.card-body {
		padding:0 !important;
	}
	.pick {
		color:#335dab;
	}
	#divDepartFrom label, #divDepartTo label, #divDurationFrom label, #divDurationTo label, #divDepartFromMob label, #divDepartToMob label, #divDurationFromMob label, #divDurationToMob label {
		width:29%
	}
	#divDepartFrom input, #divDepartTo input, #divDurationFrom select, #divDurationTo select, #divDepartFromMob input, #divDepartToMob input, #divDurationFromMob select, #divDurationToMob select {
		width:69%;
	}
	#divDepartTo, #divDepartToMob {
		margin-top:1em;
	}
	.modal-footer {
		padding:0 !important;
	}
	.modal-footer button {
		width:100%;
		padding:0;
		margin:0;
		height:50px;
		border-radius:0;
	}
}

@media only screen and (max-width: 1220px) {
	
	#secBurger {
		display: block;
	}
	
	#secLogo {
		height: 60px;
		min-width: unset;
		width: 140px;
	}
	
	#secBanner {
		height: 300px;
	}
	
	#navTop {
		position: fixed;
		z-index: 2000;
		top: 82px;
		left: 0;
		right: 0;
		bottom: 100%;
		overflow: hidden;
		background-color: rgba(255,255,255,1);
		transition: bottom 0.5s;
	}
	
	#navTop.show {
		bottom: 0;
	}
	
	#navTop ul {
	    display: flex;
		flex-direction: column;
		width: 80%;
		margin: 2em auto;
		padding-left:0;
	}
	
	#navTop ul li {
		padding: 0.5em 0;
    	border-bottom: solid 1px rgb(220,220,220);
	}
	#navTop ul li a {
		color:#696866;
	}
	
	#secHeaderSearch .ulSearch {
     	flex-direction: column; 
     	align-content: center;
	}
	
	#secHeaderSearch .ulSearch li {
		width: 80%;
	}
	
	#secTelephone .teleMobile {
		display:flex;
		margin-top:0px;
		flex-direction:row;
		align-content:center;
		justify-content: center;
		align-items:center;
	}
	#secTelephone .teleMobile a {
		padding:0 10px;
	}
	#secTelephone .teleMobile i {
		color:#ffffff;
	}
	#secTelephone p {
		display: none;
	}
	
	#secTelephone a {
		display: block;
	}
	#secBurger {
		color:#ffffff;
	}
	.narrow .col-md-12 {
		width:100% !important;
	}
	
}

@media only screen and (max-width:768px) {
	#secTelephone p {
		display: none;
	}
	
	#secTelephone a {
		display: block;
	}
}

@media only screen and (max-width: 650px) {

	#secContent > section > article {
		width: 100%;
	}	
	
}

#secContent.cHome {
	display: flex;
	justify-content: center;
}

#secContent.cHome > section {
	width: 33%;
}

/* promotions */

#secPromotions {
	padding: 1em;
}

#secPromotions h2 {
    color: #336699;
    letter-spacing: 0.08em;
    font-family: quicksand, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
}

#secPromotions article {
	padding: 1em;
	margin: 0.5em 0;
	border: solid 1px rgb(200,200,200);
	border-radius: 5px;
}

#secPromotions article .divCruiseLineLogo {
	width: 100%;
	height: 60px;
	margin-right: 1em;
}

#secPromotions article .divPromoDetails {
	font-size: 0.9em;
}

#secPromotions article .divPromoDetails ul {
	text-align: center;
}

#secPromotions article .divPromoDetails li {
	margin: 0.25em 0;
}

#secPromotions article .divPromoLink {
	width: 100%;
	text-align: center;
    background-color: rgb(51,93,171);
    padding: 0.5em;
    border-radius: 5px;
    color: white;
}

#secPromotions article .divPromoLink a {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}

/* offers */

#secMovers {
	padding: 1em;
}

#secMovers h2 {
    color: #336699;
    letter-spacing: 0.08em;
    font-family: quicksand, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: center;
}

#secMovers article {
	padding: 1em;
	margin: 0.5em 0;
	border: solid 1px rgb(200,200,200);
	border-radius: 5px;
}

#secMovers article .divMoverChartWrapper {
	/*flex-grow: 2;*/
	width: 100%;
	margin-right: 1em;
}

#secMovers article .divMoverChartWrapper .divMoverChart {
	width: 100%;
    height: 0;
    padding-bottom: 35%;
	background-color: rgb(220,220,220);
	border: solid 1px rgb(200,200,200);
}

#secMovers article .divMoverChartWrapper .ct-perfect-fourth:before {
	padding-bottom: 0;
}

#secMovers article .divMoverDetails, #secMovers article .divMoverPrices {
	font-size: 0.9em;
}

#secMovers article .divMoverDetails h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#secMovers article .ulMoverDetails {
	display: flex;
	justify-content: space-between;
	margin: 1em 0;
}

#secMovers article .ulMoverDetails li {
	width: 30%;
}

#secMovers article .ulMoverDetails span {
	display: block;
	text-align: center;
	margin: 0.25em 0;
}

#secMovers article .ulMoverDetails span:first-of-type {
	font-weight: bold;
}

#secMovers article .ulMoverPrices {

}

#secMovers article .ulMoverPrices li {
	display: flex;
	justify-content: space-between;	
	align-items: center;
}

#secMovers article .ulMoverPrices li span {
	display: block;
}

#secMovers article .ulMoverPrices li span:first-of-type {
	width: 70px;
}

#secMovers article .ulMoverPrices li span:last-of-type {
	width: 50px;
}

#secMovers article .ulMoverPrices li:last-of-type span:first-of-type {
	font-weight: bold;
}

#secMovers article .ulMoverPrices .fa-arrow-down {
	color: forestgreen;
}

#secMovers article .ulMoverPrices .fa-arrow-up {
	color: red;
}


#secMovers article .spMoverPricesFrom {
	display: block;
	text-align: center;
	margin: 0.25em 0;
	font-weight: bold;
}

#secMovers article .divMoverLink {
	width: 100%;
	text-align: center;
    background-color: rgb(51,93,171);
    padding: 0.5em;
    border-radius: 5px;
    color: white;
}

#secMovers article .divMoverLink a {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}

#secMovers .ct-series-a .ct-line {
  stroke: red;
  stroke-width: 2px;
}


/* offers */

.narrow #secOffers {
	padding:0;
}

#secOffers {
	padding: 1em;
}

#secOffers h2, .title-section, .fc-toolbar-title {
    color: #696866;
    font-weight: 400;
    font-style: normal;
    text-transform: capitalize;
    font-size: 1.5em;
    text-align: center;
	margin-bottom:1em;
}

.title-section {
	text-align:left;
}

#secOffers article {
	padding: 1em;
}

#secOffers article .divOfferFeatures, #secOffers article .divOfferDetails {
	font-size: 0.9em;
}

#secOffers article .divOfferFeatures h3 {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
}

#secOffers article .divOfferFeatures .ulOfferFeatures {
	margin: 0.5em 0;
	text-align: center;
}

#secOffers article .divOfferFeatures .ulOfferFeatures li {
	margin: 0.25em 0;
}

#secOffers article .divOfferDetails {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
}

#secOffers article .divOfferDetails .divOfferMap {
	width: 50%;
    height: 0;
    padding-bottom: 50%;
	margin: 0 auto 1em;
	background-color: rgb(220,220,220);
	border: solid 1px rgb(200,200,200);
	border-radius: 5px;
}

#secOffers article .divOfferDetails .ulOfferDetails {
	width: 200px;
	margin: 0 auto 1em;
    text-align: center;
}

#secOffers article .divOfferDetails .ulOfferDetails li {

}

#secOffers article .divOfferDetails .ulOfferDetails span {
	margin: 0.25em 0;
	white-space: nowrap;
}

#secOffers article .divOfferDetails .ulOfferDetails span:first-of-type {
	font-weight: bold;
	margin-right: 1em;
}

#secOffers article .divOfferDetails .spOfferPricesFrom {
	display: block;
	width: 100%;
	margin: 0.25em 0;
	font-weight: bold;
}

#secOffers article .divOfferLink {
	width: 100%;
	/*margin: 0.5em 0;*/
	text-align: center;
    background-color: rgb(51,93,171);
    padding: 0.5em;
    border-radius: 5px;
    color: white;
}

#secOffers article .divOfferLink a {
	text-decoration: none;
	font-weight: bold;
	color: inherit;
}

/* footer */

footer {
	display: flex !important;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 20px 0.5em 0;
	background-color: #F1F5FA;
	border-top:1px solid #696866;
}

footer .container-fluid {
	max-width:1800px;
}

#secCompany ul {
	font-size: 0.8em;
}

#secCompany ul li {
	margin: 0.3em 0;
	
}

#aBawayOnBusiness, #aBawayInLuxury {
	text-align: center;
}

#aBawayOnBusiness img, #aBawayInLuxury img {
	height: 75px;
	width: auto;
	/*
	height: 50px;
	min-width: 200px;
	background-image: url('../images/bawayonbusiness_logo_h100.png');
	*/
}

#secAffiliations ul li {
	display: inline-block;
	height: 30px;
}

#liABTA {
	width: 70px;
	background-image: url('../images/misc/abta_logo_large.png');
}

#liIATA {
	width: 50px;
	background-image: url('../images/misc/iata_logo_large.png');
}

#liCLIA {
	width: 55px;
	background-image: url('../images/misc/clia_logo_large.png');
}

#liATOL {
	width: 50px;
	background-image: url('../images/misc/atol_logo_6097_large.png');
}

#secBawayInLuxury {
	/*
	height: 50px;
	min-width: 200px;
	background-image: url('../images/bawayluxury_logo_h100.png');
	*/
}

#secBranches {

}

#secBranches ul {
	font-size: 0.8em;
    display: flex;
    flex-wrap: wrap;
    width: 320px;
}

#secBranches ul li {
	margin: 0.1em 0;
    width: 50%;
    white-space: nowrap;
}

@media only screen and (max-width: 1000px) {

	#secContent.cHome > section {
		border-bottom: solid 1px rgb(200,200,200);
	}
	
}

@media only screen and (max-width: 768px) {

	footer > * {
		margin: 0.5em 0;
	}
	
	#secCompany {
		order: 1;
	}
	
	#secBranches {
		order: 2;
	}
	
	#aBawayOnBusiness {
		order: 3;
		width: 50%;
	}
	
	#aBawayInLuxury {
		order: 4;
		width: 50%;
	}
	
	#secAffiliations {
		order: 5;
		width: 100%;
		text-align: center;
	}	
}

@media only screen and (max-width: 650px) {
	
	#aBawayOnBusiness, #aBawayInLuxury {
		width: 100%;
	} 
	
}

/* Search Panel */

.narrow #secContent #secSearchPanel {
	width:auto;
	margin-top:1em;
	margin-bottom:1em;
}

.narrow #secSearchPanel {
	padding:0;
}

#secContent #secSearchPanel {
	width: 300px;
	flex-shrink: 0;
	height:545px;
	position:relative;
	overflow:hidden;
}

#secSearchPanel {
	padding: 1em;
}

#secSearchPanel h2 {
	font-size: 1.8em;
	font-weight: 400;
}

#secSearchPanel .card-header {
	background-color:unset;
	border-bottom:0;
}

#secSearchPanel .card {
	border:0px;
	margin-bottom:5px;
	width:95%;
}

.leftSearch, .searchTopMobile {
	width:95%;
}

.card-header span {
	color:#335dab;
	padding:0;
}

.river .card-header span {
	color:#1b7b51;
}

.allCruises .card-header span {
	color:#696866;
}

#secHeaderSearch .clearIcon {
	right:10px;
	top:23px;
	cursor:pointer;
}

.clearIcon {
	position:absolute;
	right:-25px;
	top:18px;
}

.hide {
	display:none;
}

.leftSearch .card-body {
	padding:1rem 1.25rem !important;
}

#secSearchPanel #divModalLineShipRatingSelect {
	width:230px !important;
}

#secSearchPanel #divModalRegionSelect .divCheckBoxes span, #secSearchPanel #divModalLineShipRatingSelect .divCheckBoxes span {
	width:215px;
	height:25px;
	background-color:#ffffff;
}

#secSearchPanel #divModalLineShipRatingSelect .ship .divCheckBoxes span {
	width:215px;
	height:25px;
	background-color:#335dab;
	color:#ffffff;
}

#secSearchPanel .river #divModalLineShipRatingSelect .ship .divCheckBoxes span{
	background-color:#1b7b51;
}

#secSearchPanel .allCruises #divModalLineShipRatingSelect .ship .divCheckBoxes span{
	background-color:#696866;
}

#divModalLineShipRatingSelect .ship .divCheckBoxes input:checked + span, .river #divModalLineShipRatingSelect .ship .divCheckBoxes input:checked + span, .allCruises #divModalLineShipRatingSelect .ship .divCheckBoxes input:checked + span {
	background-color:#ffffff !important;
	color:#000000 !important;
}

#divShipSelect .ship .divCheckBoxes span {
	height:20px;
	width:280px;
}

#divShipSelect .ship .divCheckBoxes span label span {
	width:275px;
	height:25px;
}

#divShipSelect .ship .divCheckBoxes span, #divShipSelectMob .ship .divCheckBoxes span {
	background-color:#336699;
	color:#ffffff;
	margin-right:3px;
}

.river #divShipSelect .ship .divCheckBoxes span, .river  #divShipSelectMob .ship .divCheckBoxes span {
	background-color: #1b7b51;
}

.allCruises #divShipSelect .ship .divCheckBoxes span, .allCruises  #divShipSelectMob .ship .divCheckBoxes span {
	background-color:#696866;
}

#divShipSelect .ship .divCheckBoxes input:checked + span, .river #divShipSelect .ship .divCheckBoxes input:checked + span, .allCruises #divShipSelect .ship .divCheckBoxes input:checked + span, #divShipSelectMob .ship .divCheckBoxes input:checked + span {
	background-color:#ffffff !important;
	color:#000000 !important;
}

#secSearchPanel #divModalRegionSelect .divCheckBoxes span label span, #secSearchPanel #divModalLineShipRatingSelect .divCheckBoxes span label span {
	width:215px;
	height:30px;
	font-size:14px;
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding-top:3px;
}

#secSearchPanel #divModalRegionSelect .divCheckBoxes span label span:hover, #secSearchPanel #divModalLineShipRatingSelect .divCheckBoxes span label span:hover {
	background-color:#d3d3d3;
}

#ulSearchPanel {
	width: 100%;
	padding: 1em;
	margin: 0.5em 0;
	border: solid 1px rgb(200,200,200);
	border-radius: 5px;
}

#ulSearchPanel > li {
	padding: 0.5em 0;
	border-bottom: solid 1px rgb(200,200,200);
	overflow: hidden;
	transition: height 0.5s;
}

#ulSearchPanel > li:last-child {
	border: none;
}

#ulSearchPanel p {
	line-height: 2;
	font-weight: 600;
	margin-bottom: 0.5em;
}

#ulSearchPanel p i.fa {
	font-size: 1.5em;
    float: right;
    transition: transform 0.5s;
    transform-origin: center;
    padding-bottom: 3px;
}

#ulSearchPanel > li.hide {
	height: 3em !important;
}

#ulSearchPanel > li.hide p i.fa {
	transform: rotate(180deg);
}

#ulSearchPanel select {
	width: 100%;
	margin-bottom: 0.5em;
}

#ulSearchPanel ul {
	padding: 0 1em;
    margin-bottom: 0.5em;
}

#ulSearchPanel ul li i.fa {
	float: right;
}

#ulSearchPanel span {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 0.5em;
}

#ulSearchPanel span ul {
	width: 100%;
	margin-top: 0.5em;
	margin-bottom: 0;
}

/* Search results */

#secContent #searchTop h3{
	font-size:1.2em;
	color:#336699;
	font-weight:400;
}

.river #searchTop h3 {
	color:#1b7b51;
}

.allCruises #searchTop h3 {
	color:#696866;
}

#secContent.cLines, #secContent.cLineProvider {
	display: flex;
	justify-content: flex-start;
	align-items:flex-start;
	height:auto;
}

#secContent #secSearchResults, #secContent #secLines, #secContent #secIndiLine{
	width: auto;
}

#secContent .resultContainer {
	width:100%;
}

#secIndiLine {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	align-content: flex-start;
}

/*#secSearchResults h2, #secLines h2, #searchTop h2, #secSavedResults h2, #secContent h3, .h2Title {
	font-size: 1.575em;
	width: 100%;
	font-family: quicksand, sans-serif;
	font-weight: 900;
	font-style: normal;
	color:#696866;
}*/

#secSearchResults .background, #secSavedResults .background, #secShipNextCruise .background, #exclusiveOffers .background {
	/*display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;*/
    border: solid 1px rgb(200,200,200);
   /* padding: 1em 0 0;
    margin: 0.5em 0 0.5em 0;*/
	position:relative;
	/*max-width: 49%;*/
	height: 100%;
	display:flex;
	flex-direction:column;
}

#secSavedResults .background, #secShipNextCruise .background {
	padding:0; 
}

#secShipNextCruise .background {
	margin:0;
}

#exclusiveOffers .background {
	padding:0;
	border: 1px solid #bf7b20;
	/*height:auto;*/
}

#exclusiveOffers .exclusive .spPriceType{
	display:flex; flex-direction:row; flex-wrap:wrap; align-content: center; justify-content: space-evenly; align-items:center;
}

#exclusiveOffers .gridView .exclusive .spPriceType {
	justify-content: space-evenly;
}

#exclusiveOffers .gridView .background {
	padding:0;
	border:1px solid #bf7b20;
}

#exclusiveOffers .packageDetails {
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

#exclusiveOffers .packageDetails .prices {
	padding:0 4em;
}

.exclusiveItineraryContainer .col-12:nth-child(even), .included .col-md-12:nth-child(even) {
	background-color: #f1f5fa;
}

.included .col-md-12 {
	height:100px;
	display:flex;
	align-content:center;
	align-items:center;
	flex-direction: column;
	justify-content: center;
}

.pdf {
	font-size:24px;
	height: 33px;
	width: 50px;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}

.tracker {
	border:1px solid #e9e9e9;
	height:33px;
	display:flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items:center;
	margin: 0 10px;
	padding:10px;
	cursor: pointer;
}
.tracker:hover a i {
	color: #ff0000;
}

.tracker a {
	text-decoration:none !important;
}

.pdf a {
	color:#838383 !important;
	margin-left:0;
}

.cruiseActions {
	display:flex;
	flex-direction:row;
	justify-content: flex-end;
	align-items:center;
	flex-wrap: wrap;
	align-content:center;
	margin-bottom:10px;
}

.cruiseActions button {
	background-color:#336699;
	color:#ffffff;
	border:0;
	padding: 5px 10px;
	margin-right:10px;
}

.exclusiveItineraryContainer .itinBox, .exclusiveItineraryContainer .itinBoxSea {
	display:flex;
	align-content: center;
    align-items: center;
	text-transform: capitalize;
}

.exclusiveItineraryContainer .iconContainer img {
	background-color: #336699;
	border-radius: 50%;
	border:1px solid #696866;
	width:80%;
	margin-bottom:5px;
	margin-left:15px;
}

.exclusiveItineraryContainer .itinBoxSea .iconContainer img {
	background-color:#ffffff;
}

.exclusiveItineraryContainer .greyBG .iconContainer img {
	background-color:#e6e6e6;
}

#secSearchResults .river .background {
	border:1px solid #1b7b51;
	/*padding:0 0 1em;*/
}

#secSearchResults .river .priceboxbutton a {
	background-color:#1b7b51 !important;
	border:1px solid #1b7b51;
	border-color:#1b7b51;
}

#secSearchResults .river .priceboxbutton a:hover {
	color:#ffffff !important;
}

#secSearchResults .priceboxbutton a, #exclusiveOffers .pricebutton a {
	background-color:#336699;
	border: 1px solid #336699;
	border-color:#336699;
}


#offersCarousel .background {
	/*display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;*/
    border: solid 1px rgb(200,200,200);
    margin: 0.5em 0 0.5em 0;
	position:relative;
	/*max-width: 49%;*/
	height: 100%;
}

#offersCarousel .col-md-2 {
	padding:1em;
}

#offersCarousel .background .cruiseHeader {
	padding:0 1em;
}

#secLines .background, #secIndiLine .background {
    /*border: solid 1px rgb(200,200,200);
    padding: 1em 2em;
    margin: 0.5em 0 0.5em 0;*/
	background-color:#ffffff;
	position:relative;
	height:100%;
	transition: .5s;
}

#secLines .background {
	display:flex;
	flex-direction: column;
	justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    flex-wrap: wrap;
}

#secLines .cruiseHeaderLogo {
	height:110px;
}

#secLines .cruiseRating {
	height:30px;
}

#secIndiLine .background {
	text-align:center;
	padding:1em 0 0;
	margin:unset;
}

#secIndiLine .background img {
	width:100%;
}

#secLines .background ul, #secIndiLine ul {
	padding-left:0 !important;
}

#secIndiLine .background p {
	margin-bottom:0;
}

#secLines .background h4, #secIndiLine h4, #shipDescription h2, .title {
	color:#336699;
	font-size:24px;
	font-weight:400;
	font-family: quicksand, sans-serif;
	text-transform:uppercase;
}

#secLines .background:hover, #secIndiLine .background:hover {
	box-shadow:1px 1px 4px 1px #686966;
}

#secLines a, #secIndiLine a {
	text-decoration: none;
	color:inherit;
}

#secLines .background ul li i, .rating li i {
	color:#ddbb16; 
}

#secSearchResults .cruiseHeader, #secShipNextCruise .cruiseHeader, #exclusiveOffers .cruiseHeader {
	padding:1em;
}

#secShipNextCruise .cruiseHeader img {
	display:block;
	margin:0 auto;
}

.narrow #secSearchResults .row .pTitle, .narrow #exclusiveOffers .row .pTitle {
	height:100%;
}

#secSearchResults .row .pTitle, #secSavedResults .row .pTitle, #exclusiveOffers .row .pTitle {
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	height:175px;
	margin-bottom:0;
}

#secSavedResults .row .pTitle, #secShipNextCruise .row .pTitle {
	height:auto; 
}

#secShipNextCruise .row .pTitle {
	color:#696866;
	font-weight:900;
	font-size:17px;
	text-transform:none;
}

#offersCarousel .row .pTitle {
	font-size: 1.2em;
	font-weight: bold;
	width: 100%;
	height:75px;
}


#secSearchResults .liItinerary, #offersCarousel .liItinerary {
	/*height:100%; */
	display:flex;
}

#secSearchResults .row ul, #offersCarousel .background ul, #secSavedResults .row ul, #secShipNextCruise .row ul, #exclusiveOffers .row ul{
	/*width: 50%;*/
	flex-grow: 2;
	padding-right: 1em;
	padding-left: 1em;
}

#secSearchResults .row ul, #exclusiveOffers .row ul {
	margin-bottom:0;
	padding-right:0;
}

#secExclusiveOffers .background .row ul {
	/*margin-bottom:1em;*/
}

#secExclusiveOffers .reaction ul{
	margin-bottom:0 !important;
	margin-top:1em;
}

#secSearchResults .row ul button, #secSavedResults .row ul button, #secExclusiveOffers .row ul button  {
	border:0;
	background:#ffffff;
	margin:0;
	color:#696866;
}

#secSearchResults .row ul button i {
	color:#e6e6e6;
}

#secSearchResults .row ul button:hover i {
	color:#696866;
}

#secSearchResults .row .priceboxbutton, #exclusiveOffers .row .priceboxbutton {
	padding-left:1em;
}

#secSearchResults .row .priceboxbutton a, #exclusiveOffers .row .priceboxbutton{
	font-weight:400;
	text-transform:capitalize;
}

#secSavedResults .row ul {
	padding-left:0;
}

#secSavedResults .row ul li {
	margin: 0.5em 0;
}

#secSearchResults .background button, #secSavedResults .background button, #secShipNextCruise .background button {
	margin:0 1em;
}

.liItinerary i, .liItinerary span {
	display:inline-block;
}

#secSearchResults .liItinerary span {
	width:90%;
	padding-left:3px;
}

/*.reaction {
	position:absolute;
	bottom:0;
	right:0;
}*/

.reaction ul {
	margin-bottom:0;
	text-align:right;
}

.reaction ul li {
	display:inline-block; 
}

.reaction ul li a {
	font-size:14px !important;
	font-weight:400 !important; 
	cursor:pointer; 
}

#secSearchResults .reaction ul li a i, #secSearchResults .reaction ul li button i {
	color:#e6e6e6; 
}


#secSearchResults .row ul i, #secShipNextCruise .row ul i {
	color:#336699;
	font-size:16px;
	width:25px;
}

#secShipNextCruise .liItinerary {
	display:flex;
	flex-direction:row;
	justify-content: space-between;
}

#secShipNextCruise .liItinerary span {
	width:89%;
}

#secShipNextCruise ul li {
	color:#000000;
	font-size:14px;
	margin-bottom:5px;
}

#moreCruises {
	border: 1px dashed #336699;
}

.riverBanner {
	margin-bottom:0;
	padding:0.5em;
	background-color:#1b7b51;
	color:#ffffff;
	text-align:center;
	/*margin-bottom:10px;*/
}

.exclusiveBanner {
	/*margin-bottom:10px;*/
	padding:0.5em;
	color:#ffffff;
	text-align:center;
	background-color:#bf7b20
}

.cCruiseDetail a {
	text-decoration: none;
}

.exclusiveBanner .spPriceType {
	margin-bottom:0;
	padding:0;
	text-decoration:none;
}

.exclusiveBanner .spPriceType:hover {
	background-color:#bf7b20;
	text-decoration:underline;
}

#secExclusiveOffers .exclusiveBanner {
	margin-bottom:0px;
}

.exclusive .spPriceType:hover {
	color:#ffffff !important;
	background-color:#bf7b20;
}

.exclusive .spPriceType:hover a {
	color:#ffffff !important;
}

#secSearchResults .divPricing .exclusive .spPriceType {
	color:#ffffff !important;
	background-color:#bf7b20;
	padding:10px 0;
}

#secSearchResults .divPricing .exclusive .spPriceType a {
	color:#ffffff !important;
}

.exclusive .spPriceType a {
	color:#e9e9e9;
	font-family: quicksand, sans-serif;
    font-weight: 400 !important;
    font-style: normal;
    text-align: left !important;
    font-size: 100% !important;
}

.mb-6 {
	margin-bottom:3em;
}


/*.exclusive .priceboxbutton {
	padding-left: 0;
}*/

.exclusive .exclusive .btn-primary:hover {
	background-color:#bf7b20 !important;
	border-color: #bf7b20 !important;
	color:#ffffff !important;
}

#secSearchResults .exclusiveBanner {
	margin-top:-1em;
}

#secLineBanner .exclusiveBanner {
	position:absolute;
	width:100%;
	bottom:-10px;
}

#secSearchResults .river ul li i {
	color:#1b7b51;
}

.river .holidayPrice {
	color:#1b7b51 !important;
}

.river .spPriceType:hover {
	background-color:#1b7b51;
}

#secSearchResults .reaction ul li a:hover i {
	color:#696866;
}

#secSearchResults .reaction ul li a:hover .fa-heart {
	color:red;
}

#secSearchResults .row .divMap {
	width: 200px;
	height: 200px;
	flex-shrink: 0;
	background-color: rgb(220,220,220);
	border: solid 1px rgb(200,200,200);
	border-radius: 5px;
}

#secSearchResults .row li {
	margin: 0.5em 0;
	text-align:left;	
}

#secSearchResults .row li.liLineShip img {
	height: 22px;
    vertical-align: middle;
}

#secSearchResults .row .divPricing {
	width: 100%;
}

.narrow #secSearchResults .row .divPricing div {
	margin:0;
	padding:0;
}

#secSearchResults .row .divPricing div {
	margin: 0.5em 0;
    color: white;
    padding: 0.5em;
    border-radius: 5px;
    text-align: center;
}

.narrow #secSearchPanel .searchBtn {
	padding:0;
	width:100% !important;
}

#secSearchPanel .searchBtn {
	padding:0 20px;
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	width:272px !important;
}

#secSearchPanel .card-header {
	padding:0.75rem 0rem;
	border-radius:0;
	background-color:#F1F5FA; 
	cursor: pointer;
}

#secSearchPanel .card-header:hover {
	background-color:#e6e6e6;
}

#secSearchPanel .card-header h5 {
	margin-bottom:0;
	text-transform: uppercase;
	font-size:12px;
	color:#696866;
	font-family: nunito-sans,sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.08em;
}

#secSearchPanel .card-header i {
	color:#336699;
	font-size:26px;
	width:40px;
	vertical-align:middle;
	text-align: center;
}

#secSearchPanel .card-header .fa-chevron-up {
	position:absolute;
	right:0;
	font-size:18px;
	opacity:1;
	transition:.3s;
	transition-timing-function: ease-in-out;
}

#secSearchPanel .collapsed .fa-chevron-up {
	opacity:0;
}

#datePicker {
	position:absolute;
	width:100%;
	height:50px;
	top:0;
}

.datePickerSpan {
	display:flex !important;
	background-color:#f1f5fa;
	align-items:center;
	height:50px;
	padding: 0 10px;
}

#secHeaderSearch .datePickerSpan {
	height:57px;
}

#secHeaderSearch .datePickerSpan i {
	color:#336699;
	font-size:26px;
	width:40px;
	text-align:center;
	padding:0.5em;
}

.datePickerSpan h5 {
	text-align:left;
}

.filterHeader {
	font-size:14px;
	text-transform:uppercase;
	color:#336699;
	font-family: nunito-sans,sans-serif;
	font-weight: 600;
	font-style: normal;
	letter-spacing: 0.08em;
}

.river .filterHeader, .river .filterClear {
	color:#1b7b51 !important;
}

.allCruises .filterHeader, .allCruises .filterClear {
	color:#696866 !important;
}

.searchBtn {
	height:57px !important;
	border-radius:0 !important;
	background-color:#336699 !important;
}

/*#secSearchResults .row .divCruiseOnly {
	background-color: rgb(51,93,171);
}

#secSearchResults .row .divCruiseFly {
	background-color: rgba(189,53,53,1.00);
}*/

.narrow #secSearchResults a, .narrow #exclusiveOffers a {
	font-size:inherit;
}

#secSearchResults a, #offersCarousel a, #secSavedResults a, #secShipNextCruise a, #exclusiveOffers a {
	color: #696866;
	text-decoration: none;
	font-family: quicksand, sans-serif;
	font-weight: 900;
	font-style: normal;
	font-size:22px;
}

#secSavedResults a, #secShipNextCruise a {
	font-size:16px;
}

#secShipNextCruise button {
	float:right;
}

@media only screen and (max-width: 1400px) {
	
	#secSearchResults article ul {
		width: 100%;
		padding-right: 0;
	}
	
	#secSearchResults article .divOfferMap {
		width: 100%;
	}
	
}

@media only screen and (max-width: 1000px) {
	
	#secContent.cSearchResults {
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	
	#secContent.cSearchResults > section {
		border-bottom: none;	
	}	
	
	#secContent > #secSearchResults > article {
		width: 100%;
		max-width: 100%;
	}

}

@media only screen and (max-width: 767px) {
	
	#secContent.cSearchResults {
		flex-wrap: wrap;
	}
	
	#secContent #secSearchPanel {
		width: 100%;
	}
	
}

/* cruise detail */


#secContent.cCruiseDetail > section {
	padding: 1em 0em;
} 

.secSpacer {
	padding:3em 0em !important;
}

#secContent.cCruiseDetail > section h2 {
	color:#696866;
	font-family: quicksand, sans-serif;
	font-weight: 900;
	font-style: normal;
	margin-top:0.5em;
	font-size:22px;
}

#secContent.cCruiseDetail > section h3 {
	width: 100%;
	font-size: 1.6em;
    padding: 0.5em 0;
    border-bottom: solid 1px rgb(200,200,200);
}

#secContent.cCruiseDetail > section h4 {
	width: 100%;
	font-size: 1.4em;
    padding: 0.5em 0;
}

#secContent.cCruiseDetail #secCruiseSummary {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position:relative;
}

#secContent.cCruiseDetail .divSummary {
	max-width: 30%;
	flex-grow: 2;
	flex-shrink: 2;
	position:absolute;
	/*background-color:rgb(220 220 220 / 70%);*/
	top:20px;
	left:40px;
	border-radius:5px;
}

#secContent.cCruiseDetail h4.hLineShip {
	padding: 0;
}

#secContent.cCruiseDetail .hLineShip img {
	height: 29px;
	vertical-align: middle;
}

#secContent.cCruiseDetail ul li {
	padding: 0.5em;
}

#secContent.cCruiseDetail ul li i.fa {
	margin-right: 0.5em;
}

#secContent.cCruiseDetail ul li.liLineShip img {
	height: 22px;
	vertical-align: middle;
}

#secContent.cCruiseDetail .divPricing {
	max-width: 400px;
}

#secContent.cCruiseDetail .divPricing div {
	margin: 0.5em 0;
    color: white;
    padding: 0.5em;
    border-radius: 5px;
    text-align: center;
}

#secContent.cCruiseDetail .divPricing .divCruiseOnly {
	background-color: rgb(51,93,171);
}

#secContent.cCruiseDetail .divPricing .divCruiseFly {
	background-color: rgba(189,53,53,1.00);
}

#secContent.cCruiseDetail .divMap {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
	background-color: rgb(220,220,220);
	border: solid 1px rgb(200,200,200);
	border-radius: 5px;
	
}

#secContent.cCruiseDetail .ulItinerary {
	
}

#secContent.cCruiseDetail .ulItinerary li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#secContent.cCruiseDetail .ulItinerary li:first-child {
	font-weight: bold;
}

#secContent.cCruiseDetail .ulItinerary li:nth-child(even) {
	background-color: rgb(240,240,240);
}

#secContent.cCruiseDetail .ulItinerary span {
	display: inline-block;
}

#secContent.cCruiseDetail .ulItinerary span.spItinDate {
	width: 120px;
	flex-grow: 0;
	flex-shrink: 0;
}

#secContent.cCruiseDetail .ulItinerary span.spItinLocation {
/*	width: 250px;*/
	flex-grow: 10;
}

#secContent.cCruiseDetail .ulItinerary span.spItinTimes {
	flex-grow: 0;
	flex-shrink: 0;
}

#secContent.cCruiseDetail .ulItinerary span.spItinArrive {
	width: 75px;
	text-align: center;
}

#secContent.cCruiseDetail .ulItinerary span.spItinDepart {
	width: 75px;
	text-align: center;
}

#secContent.cCruiseDetail #secCruiseDetails section.secSpacer {
	width: 100%;
	margin: 0;
}

#secContent.cCruiseDetail .ulPrices {
	
}

#secContent.cCruiseDetail .ulPrices li {
	display: flex;
    justify-content: space-between;
}

#secContent.cCruiseDetail .ulPrices li:first-child {
	font-weight: bold;
}

#secContent.cCruiseDetail .ulPrices li:nth-child(even) {
	background-color: rgb(240,240,240);
}

#secContent.cCruiseDetail .ulPrices span {
	display: inline-block;
}

#secContent.cCruiseDetail .ulPrices span.spPriceType {
/*	width: 250px;*/
}

#secContent.cCruiseDetail .ulPrices span.spPriceAirport {
	display: none;
	width: 120px;
}

#secContent.cCruiseDetail .ulPrices span.spPriceWrapper {
	flex-shrink: 0;
}

#secContent.cCruiseDetail .ulPrices span.spPriceVal {
	width: 60px;
	text-align: center;
}

#secContent.cCruiseDetail .ulPrices span.spPriceEnquire {
	width: 40px;
	text-align: center;
}

#secContent.cCruiseDetail #secOtherCruises h3 {
	border-bottom: 0;
}

#secContent.cCruiseDetail #secOtherCruises article {
	margin-bottom: 0.5em;
}

#secContent.cCruiseDetail #secOtherCruises h4 {
	font-size: 1.2em;
/*    padding: 0.5em;*/
    margin-bottom: 0;
}

#secContent.cCruiseDetail #secOtherCruises ul {
	padding-left:0;
}

#secContent.cCruiseDetail #secOtherCruises ul li .col-1 {
	padding:0 0 0 0.5em !important;
	text-align:center;
	/*width:3% !important; */
}

#secContent.cCruiseDetail #secOtherCruises ul li i {
	color:#336699; 
}

#secContent.cCruiseDetail #secCruiseItinerary, #secExclusiveCruiseItinerary {
	max-width: 100%;
    flex-grow: 2;
    flex-shrink: 2; 
	/*height:450px;*/
	overflow:hidden;
}

.river #secCruiseItinerary h3, .river #secCruisePrices h3, .river #secCruisePricesMobile h3, .river #secNTK h5, .river #secNTK .row .col-md-1 i, .river #secNTK .row .col-md-11 h5, .river #secGallery h5, .river #secPriceResults h3 {
	color:#1b7b51;
}
.river #secCruiseItinerary .iconContainer img, .river .datesAndPriceTable tr:first-child, .river .datesAndPriceTableMobile tr:first-child  {
	background-color:#1b7b51;
}

.river .itineraryContainer .col-12:nth-child(even) {
	background-color:#c5f4df; 
}

.river #down-btn, .river #down-btnItin,.river #down-btnMob, .river #up-btn, .river #up-btnItin, .river #up-btnMob  {
	border-right:2px #1b7b51 solid;
	border-bottom:2px #1b7b51 solid;
}

.river #up-btn:before, .river #down-btn:before, .river #up-btnItin:before, .river #down-btnItin:before, .river #up-btnMob:before,.river #down-btnMob:before {
	border-right:1px #1b7b51 solid;
	border-bottom:1px #1b7b51 solid;
}

.river .datesAndPriceTable tr:first-child td:last-child, .river .datesAndPriceTableMobile tr:first-child td:last-child {
	border:1px solid #1b7b51;
}

.river .datesAndPriceTable td, .river .datesAndPriceTableMobile td {
	border:1px solid #1b7b51; 
}

.moreDates .earlier {
	position:absolute;
	top:40px;
	margin:0 auto;
	text-align:center;
	left:0;
	right:0;
}

.moreDates .later {
	margin:10px auto -10px;
}

#secCruiseItineraryContainer h3, #secPriceResults h3, #secMovers h3, #exclusiveDetails h3, #secExclusiveCruiseItineraryContainer h3, #moreCruises h3, #exclusiveOffersAvailable h3 {
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:16px;
	text-transform:uppercase;
	color:#336699
}

#moreCruises h3 {
	padding:1em 0;
}

#moreCruises a .prevCruises, #moreCruises a .nextCruises {
	color: #000000;
	transition: .3s;
	position:relative;
}

#moreCruises a .prevCruises:hover, #moreCruises a .nextCruises:hover{
	color: #ffffff;
}

#moreCruises .prevCruises {
	text-align:right;
	padding-right:10px;
}

#moreCruises .nextCruises .nextArrow {
	position:absolute;
	right:10px;
	top:50%;
	transform: translateY(-50%);
}

#moreCruises .prevCruises .nextArrow {
	position:absolute;
	left:10px;
	top:50%;
	transform: translateY(-50%);
}


#secCruiseItinerary .row ul, #secCruiseItinerary .row ul li {
	display:inline-block;
	text-align:right;
}

#secCruiseItinerary .borderBottom {
	display:flex;
	align-items:center;
}

#secCruiseItinerary .iconContainer {
	text-align:center;
	display:flex;
	align-items:center;
	justify-content: center;
}

#secCruiseItinerary .iconContainer img {
	background-color:#336699;
	border-radius:50%;
	border: 1px solid #696866;
	width:80%;
	margin-bottom:5px;
}

#secCruiseItinerary .itinBoxSea .iconContainer img {
	background-color:#ffffff;
}

#secCruiseItinerary .greyBG .iconContainer img {
	background-color:#e6e6e6;
}

#secCruiseItinerary .iconContainer:after {

}

#secContent.cCruiseDetail #secGallery h3 {
	border-bottom: none;
}

#divGallery {
	padding:0 0.5em;
}

#secContent.cCruiseDetail #secGallery #divGallery .row .col-md-3, #secShipNextCruise #divGallery .row .col-md-3 {
	padding-left:0 !important;
	padding-right: 0 !important;
}

#secContent.cCruiseDetail #secGallery #divGallery a div, #secShipNextCruise #divGallery a div  {
	display: block;
	width: 100%;
	height: 0;
	padding-bottom: 75%;
	border: solid 4px white;
	background-position: center center;
	background-size: cover;
}

#secContent.cCruiseDetail #secGallery ul {
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
}

#secContent.cCruiseDetail #secGallery li {
	width: 50%;
	height: 0;
	padding-bottom: 50%;
	border: solid 1px white;
	background-position: center center;
	background-size: cover;
}

#secContent.cCruiseDetail #secCruisePrices {
	max-width: 100%;
    flex-grow: 2;
    flex-shrink: 2;
}

#secCruisePrices .divPricesWrapper {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}

#secCruisePrices .divPricesWrapper > div {
/*	border: solid 1px rgb(200,200,200);*/
	border: solid 1px rgba(51,93,171,0.5);
    border-radius: 5px;
    margin-top: 0.5em;
	width: 24%;
/*    min-width: 220px;*/
	text-align: center;
	overflow: hidden;
	transition: all 0.5s;
}

#secCruisePrices .divPricesWrapper .divSuitePrice {
	
}

#secCruisePrices .divPricesWrapper .divSuitePrice.highlight {
/*	border: solid 1px red;*/
	box-shadow: 0px 0px 8px rgb(51,93,171);
}

#secCruisePrices .divPricesWrapper .divSuiteDescWrapper {
	text-align: left;
	width: 100%;
	overflow: hidden;
	height: 0;
	opacity: 0;
	margin-top: 0;
	border: solid 0 rgb(200,200,200);
	transition: all 0.5s;
}

#secCruisePrices .divPricesWrapper .divSuiteDescWrapper.show {
	height: auto;
	opacity: 1;
	margin-top: 0.5em;
	border: solid 1px rgba(51,93,171,0.5);
}

#secCruisePrices .divPricesWrapper .divSuiteDescInner {
	position: relative;
    display: flex;
    justify-content: space-between;
    padding: 0.5em;
}

#secCruisePrices .divPricesWrapper .divSuiteDescInner .divSuiteDescImg {
	width: 30%;
    margin-right: 0.5em;
}

#secCruisePrices .divPricesWrapper .divSuiteDescInner .spClose { 
    position: absolute;
    font-size: 2em;
    color: rgb(200,200,200);
    top: 0.2em;
    right: 0.5em;
}

#secCruisePrices .divPricesWrapper .divSuiteDescInner img {
	width: 100%;
/*
	width: 30%;
	margin-left: 1em;
    margin-right: 2em;
    vertical-align: top;
*/
}

#secCruisePrices .divPricesWrapper .divSuiteDescInner div {
	display: inline-block;
}

#secCruisePrices .divPricesWrapper .divSuiteDescInner div p {
	margin: 0.5em 0;
}

#secCruisePrices .divPricesWrapper .divSuiteDescInner div span {
	display: block;
}

#secCruisePrices .divPricesWrapper .divSuiteDescInner div ul {
	padding-left: 30px;
	list-style: disc;
	margin: 0.5em 0;
}

/* Price Block Specific Styles */

.priceBox{
	position: absolute;
	top: 0;
	right:0;
	background-color: #bf7b20;
	padding: 5px;
	font-weight: 800;
	font-size: 1.25em;
	color: white;
}

.priceDisplay {
	width: 100%;
	padding: 5px;
	font-weight: 400;
	font-size: 2em;
	color: #212529;
}

.accomImg {
	text-align: right;
	padding: 0;
	margin-right: -12px;
}
.accomTop {
	background-color: #6c757d;
	color: #ffffff;
	padding: 10px;
	margin-left: 0px
}

#secPrices .nav .active {
	background-color: #334251 !important;
}
#secPrices .nav .active:hover {
	color: #ffffff !important;
}

/* End of price block specific styles */

/* Mobile **/

.mobileButton {
	display:none;
}

/*.modal-dialog {
	margin:0 !important;
}*/

.modal-content {
	border:0 !important;
	border-radius:0 !important;
	height:100%;
}

.modal-header .close {
	margin:-0.4rem 0rem -1rem auto !important;
}

#secOtherCruises .cruiseLogo {
	max-width:100%;
	/*border-bottom:1px solid #696866;*/
	padding:1em;
	display:flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

#secOtherCruises .cruiseLogo button, .stickyCruiseDetails button {
	background-color:#336699;
	color:#ffffff;
	border:0;
	padding:5px 10px;
}

#secOtherCruises .cruiseLogo ul {
	margin-bottom:0;
}

.river .cruiseInformation {
	background-color:#c5f4df;
}

.river .cruiseInformation span {
	color:#1b7b51;
}

.river .cruiseInformation i {
	color:#1b7b51; 
}

.cruiseInformation {
	background-color:#f1f5fa;
	padding:1em;
}

.cruiseInformation a {
	color:#000000;
}

.cruiseInformation ul {
	margin-bottom:0;
	padding-left:0;
}

.cruiseInformation span {
	color:#336699;
	font-weight:600;
}

.cruiseInformation i {
	color:#336699
}

.cruiseInformation .liShip .col-11 {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.cruiseInformation .liShip .col-11 ul, .cruiseInformation .liShip .col-11 a {
	padding-left:5px;
}

/*.cruiseHeader {
	height:100px;
}*/

#divDurationFrom, #divDurationFromMob {
	margin-bottom:1em;
}

.itineraryContainer {
	/*height:300px;
	overflow-y:scroll;*/
	padding-right:40px;
}

.atSea {
	background-image: url(https://bawaycruises.co.uk/images/misc/at-sea.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.4;
	height:100%;
	width:100%;
	background-position:bottom;
}

#secSavedResults .atSea, #secExclusiveOffers .atSea {
	height:100% !important;
}

.divSummaryRelative {
	position:relative;
}

.divSummaryBG {
	background-image: url(https://bawaycruises.co.uk/images/misc/at-sea.jpg);
	background-size:cover;
	background-repeat: no-repeat;
	opacity:0.4;
	height:100%;
	width:100%;
	background-position:bottom;
	position:absolute;
	border-radius:5px;
}

.itinBoxSea, .itinBox {
	position:relative;
	min-height:100px;
	overflow:hidden;
}

.itineraryContainer .col-12:nth-child(even) {
	background-color:#F1F5FA;
}

.narrow .destinationBG {
	height:400px;
	background-position:center;
	background-size:cover;
}

.narrow .destinationInfo {
	padding:0 2em;
}

.destinationBG {
	height:500px;
	position:relative;
	transition: .3s;
	background-position:center;
	background-size:cover;
}

.destinationBG:hover {
	box-shadow: 1px 1px 4px 1px #686966;
}

.destinationOverlay {
	width:100%;
	height:100%;
	background-color:#0000008f;
}

.destinationInfo {
	display:flex;
	align-content:center;
	height:100%;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	color: #ffffff;
	position:absolute;
	top:0; bottom:0; left:0; right:0;
}

.destinationInfo .btn {
	width:90%;
	margin: 0 auto;
}

.spItinDate .spItinMonth {
	font-size:16px;
	color:#000000;
}

.spItinDate .spItinYear {
	font-size:16px;
	color:#000000;
}

.itinBox .day, .itinBoxSea .day {
	font-weight:600;
	height:50px;
	width:75px;
}

.itinBox .spItinDate, .itinBoxSea .spItinDate {
	padding:10px;
	color:#335dab;
	font-weight:600;
}

.itinBox .spItinLocation, .itinBoxSea .spItinLocation {
	font-size:16px;
	font-weight:600;
}

.itinBox .spItinTimes, .itinBoxSea .spItinTimes {
	width:100%;
	font-weight:600; 
}

.itinBox .spItinArrive, .itinBox .spItinDepart, .itinBoxSea .spItinArrive, .itinBoxSea .spItinDepart  {
	padding:0 10px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
	background-color:#transparent !important;
	height:30px !important;
}

.carousel-control-prev, .carousel-control-next {
	width:2% !important; 
}

.divSuitePrice {
	border: solid 1px rgba(51,93,171,0.5);
	border-radius:5px;
	margin-top:0.5em;
	text-align:center;
	overflow:hidden;
	transition: all 0.5s;
}

.divSuitePrice > ul > li:first-child {
	background-color: rgb(240,240,240);
	color: rgb(51,93,171);
	height:4em;
	display:flex;
	justify-content: center;
	align-items: center;
	font-weight:600;
	font-size:1.2em;
	margin-bottom:0.5em;
	border-bottom:solid 1px rgba(51,93,171,0.5);
}

.divSuitePrice > div li {
	padding:0.2em;
}

/*.card-header span i {
	transform:rotateX(180deg);
	transition:0.5s;
}

.card-header .collapsed i {
	transform:rotateX(0deg);
}*/

.modal-footer { background-color: #ffffff;}

.countryPortSelect label {
	width:25%;
}

.countryPortSelect input {
	width:74%;
}

#collapseFive .card-body {
	padding:1em 0 !important;
}

.filter { background-color:#336699 !important; color:#ffffff; padding:1em;}

.divMoverChart svg {
	border-radius:0 !important;
}

.dateRow td {
	padding:10px 0;
	border-top:1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.dateRow td:first-child {
	width:200px;
	padding:3px;
}

.dateRow td:last-child {
	border-right:0;
}

.dateRow:hover {
	background-color:#355dab;
	color:#ffffff;
}
.exclusive .dateRow:hover {
	background-color:#bf7b20;
	color:#ffffff;
}

.narrow .imageHolder {
	height:200px;
}

.narrow .listView .imageHolder {
	height:100%;
}

.imageHolder {
	height:250px;
}

.swiper-slide .imageHolder {
	height:175px;
}

.offcanvas-end {
	width:40% !important;
}

.bs-canvas-header {
	background-color: #ffffff; 
}

.bs-canvas-header .btn-close {
	position:absolute;
	right:10px;
	z-index:9999;
}

.bs-canvas-header h4 {
	color: #696866;
    text-decoration: none;
    font-family: quicksand, sans-serif;
    font-weight: 900;
    font-style: normal;
    font-size: 22px;
	width:85%;
}

.bs-canvas-overlay {
   		opacity: 0;
		z-index: -1;
	}
	
	.bs-canvas-overlay.show {
   		opacity: 0.55;
		z-index: 1100;
	}
	
	.bs-canvas-overlay, .bs-canvas {
		transition: all .4s ease-out;
		-webkit-transition: all .4s ease-out;
		-moz-transition: all .4s ease-out;
		-ms-transition: all .4s ease-out;
	}
	
	.bs-canvas {
		top: 0;
		z-index: 1110;
		overflow-x: hidden;
		overflow-y: auto;
		width: 530px;		
	}
	
	.bs-canvas-left {
		left: 0;
		margin-left: -330px;
	}
	
	.bs-canvas-right {
		right: 0;
		margin-right: -530px;
	}

.offcanvas {
	z-index:1055 !important;
}

#offcanvasRight {
	overflow-y:scroll;
}

.btn-primary {
	background-color:#336699 !important;
	text-transform: uppercase;
	color:#ffffff !important;
	border-radius:0 !important;
	border-color:#336699 !important;
}

.btn-primary:hover {
	background-color:#e6e6e6 !important;
	color:#336699 !important;
	border-color:#e6e6e6 !important;
}

.holidayPrice {
	color:#336699 !important;
	font-family: quicksand, sans-serif;
	font-weight: 400 !important;
	font-style: normal;
	text-align:left !important;
	font-size:100% !important;
}

.spPriceFrom {
	font-size:20px;
	font-weight:600;
}

.sticky-top {
	background-color:#ffffff;
}

.dropdowns {
	text-align:right;
}

.priceboxInfo {
	padding:0;
	margin-top:1em;
}

.priceboxInfo i {
	color:#336699;
	font-size:22px;
	width:40px;
	text-align:center;
	vertical-align: middle;
}

.river .priceboxInfo i, .river .accordion-button i {
	color:#1b7b51;
}

.river #priceList .active, .river .dateRow:hover {
	background-color:#1b7b51;
}

.river .accordion-item, .river .accordion-button:not(.collapsed) {
	background-color:#c5f4df;
}

.river .accordion-button {
	background-color:#c5f4df;
}

.priceboxInfo li {
	margin-bottom:10px;
	vertical-align:middle;
}

.priceboxInfo span {
	font-family: quicksand, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	font-size:14px;
	letter-spacing: 0.08em;
	width:150px; 
	display:inline-block;
	vertical-align:middle;
}

.priceboxInfo p {
	display:inline-block;
	width:375px;
	vertical-align:middle;
	margin-bottom:0;
}

#priceList {
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
}

#priceList .active {
	background-color:#336699;
	border-radius:0;
	color:#f1f5fa !important;
}

#priceList .nav-link {
	border-radius: 0;
	color:#696866;
}

#priceList .nav-link:hover {
	background-color:#e6e6e6;
	color:#696866 !important;
}

.accordion-button::after {
	background-image:none !important;
}

.accordion-button {
	font-family: quicksand, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	font-size:12px !important;
	letter-spacing: 0.08em;
	color:#696866 !important;
}

.accordion-button i {
	color:#336699;
	width:30px;
	font-size:18px;
}

.accordion-item {
	border:0 !important;
	border-radius:0 !important;
}

.accordion-button:focus, .btn-primary:focus {
	box-shadow:unset !important;
}

.bs-canvas-header .logo {
	position:relative;
	text-align:center;
}

.priceboxButton {
	margin-top:2em;
}

.btnReverse {
	background-color:#e6e6e6 !important;
	color:#696866 !important;
	font-size:12px;
	letter-spacing:0.08rem;
	font-family: quicksand, sans-serif;
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	border-radius: 0 !important;
}

.btnReverse:hover {
	background-color:#336699 !important; 
	color: #e6e6e6 !important; 
}

.narrow .filterClear {
	right:30px;
}

.filterClear {
	position:absolute;
	right:14px;
	color:#336699 !important;
	font-size:14px;
	letter-spacing:0.08rem;
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	cursor:pointer;
}

.desktop .row {
	background-color:#ffffff;
	padding:10px 0;
}

.desktop .col-6 {
	text-align:right;
}

.spPriceType, .prevCruises, .nextCruises {
	transition:.3s;
	padding:10px 0 10px 10px;
	cursor:pointer;
}

.spPriceType:hover, .prevCruises:hover, .nextCruises:hover {
	background-color:#336699;
	color:#ffffff;
}

.swiper-slide .spPriceType {
	transition:.3s;
	padding:0px 0 0px 10px;
	margin-bottom:0.5em;
}

.swiper-slide .spPriceType:hover {
	background-color:unset;
	color:#000000;
}

.returnLink a{
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style:normal;
	color:#696866 !important;
	text-decoration:none;
	text-transform:uppercase;
	font-size:13px;
}

.returnLink a:after {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	width:0%;
	content:'.';
	color:transparent;
	background: #336699;
	height:2px;
}

.returnLink a:before, .returnLink a:after {
	transition:all .5s;
}



/*.returnLink a:hover:after {
	color:#336699 !important;
	width:100%;
}*/
.datesAndPriceTable .hide, .datesAndPriceTableMobile .hide {
	background-color:#ffffff;
	border:1px solid;
	border-bottom:1px solid #336699;
	border-right:1px solid #336699;
}

.datesAndPriceTable td, .datesAndPriceTableMobile td {
	padding:20px 10px;
	text-align:center;
	border:1px solid #336699;
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.datesAndPriceTable td p, .datesAndPriceTableMobile td p {
	margin-bottom:0;
}

.datesAndPriceTable .clickable:hover, .datesAndPriceTableMobile .clickable:hover {
	background-color:#e6e6e6;
	cursor:pointer
}

.datesAndPriceTable .nonclickable {
	background-color:#e6e6e6;
	cursor:no-drop;
}

.datesAndPriceTable td:first-child {
	text-align:left;
	width:200px;
}

.datesAndPriceTableMobile td:first-child {
	text-align:center;
	width:90px;
}

.datesAndPriceTable tr:first-child, .datesAndPriceTableMobile tr:first-child {
	background-color:#336699;
	color: #ffffff;
	font-weight:600;
}

.datesAndPriceTable tr:first-child td, .datesAndPriceTableMobile tr:first-child td {
	font-weight:700;
	border-right: 1px solid #ffffff;
}

.datesAndPriceTable tr:first-child td:last-child, .datesAndPriceTableMobile tr:first-child td:last-child {
	border-right: 1px solid #336699;
}

.datesAndPriceTable tr:nth-child(even), .datesAndPriceTableMobile tr:nth-child(even)  {
	background-color:#F1F5FA;
}

#secCruisePrices h3, #secCruisePricesMobile h3, #secShipNextCruise h3 {
	color:#336699;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:2.5em;
	font-weight:400;
}

#secShipNextCruise h3 {
	margin-bottom:1em;
}

#secShipNextCruise b {
	font-size:14px;
	text-transform: uppercase;
	color:#336699;
	font-weight:400;
}

#secNTK h5 {
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#336699;
	text-transform: uppercase;
	font-size:16px;
}

#secNTK .row .col-md-1 {
	display:flex;
	align-items:center;
	justify-content: center;
}

#secNTK .row .col-md-1 img {
	height:40px;
	width:50px;
}

#secNTK .row .col-md-1 i {
	font-size:20px;
	color:#336699;
	text-align:center;
	margin:0 auto;
}

#secNTK .row .col-md-11 h5, #secGallery h5 {
	font-family: quicksand, sans-serif;
	font-weight: 400;
	font-style: normal;
	color:#336699;
	text-transform: uppercase;
	font-size:16px;
	margin-bottom:0 !important; 
}

#secNTK .row .col-md-11 p {
	margin-bottom:0 !important;
}

#secBreadcrumb ul {
	padding-left:0 !important;
}

.cCruiseDetail {
	padding:1.5em 0em; 
}

.Mobile {
	display:none;
}

.Logos {
	display:flex;
	justify-content: center;
	align-items: end;
}

.cruiseLogos {
	display:flex;
	justify-content:flex-end;
	align-items: end;
}

.address h5 {
	color:#336699;
	margin-bottom:0;
}

.address h5:first-child {
	font-weight:700;
}

.address p {
	margin-bottom:0;
}

img { max-width:100%; }

.moreDates {
	cursor:pointer; 
	color:inherit;
	text-decoration:none;
}

#shareBtn {
    letter-spacing: 2px;
    font-weight: 600;
    box-shadow: none;
    background-color: #eee;
    color: #7d2ae8;
    border: none
}

#shareModal .modal-body .icons {
    margin: 15px 0px 20px 0px
}

#shareModal .modal-body .icons a {
    text-decoration: none;
    border: 1px solid transparent;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    transition: all 0.3s ease-in-out
}

#shareModal .modal-body .icons a:nth-child(1) {
    color: #1877F2;
    border-color: #B7D4FB
}

#shareModal .modal-body .icons a:nth-child(1):hover {
    background-color: #1877F2;
    color: #fff
}

#shareModal .modal-body .icons a:nth-child(2) {
    color: #46C1F6;
    border-color: #b6e7fc
}

#shareModal .modal-body .icons a:nth-child(2):hover {
    background-color: #46C1F6;
    color: #fff
}

#shareModal .modal-body .icons a:nth-child(3) {
    color: #e1306c;
    border-color: #f5bccf
}

#shareModal .modal-body .icons a:nth-child(3):hover {
    background-color: #e1306c;
    color: #fff
}

#shareModal .modal-body .icons a:nth-child(4) {
    color: #25d366;
    border-color: #bef4d2
}

#shareModal .modal-body .icons a:nth-child(4):hover {
    background-color: #25d366;
    color: #fff
}

#shareModal .modal-body .icons a:nth-child(5) {
    color: #0088cc;
    border-color: #b3e6ff
}

#shareModal .modal-body .icons a:nth-child(5):hover {
    background-color: #0088cc;
    color: #fff
}

#shareModal .modal-body .icons a:hover {
    border-color: transparent
}

#shareModal .modal-body .icons a span {
    transition: all 0.09s ease-in-out
}

#shareModal .modal-body .icons a:hover span {
    transform: scaleX(1.1)
}

#shareModal .modal-body .field {
    margin: 15px 0px -5px 0px;
    height: 45px;
    /*border: 1px solid #dfdfdf;*/
    border-radius: 5px;
    padding: 0 5px
}

#shareModal .modal-body .field.active {
    border-color: #7d2ae8
}

#shareModal .field span {
    width: 50px;
    font-size: 1.1rem
}

#shareModal .field.active span {
    color: #7d2ae8
}

#shareModal .field input {
    border: none;
    outline: none;
    font-size: 0.89rem;
    width: 100%;
    height: 100%
}

#shareModal .field button {
    padding: 5px 16px;
    color: #fff;
    background: #7d2ae8;
    border: 2px solid transparent;
    border-radius: 5px;
    font-weight: 500
}

@media (max-width: 330px) {
    #shareModal .modal-body .icons a {
        margin-right: 15px;
        width: 35px;
        height: 35px
    }
}

#secCruiseItineraryContainer {
	position:relative;
	padding-top:4em;
}

#up-btn, #up-btn:before, #down-btn, #down-btn:before, #up-btn-nc, #up-btn-nc:before, #down-btn-nc, #down-btn-nc:before, #up-btnItin, #up-btnItin:before, #down-btnItin, #down-btnItin:before, #up-btnMob, #up-btnMob:before, #down-btnMob, #down-btnMob:before, #movers-up-btn, #movers-up-btn:before, #movers-down-btn, #movers-down-btn:before {
	/*position:absolute;
	left:50%;
	right:50%;*/
}

#up-btn, #up-btnItin, #up-btnMob, #movers-up-btn, #up-btn-nc {
	height:40px; /*top:30px; margin:-20px 0 0 -20px; /*-webkit-transform: rotate(225deg); border-left:none; border-top: none; border-right:2px #336699 solid; border-bottom: 2px #336699 solid;*/ background-color:#ffffff; border:0;
}

#down-btn, #down-btnItin, #down-btnMob, #movers-down-btn, #down-btn-nc {
	height:40px; /*bottom:-55px; margin:-20px 0 0 10px; /*-webkit-transform: rotate(45deg); border-left:none; border-top: none; border-right:2px #336699 solid; border-bottom: 2px #336699 solid;*/ border:0; background-color:#ffffff;
}

/*#up-btn:before, #down-btn:before, #up-btnItin:before, #down-btnItin:before, #up-btnMob:before, #down-btnMob:before, #movers-up-btn:before, #movers-down-btn:before, #up-btn-nc:before, #down-btn-nc:before { content: ''; width:20px; height:20px; top:50%; margin: -10px 0 0 -10px; border-left: none; border-top:none; border-right:1px #336699 solid; border-bottom:1px #336699 solid; animation-duration:2s; animation-iteration-count: infinite; animation-name: up; }

/*#secCruisePrices #down-btn, #secCruisePrices #up-btn {
	left:85px;
}*/

#up-btnItin, #up-btn {
	top:50%;
	left:47%;
}

#down-btnItin, #down-btn {
	top:50%;
	background-color:transparent;
	left:53%;
}

/*#up-btnMob {
	-webkit-transform: rotate(135deg);
}

#down-btnMob {
	-webkit-transform: rotate(315deg);
}

#secCruisePrices #up-btn {
	top:10px;
}*/

.datesAndPriceTable {
	margin-top:5em;
}

@keyframes up {
	0% {
		opacity: 1
	}
	100% {
		opacity: 0;
		transform: translate(-10px, -10px);
	}
}

.headerIndex {
	z-index:12 ;
}

#secCruiseDetails {
	
}

#secOtherCruises {
	background-color:#ffffff;
	/*border:1px solid #696866;*/
}

.heart-red {
	color:red !important;
}

.moreDates {
	position:relative;
	display:flex;
}

div.aniArrow, div.aniArrowReverse {
	width:2vmin;
	height:2vmin;
	box-sizing: border-box;
	position:absolute;
	left:50%;
	bottom:50%;
	transform: rotate(-45deg);
}

div.aniArrowReverse {
	transform: rotate(135deg);	
}

div.aniArrow::before, div.aniArrowReverse::before {
	content:"";
	width:100%;
	height:100%;
	border-width:0.4vmin 0.4vmin 0 0;
	border-style: solid;
	border-color:#fafafa;
	transition:0.2s ease;
	display:block;
	transform-origin: 100% 0;
}

div.aniArrow:after, div.aniArrowReverse:after {
  content: "";
  float: left;
  position: relative;
  top: -100%;
  width: 100%;
  height: 100%;
  border-width: 0 0.4vmin 0 0;
  border-style: solid;
  border-color: #fafafa;
  transform-origin: 100% 0;
  transition: 0.2s ease;
}

div.aniArrowReverse:before, div.aniArrowReverse:after {
		border-color:#336699;
}

div.aniArrow:hover::after, div.aniArrowReverse:hover::after {
  transform: rotate(45deg);
  border-color: #ffffff;
  left:0px;
  top:-90%;
}
div.aniArrow:hover::before, div.aniArrowReverse:hover::before {
  border-color: #ffffff;
  transform: scale(0.8);
}
div.aniArrowReverse:hover::after, div.aniArrowReverse:hover::before {
	border-color:#336699;
}

#agenda {
	overflow:hidden;
}

.mt-6 {
	margin-top:5em;
}

.custom-slider .container {
	max-width: 100% !important;
}

.swiper-slide .background, .movers-swiper-slide .background {
	border: 1px solid #e6e6e6; 
	height:100%;
	transition:.3s;
	display:flex;
	flex-direction: column;
	justify-content: space-between;
}

.swiper-slide .background:hover, .movers-swiper-slide .background:hover {
	box-shadow:1px 1px 4px 1px #686966;
	cursor:pointer;
}

.swiper-slide .cruiseHeader {
	padding:1em;
}

.swiper-slide .cruiseHeader img {
	margin:0 auto;
	display:block;
}

.swiper-slide .cruiseHeader .imgHolder {
	height:50px;
}

.swiper-slide .cruiseHeader .pTitle {
	font-size:1.2em;
	color:#696866;
	font-weight:900;
	word-wrap: break-word;
}

.swiper-slide ul {
	padding-left: 1em;
}

.swiper-slide .bottom {
	margin-top:auto;
}

.swiper-slide, .movers-swiper-slide, .reviews-swiper-slide, .nextCruise-swiper-slide {
	height:auto !important;
}

.swiper-slide .lastBackground {
	background-color:#336699;
	border:1px solid #e6e6e6;
	height:100%;
	display:flex;
	vertical-align:middle;
	align-items: center;
	text-align: center;
	color:#ffffff;
	justify-content: center;
}

.lastBackground .viewMore {
	position:absolute;
	bottom:10px;
	right:10px;
	color:#ffffff;
}

.lastBackground .endTitle {
	font-size:2em;
}

.lastBackground .endTitle h4 {
	font-size:1em;
}

.select2-container {
	width:100% !important;
}

.swiper-slide .divPrice {
	margin-top:auto;
}

.swiper-slide a, .movers-swiper-slide a, .nextCruise-swiper-slide a {
	text-decoration:none;
	color:inherit !important; 
}

.swiper-container, .movers-swiper-container, .reviews-swiper-container, .nextCruise-swiper-container {
	overflow:hidden;
}

#agenda .title-section, #biggestMovers .title-section {
	position:relative;
}

#biggestMovers .title-section {
	height:50px;
}

/*#agenda #up-btn, #biggestMovers #movers-up-btn, #nextCruises #up-btn-nc {
	top:0; right:51px; -webkit-transform: rotate(135deg); left:unset;
}
#biggestMovers #movers-up-btn {
	top:unset;
	bottom:0;
}

#agenda #down-btn, #biggestMovers #movers-down-btn, #nextCruises #down-btn-nc {
	bottom:unset;
	-webkit-transform:rotate(315deg); left:unset; right:unset;
}

#biggestMovers #movers-down-btn {
	bottom:0;
}*/

#agenda .swiper-button-disabled, #biggestMovers .swiper-button-disabled, #nextCruises .swiper-button-disabled {
	border-right:2px solid #e6e6e6;
	border-bottom: 2px solid #e6e6e6;
}

#agenda .swiper-button-disabled:before, #biggestMovers .swiper-button-disabled:before, #nextCruises .swiper-button-disabled:before {
	border-right:1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

#biggestMovers {
	padding:2em 0;
}


#biggestMovers a, #cruisePromos a{
	text-decoration: none;
	color:#000000;
}

#biggestMovers a .background:hover, #cruisePromos a .background:hover {
	box-shadow: 1px 1px 5px 1px #686966;
}

#biggestMovers .background, #cruisePromos .background {
	text-align:center;
	height:100%;
	transition: .3s;
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
	color:#ffffff;
}


.cruiseSearchPromos {
	background-color:#336699;
	padding:1em;
	color:#ffffff;
	cursor:pointer;
	margin-top:auto;
}
.cpBG {
	border:1px solid #696866;
	position:relative;
	height:100%;
}

.cpBG .exclusiveOffer {
	background-color:#b60202db;
	padding:1em;
	height:60px;
	display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
	position:absolute;
	top:0;
	z-index:9;
	width:100%;
}

.cpBG .exclusiveOffer p {
	margin-bottom:0;
}

.cpBG .containerBackground {
	height:100%;
}

#biggestMovers .background h5 {
	margin-top:1em;
	font-weight:400;
	text-transform: capitalize;
	padding:0 1em;
}

#biggestMovers .containerBackground{
	width:100%;
	position:absolute;
	top:0;
	height:100%;
}

#biggestMovers .overlay, #cruisePromos .overlay {
	height:100%;
	width:100%;
	background-color:#0000008c;
}

#biggestMovers .background .was {
	font-size:16px;
}

#biggestMovers .background .was .crossed {
	text-decoration: line-through;
	text-decoration-color: red;
	font-size:20px;
}

#biggestMovers .background .was small {
	font-size:13px;
}

#biggestMovers .background .now {
	font-size:20px;
}

#biggestMovers .background .now span {
	font-size:23px;
	font-weight:600;
}

#biggestMovers .background .saving {
	font-size:17px;
	margin-bottom:0;
	background-color:#ff0000b5;
	color:#ffffff;
	margin-top:auto;
	height:40px;
	display:flex;
	align-items: center;
	justify-content: center;
}

#biggestMovers .bmBG, #cruisePromos .offerImage {
	height:300px;
	background-position:center;
	background-size:cover;
	position:relative;
}

#cruisePromos .offerImage {
	height:260px;
}

#cruisePromos .cruisePromoDetails {
	color:#000000;
	text-align:left;
	padding:0 0 0 2em;
}
#cruisePromos .cruisePromoDetails ul {
	padding-inline-start: 0;
}


#biggestMovers p {
	margin-bottom:0;
}

#biggestMovers .bmBG .bmImgBG {
	width:100%;
	background-color:#ffffff;
	border-top:1px solid #696866;
	border-left:1px solid #696866;
	border-right:1px solid #696866;
	padding:5px;
	height:60px;
	display:flex;
	flex-direction:column;
	justify-content: center;
}



#biggestMovers .bmBG img {
	margin:0 auto;
	height:100%;
}

.experts {
	height:200px;
	position:relative;
	display:flex;
	flex-direction: column;
	justify-content:center;
}

.expertsContent {
	display:flex;
	flex-direction:column;
	align-items: center;
}

.expertsContent p {
	margin-bottom:0;
}

.experts h3 {
	text-align:center; 
	color:#336699;
	font-weight:600;
}

.experts::before {
	content:'';
	width: 0; 
	height: 0; 
	border-top: 90px solid transparent;
	border-bottom: 90px solid transparent;
	border-left: 90px solid #336699;
	position:absolute;
	left:0;
}

.experts::after {
	content:'';
	width: 0; 
	height: 0; 
	border-top: 90px solid transparent;
	border-bottom: 90px solid transparent;
	border-right: 90px solid #336699;
	position:absolute;
	right:0;
}

.backgroundNews {
	background-color:#e6e6e6;
	padding:3em 0;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

.backgroundNews::before {
	content:'';
	width: 0; 
	height: 0; 
	border-top: 85px solid transparent;
	border-bottom: 85px solid transparent;
	border-left: 85px solid #ffffff;
	position:absolute;
	left:0;
}

.backgroundNews::after {
	content:'';
	width: 0; 
	height: 0; 
	border-top: 85px solid transparent;
	border-bottom: 85px solid transparent;
	border-right: 85px solid #ffffff;
	position:absolute;
	right:0;
}

.backgroundNews form {
	padding: 0 2em;
	justify-content: center;
}

.backgroundNews h3 {
	color:#336699;
	font-weight:900;
}

.backgroundNews input, .backgroundNews select {
	border-radius:0;
	height:35px;
}

.backgroundNews .Signup__form {
  display: flex;
  justify-content: center;
	flex-direction: row;
}
@media (max-width: 768px) {
  .backgroundNews .Signup__form {
   flex-direction: column;
  }
}
.backgroundNews input {
  border: 2px solid #d1d1d1;
  border-radius: 3px;
  padding: 15px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.5px;
  margin-right: 10px;
  color: #336699;
  transition: border 0.3s, box-shadow 0.3s;
  width: 90%;
  max-width: 300px;
  height:37px;
  background-color:#d1d1d1;
}
@media (max-width: 768px) {
.backgroundNews  input {
    display: block;
    margin: 0 auto 25px;
  }
	.backgroundNews .Signup__button {
		margin:0 auto;
	}
}
.backgroundNewsinput:focus {
  outline: none;
  border: 2px solid #db4646;
  box-shadow: inset 1px 1px 2px 0 #c9c9c9;
}
.backgroundNews .Signup__button {
  color: #336699;
  background: #d1d1d1;
  border: 2px solid #d1d1d1;
  border-radius: 3px;
  letter-spacing: 0.5px;
  padding: 0 40px;
  font-weight:600;
  height:37px;
}

.recommended {
	margin-bottom:0;
	display:flex;
	align-items: center;
	justify-content: center;
	margin-top:auto;
	border-top:1px solid #e6e6e6;
}

.recommended ul li {
	display:inline-block;
	width:45px;
}

.switch-button {
  background: #e6e6e6;
  border-radius: 30px;
  overflow: hidden;
  width: 100px;
  text-align: center;
  font-size: 12px;
  letter-spacing: 1px;
  color: #ffffff;
  position: relative;
  padding-right: 50px;
}
.switch-button:before {
  content: "\f21a \f072";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(50px);
  transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 10px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}
.switch-button-checkbox + .switch-button-label:before {
  content: "";
  background: #336699;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 30px;
  transform: translateX(0);
  transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}

.switchContainer {
	display:flex;
	flex-direction: row;
	align-content:center;
	align-items:center;
	justify-content: flex-start;
}

.switchContainer p {
	margin-bottom:0;
	margin-left:10px;
}

.confidence {
	position:relative;
	display:flex;
	flex-direction: column;
	justify-content:center;
}

.confidenceContent {
	display:flex;
	flex-direction:column;
	align-items: center;
}

.confidenceContent img {
	height:75px;
}

.confidenceContent .logos {
	height:50px;
}

.confidence h3 {
	text-align:center; 
	color:#336699;
	font-weight:600;
}

#secAbout h4 {
	color:#336699;
	font-size:14px;
	text-transform:uppercase;
}

#secAbout a {
	color:inherit;
	text-decoration:none;
}

#secAbout .websiteContainer a:hover:after {
	background:#336699;
}



#secAbout .websiteContainer, #secAbout .multiWebsiteContainer, #secAbout .businessWebsiteContainer {
	display:flex;
	flex-direction:row;
	justify-content: center;
	align-items:flex-start;
	background-color:#e6e6e6;
	text-align:center;
	height:100%;
}

#secAbout .multiWebsiteContainer {
	background-color:#336699;
	color:#ffffff;
}

#secAbout .businessWebsiteContainer {
	background-color:#696866;
	color:#ffffff;
}

#secAbout .websiteContainer p, #secAbout .multiWebsiteContainer p, #secAbout .businessWebsiteContainer p {
	margin-bottom:0;
	padding:1em 0;
	font-size:12px;
}

#secAbout .websiteContainer span, #secAbout .multiWebsiteContainer span, #secAbout .businessWebsiteContainer span {
	color:#336699;
	font-weight:600;
	font-size:20px;
}

#secAbout .multiWebsiteContainer span, #secAbout .businessWebsiteContainer span {
	color:#ffffff;
	line-height:1.1;
}

.cheapest {
	border:2px solid red;
	border-radius:50%;
	margin-bottom:0;
	padding:5px;
	background-color:transparent;
}

.cheapestPrice {
	color:#ff0000;
	cursor:default !important;
	font-weight:600;
}

.socialMedia ul, .footerMenu ul {
	display:flex;
	flex-direction: row;
	justify-content: center;
	padding-left:0;
}

.footerMenu ul li {
	font-size:12px;
}

.footerMenu ul li:after {
	content: '|';
	padding:0 5px;
}

.footerMenu ul li:last-child:after {
	content: ''
}

.socialMedia ul li {
	padding:0 10px;
}

.socialMedia ul li a {
	text-decoration:none;
}

.footerMenu ul li a {
	color:#696866;
	text-decoration:none;
}

.socialMedia ul li a i {
	width:30px;
	height:30px;
	background-color:#696866;
	border-radius:50%;
	color:#ffffff;
	display:flex;
	align-content: center;
	justify-content:center;
	align-items:center;
}

.socialMedia .facebook:hover i, .socialMedia .twitter:hover i {
	background-color:#336699;
}

#bannerContainer {
	position:relative;
	padding-top:112px;
}

#secSavedResults .sticky-top, .cCruiseDetail .sticky-top, .cLineProvider .sticky-top, #secShipNextCruise .sticky-top {
	top:70px;
}

.cSearchResults .col-md-3 .sticky-top, .cCruiseDetail .col-md-3 .sticky-top, .cEnquiries .col-md-3 .sticky-top, .cLines .col-md-3 .sticky-top, .cLineProvider .col-md-3 .sticky-top {
	top:120px;
	z-index:9;
	margin-bottom:1em;
}

#secShipNextCruise .sticky-top .row {
	align-items:center;
}

#secSavedResults .cruiseHeader {
	padding:10px 1em 10px 0 ;
}

#secSavedResults ul li i {
	color:#336699;
}

#secSavedResults .river ul li i {
	color:#1b7b51;
}

#secSavedResults .liItinerary i, #secSavedResults .liItinerary span {
	display:inline;
}

#secSavedResults .reaction ul li i, #secExclusiveOffers .reaction ul li i {
	color: #e6e6e6;
}

#secSavedResults .reaction ul li:hover i, #secExclusiveOffers .reaction ul li:hover i {
	color:#696866;
}

#secSavedResults .riverBanner {
	margin-bottom:0;
}

#secSavedResults h2 {
	padding:1em 0;
}

#secSavedResults .reaction ul li:first-child, #secExclusiveOffers .reaction ul li:first-child {
	padding-right:10px;
}

#secExclusiveOffers ul li .list i, #secExclusiveOffers ul li .grid i {
	color: #696866 !important;
}

#secExclusiveOffers ul li .highlight i {
	color:#bf7b20 !important;
}

#secExclusiveOffers ul li i {
	color:#bf7b20;
}

.exclusive .filterHeader, .exclusive .filterClear {
	color:#bf7b20 !important;
}

.exclusive .card-header {
	background-color:#f4dbb830 !important;
}

.exclusive .card-header i {
	color:#bf7b20 !important;
}

.exclusive .btn-primary {
	background-color:#bf7b20 !important;
	border-color:#bf7b20 !important;
}

.exclusive .btn-primary:hover {
	color:#e6e6e6 !important;
}

.exclusive #divRegion::-webkit-scrollbar-thumb,.exclusive #divLine::-webkit-scrollbar-thumb,.exclusive #divShip::-webkit-scrollbar-thumb,.exclusive .itineraryContainer::-webkit-scrollbar-thumb, .exclusive .leftSearch::-webkit-scrollbar-thumb,.exclusive .bs-canvas-content::-webkit-scrollbar-thumb, .exclusive #offcanvasRight::-webkit-scrollbar-thumb {
	background-color: #bf7b20;
}

.exclusive #divModalRegionSelect .divCheckBoxes input:checked + span, .exclusive #divModalLineShipRatingSelect .divCheckBoxes input:checked + span, .exclusive #divModalRegionSelectMob .divCheckBoxes input:checked + span, .exclusive #divModalLineShipRatingSelectMob .divCheckBoxes input:checked + span, .exclusive #divShipSelect .divCheckBoxes input:checked + span, .exclusive #divShipSelectMob .divCheckBoxes input:checked + span {
	background-color:#bf7b20 !important;
}

.holder {
	overflow:hidden;
}

.fc-h-event {
	background-color:#ffffff;
	border:0;
}

.fc-h-event .fc-event-main {
	color:#000000;
}

.popover-body a {
	text-decoration: none;
}

.popover-body a img {
	display:block;
	margin:5px 0;
}

.fc .fc-daygrid-day-bottom {
	text-align:center;
}

.enquiryBtn {
	background-color: transparent;
	border:0;
}

.dateRow:hover .enquiryBtn {
	color:#ffffff;
}

.stickyCruiseDetails {
	padding:20px 0 0;
	opacity:0;
	visibility:hidden;
	/*transition: all .5s ease-out;*/
	height:0;
}

.stickyCruiseDetails .cruiseActions {
	display:flex;
	flex-direction:row;
	justify-content: flex-end; 
	align-items:center; 
	flex-wrap:wrap;
	align-content: center;
}

/*#stickyInfo {
	height:0;
}*/

.stickyNote {
	min-height:150px !important;
}

.stickyNote .stickyCruiseDetails {
	opacity: 1;
	visibility:visible;
	height:100%;
	background-color:#ffffff;
	border-bottom: 2px dashed #336699;
}

.stickyCruiseDetails .shipContainer {
	display:flex;
	flex-direction: row;
	flex-wrap:wrap;
	justify-content: flex-start;
	height: 20px;
}

.stickyCruiseDetails .shipContainer ul {
	margin-left: 5px;
	margin-bottom:0;
	padding-left:0;
}

.stickyCruiseDetails .shipContainer ul li {
	padding:0 !important;	
}

.stickyCruiseDetails .shipContainer ul li i.fa {
	margin-right:0 !important; 
}

.ocean .stickyCruiseDetails .shipContainer ul li i {
	color: #336699;
}

.river .stickyCruiseDetails .shipContainer ul li i {
	color: #1b7b51;
}

.stickyCruiseDetails a {
	color:#000000;
	text-decoration:underline;
	margin-left:5px;
}

.stickyCruiseDetails .pdf {
	top:20px;
}

.exclusiveTop .stickyCruiseDetails {
	border-bottom: 2px dashed #bf7b20;
}

.exclusiveTop {
	margin-bottom:3em;
}

.dataTable span {
	cursor:pointer;
}

.dataTable .blank {
	cursor:default;
}

.dataTable td:hover:first-child {
	background-color:transparent;
	color:#000000;
}

.river .dataTable td:hover {
	background-color:#1b7b51;
}

.dataTable td:hover {
	background-color:#336699;
	color:#ffffff;
}

.exclusive .dataTable tbody tr:hover {
	background-color: #bf7b20 !important;
	color:#ffffff;
}

.exclusive .dataTable td:hover {
	color:#ffffff;
	background-color: #bf7b20;
}

.exclusive h5 {
	font-family: quicksand, sans-serif;
	font-weight:400;
	font-style: normal;
	color:#336699;
	text-transform: uppercase;
	font-size:16px;
}

.dataTable td:hover button {
	color:#ffffff;
}

#priceFlyTableMobile div:hover, #priceTableMobile div:hover {
	background-color:#336699;
	color:#ffffff;
}

.exclusive #priceTableMobile div:hover {
	color:#ffffff;
	background-color:#bf7b20;
}

#priceFlyTableMobile td:hover, #priceTableMobile  td:hover{
	background-color:transparent;
	color:#696866;
}

#priceFlyTableMobile div, #priceTableMobile div {
	padding:10px 0;
}


.dataTable td a:hover {
	color:#ffffff;
}

#portTable td:hover a {
	color:#ffffff;
}

#portTable td a:hover {
	color:#ffffff;
}

table.dataTable td, table.dataTable th {
	text-align:center;
}

table.dataTable td:first-of-type, table.dataTable th:first-of-type {
	text-align:left;
}

.cruiseKey li {
	display:inline-block;
	margin:0.5em 0.5em !important;
}

.cruiseKey .green, .Green {
	color:#1b7b51;
	font-weight:600;
}

.cruiseKey .green i, .Green i {
	color:#1b7b51 !important;
	font-weight:600;
}

.cruiseKey .blue, .Blue {
	font-weight:600;
	color:#336699;
}

.cruiseKey .blue i, .Blue i {
	font-weight:600;
}

.cruiseKey .red, .Red {
	font-weight:600;
	color:red;
}

.cruiseKey .red i, .Red i {
	font-weight:600;
	color:red !important;
}

.mobileEnquiry {
	display:none;
}

.mobileEnquiry button {
	background-color: #336699;
	color:#ffffff;
	border: 0;
	padding:7px 20px;
}

.layout {
	display:flex;
	flex-direction:row;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-content: space-between;
	align-items: center;
}

.layout li {
	font-size:1.75em;
	color:#696866;
	cursor:pointer;
}

.layout .highlight {
	color:#336699
}

#preloader {
	background:white;
	display:flex;
	height: 75vh;
	font-size:30px;
	font-weight:600;
	align-items: center;
	justify-content: center;
	padding:20px;
	box-sizing: border-box;
	flex-direction: column;
}

#preloader .quote {
	max-width:500px;
	line-height:1.3;
	color:#2c3e50;
	opacity:0;
	animation: .4s fadeIn forwards ease-in;
}

#preloader .quote span {
	display: inline-block;
}

#preloader .quote .author {
  display: block;
  font-size: 20px;
  margin-top: 15px;
  color: #3498DB;
  font-weight: 500;
}
#preloader .quote.loading span {
  animation: loading 2.5s infinite alternate;
}


@keyframes loading {
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0.05;
    transform: translateY(3px);
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

.compass {
  border: 2px solid #888;
  display: block; 
  width: 25px; 
  height: 25px;
  border-radius: 100%;
  margin: 10% auto 0 auto;
}

.needle {
  width: 6px; 
  margin: 12px auto 0 auto;
    animation-name: waggle;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.needle:after {
  content: '';
  display: block;
  border-color: orangered transparent;
	border-style: solid;
	border-width: 0px 3px 10px 3px;
  margin-top: -15px; 
}

.needle:before {
  content: '';
  display: block;
  border-color: #888 transparent;
	border-style: solid;
	border-width: 10px 3px 0px 3px;
  margin-bottom: -20px;
}

@keyframes waggle {
    0%   {transform:rotate(0deg);}
    10%  {transform:rotate(12deg);}
    40%  {transform:rotate(-25deg);}
    60%  {transform:rotate(20deg);}
    80%  {transform:rotate(-15deg);}
    100% {transform:rotate(0deg);}
}

.fc .fc-daygrid-day-events {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.holder i {
	padding-right:5px;
}

.formCol {
	display:flex;
	flex-direction: column;
}

.alert {
	width:61%;
	margin:0 auto 1em;
}

.divider {
	border: 1px dashed #e9e9e9;
	margin-top:2rem;
	margin-bottom:2rem;
}

#topDeals .bmBG {
	height:300px;
	background-position:center;
	background-size:cover;
	position:relative;
}

#topDeals .overlay {
	height:100%;
	width:100%;
	background-color: #0000008c;
}

#topDeals .containerBackground {
	width:100%;
	position:absolute;
	top:0;
	height:100%;
}

#topDeals .background {
	text-align:center;
	height:100%;
	transition: .3s;
	display:flex;
	flex-direction: column;
	justify-content: space-evenly;
	color:#ffffff;
}

#topDeals .bmBG .bmImgBG {
	width:100%;
	background-color:#ffffff;
	border-top: 1px solid #696866;
	border-left: 1px solid #696866;
	border-right: 1px solid #696866;
	padding: 5px;
	height:60px;
	display:flex;
	flex-direction: column;
	justify-content: center;
}

#topDeals .bmBG img {
	margin: 0 auto;
	height:100%;
}

#topDeals .background h5 {
	margin-top:1em;
	font-weight: 400;
	text-transform: capitalize;
	padding: 0 1em;
}

#topDeals p {
	margin-bottom:0;
}

#topDeals .background .was {
	font-size: 16px;
}

#topDeals .background .now {
	font-size:20px;
}

#topDeals .background .saving {
	font-size:17px;
	margin-bottom:0;
	background-color:#ff0000b5;
	color:#ffffff;
	margin-top:auto;
	height:40px;
	display:flex;
	align-items: center;
	justify-content:center;
}

.grid:hover i, .list:hover i {
	color:#336699;
}

/** Logged In Dropdown **/

#secTelephone .navbar-collapse {
	text-align:right;
	color:#ffffff;
}

#navbarNavDarkDropdownMobile {
	display:none;
}


#navbarNavDarkDropdownDesktop ul li .nav-link {
	color:#ffffff;
	padding:0;
}

#navbarNavDarkDropdownDesktop ul li .dropdown-menu {
	right:0 !important;
	text-align:right;
}

.added {
	position:relative;
}

.added .reaction {
	position:absolute;
	bottom:0;
	width:100%;
	margin-top:20px;
}

/*** Login Modal ***/

#loginModal .modal-body {
	padding:0;
}

.modal-body .optionSwitcher {
	padding-left: 0;
}

.modal-body .optionSwitcher li {
	width:50%;
	float:left;
	text-align:center;
}

.modal-body .optionSwitcher li:first-child a {
	border-radius: 0.25em 0 0 0;
}

.modal-body .optionSwitcher li:last-child a {
	border-radius: 0 0.25em 0 0;
}

.modal-body .optionSwitcher a {
	display:block;
	width:100%;
	height:50px;
	line-height: 50px;
	background: #d2d8d8;
	color: #809191;
}

.modal-body .optionSwitcher a.selected {
	background: #ffffff;
	color:#505260;
}

.form {
	padding:1.4em;
}

.form .fieldset {
	position: relative;
	margin: 1.4em 0;
}

.form .fieldset:first-child {
	margin-top:0;
}

.form .fieldset:last-child {
	margin-bottom:0;
}

.form label {
	font-size: 14px;
	font-size: 0.87
}

.form label.image-replace {
	display: inline-block;
	position:absolute;
	left: 15px;
	top:50%;
	bottom:auto;
	transform: translateY(-50%);
	height:20px;
	width:20px;
	overflow:hidden;
	text-indent: 100%;
	white-space: nowrap;
	color: transparent;
	text-shaodw: none; 
	background-repeat: no-repeat;
	background-position:50% 0;
}

.form label.username {
	background-image:url('https://bawaycruising.co.uk/images/misc/user-solid.svg');
}

.form label.email {
	background-image:url('https://bawaycruising.co.uk/images/misc/envelope-solid.svg');
}

.form label.password {
	background-image:url('https://bawaycruising.co.uk/images/misc/key-solid.svg');
}

.form label.telephone {
	background-image:url('https://bawaycruising.co.uk/images/misc/phone-solid.svg');
}

.form input {
	margin: 0;
	padding: 0;
	border-radius: 0.25em;
}

.form input.full-width {
	width:100%;
}

.form input.has-padding {
	padding:12px 20px 12px 50px;
}

.form input.has-border {
	border: 1px solid #d2d8d8;
}

.form input.has-border:focus {
	border-color: #343642;
	box-shadow: 0 0 5px rgba(52,53,66,0.1);
	outline: none;
}

.form input.has-error {
	border: 1px solid #d76666;
}

.form input[type=password] {
	padding-right: 65px;
}

.form input[type=submit] {
	padding: 16px 0;
	cursor: pointer;
	background: #336699;
	color: #ffffff;
	text-transform:uppercase;
	border-radius:0;
	border:none;
	appearance:none;
}

.form .hide-password {
	display: inline-block;
	position:absolute;
	right:0;
	top:0;
	padding: 6px 15px;
	border-left: 1px solid #d2d8d8;
	top:50%;
	bottom:auto;
	transform: translateY(-50%);
	font-size:14px;
	color:#343642;
}

.form-bottom-message {
	text-align:center;
}

.form-bottom-message a {
	color:#000000;
	text-decoration: none;
}

#loginForm, #signupForm, #resetPassword {
	display:none;
	padding:1.4em;
}

#loginForm.is-selected, #signupForm.is-selected, #resetPassword.is-selected {
	display:block;
}

.fieldset span {
	position:absolute;
	bottom:-20px;
	left:0;
	color:red;
	font-size:12px;
	font-weight:bold;
}

#resetPassword .form {
	text-align:center;
}

#successMessage {
	color:green;
}

.form-group {
	margin:1em 0;
}

.profileChange {
	width: 50%;
	margin:0 auto;
	margin-top:-13em;
}

.profileChange .card {
	padding:2em;
}

#portalContainer .card {
	height:100%;
}

#portalContainer .card-body {
	display:flex;
	flex-direction:column;
	flex-wrap: wrap;
	align-content:center;
	justify-content:space-between;
}

.added {
	display:flex;
	flex-direction:column;
	flex-wrap:wrap;
	align-content: center;
	justify-content:center;
	align-items: center;
	text-align:center;
}

.added span {
	color:#336699
}

#portalContainer {
	background-color:#ffffff;
	margin-top:-13em;
	padding:2em;
	position:relative;
}

/*** Island Animation ***/

.window {
  width: 540px;
  height: 540px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1);
  border-radius: 50%;
  overflow: hidden;
  border: 20px solid #95d8de;
  -webkit-animation: anim-sky 10s linear infinite;
          animation: anim-sky 10s linear infinite;
}

.sun {
  position: absolute;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: radial-gradient(circle, #fff 0%, yellow 10%, #fdfbb8 70%);
  left: calc(50% - 50px);
  top: 15px;
  transform-origin: 50% 240px;
  -webkit-animation: anim-sun 10s linear infinite;
          animation: anim-sun 10s linear infinite;
}

.wave {
  position: absolute;
  width: 100%;
  height: 220px;
  bottom: 0;
  left: 0;
  background: radial-gradient(circle farthest-corner at 50% 0%, transparent 30%, #2179ea 30%, #2179ea 45%, #1d86ea 45%, #1d86ea 60%, #2a9eea 60%, #2a9eea 75%, #02b0ea 75%);
  -webkit-animation: anim-h-wave 4s linear infinite, anim-v-wave 2s infinite alternate;
          animation: anim-h-wave 4s linear infinite, anim-v-wave 2s infinite alternate;
}

.island {
  width: 240px;
  height: 120px;
  position: absolute;
  bottom: 100px;
  left: 120px;
  background: #F4D86F;
  border-radius: 120px 120px 0 0;
  -webkit-animation: anim-island 10s linear infinite;
          animation: anim-island 10s linear infinite;
}

.tree {
  position: absolute;
  border: 5px solid transparent;
  border-left: 15px solid #9F5628;
  border-bottom: 25px solid transparent;
  width: 90px;
  height: 200px;
  left: 70px;
  top: -120px;
  border-radius: 50%;
  transform: rotate(18deg);
}
.tree:before {
  content: "";
  position: absolute;
  width: 12px;
  background: #6F3B16;
  height: 2px;
  bottom: 15px;
  left: -7px;
  box-shadow: 0 -8px 0 0 #6F3B16, 0 -16px 0 0 #6F3B16, 0 -24px 0 0 #6F3B16, 2px -32px 0 0 #6F3B16, 4px -40px 0 0 #6F3B16, 6px -48px 0 0 #6F3B16, 8px -56px 0 0 #6F3B16, 10px -64px 0 0 #6F3B16, 12px -72px 0 0 #6F3B16, 16px -80px 0 0 #6F3B16, 20px -88px 0 0 #6F3B16, 24px -96px 0 0 #6F3B16, 28px -104px 0 0 #6F3B16, 32px -112px 0 0 #6F3B16, 40px -120px 0 0 #6F3B16, 46px -128px 0 0 #6F3B16;
  transform: rotate(-18deg);
}

.leaf {
  position: absolute;
  top: -115px;
  left: -15px;
  width: 50px;
  height: 120px;
  border-radius: 50%;
  border-left: 5px solid #349838;
  box-shadow: -5px 0 0 0 #3EB93F, inset 10px 0 0 0 #349838;
  transform-origin: 50% 100%;
}

.leaf-1 {
  transform: rotate(-150deg) scaleX(-1);
  z-index: 5;
  -webkit-animation: anim-leaf-1-move 3s infinite;
          animation: anim-leaf-1-move 3s infinite;
}

@-webkit-keyframes anim-leaf-1-move {
  0%, 100% {
    transform: rotate(-150deg) scaleX(-1);
  }
  50% {
    transform: rotate(-155deg) scaleX(-1);
  }
}

@keyframes anim-leaf-1-move {
  0%, 100% {
    transform: rotate(-150deg) scaleX(-1);
  }
  50% {
    transform: rotate(-155deg) scaleX(-1);
  }
}
.leaf-2 {
  transform: rotate(-120deg) scaleX(-1);
  z-index: 4;
  -webkit-animation: anim-leaf-2-move 3s infinite;
          animation: anim-leaf-2-move 3s infinite;
}

@-webkit-keyframes anim-leaf-2-move {
  0%, 100% {
    transform: rotate(-120deg) scaleX(-1);
  }
  50% {
    transform: rotate(-124deg) scaleX(-1);
  }
}

@keyframes anim-leaf-2-move {
  0%, 100% {
    transform: rotate(-120deg) scaleX(-1);
  }
  50% {
    transform: rotate(-124deg) scaleX(-1);
  }
}
.leaf-3 {
  transform: rotate(-90deg) scaleX(-1);
  z-index: 3;
  -webkit-animation: anim-leaf-3-move 3s infinite;
          animation: anim-leaf-3-move 3s infinite;
}

@-webkit-keyframes anim-leaf-3-move {
  0%, 100% {
    transform: rotate(-90deg) scaleX(-1);
  }
  50% {
    transform: rotate(-93deg) scaleX(-1);
  }
}

@keyframes anim-leaf-3-move {
  0%, 100% {
    transform: rotate(-90deg) scaleX(-1);
  }
  50% {
    transform: rotate(-93deg) scaleX(-1);
  }
}
.leaf-4 {
  transform: rotate(-60deg) scaleX(-1);
  z-index: 2;
  -webkit-animation: anim-leaf-4-move 3s infinite;
          animation: anim-leaf-4-move 3s infinite;
}

@-webkit-keyframes anim-leaf-4-move {
  0%, 100% {
    transform: rotate(-60deg) scaleX(-1);
  }
  50% {
    transform: rotate(-62deg) scaleX(-1);
  }
}

@keyframes anim-leaf-4-move {
  0%, 100% {
    transform: rotate(-60deg) scaleX(-1);
  }
  50% {
    transform: rotate(-62deg) scaleX(-1);
  }
}
.leaf-5 {
  transform: rotate(-30deg) scaleX(-1);
  z-index: 1;
  -webkit-animation: anim-leaf-5-move 3s infinite;
          animation: anim-leaf-5-move 3s infinite;
}

@-webkit-keyframes anim-leaf-5-move {
  0%, 100% {
    transform: rotate(-30deg) scaleX(-1);
  }
  50% {
    transform: rotate(-31deg) scaleX(-1);
  }
}

@keyframes anim-leaf-5-move {
  0%, 100% {
    transform: rotate(-30deg) scaleX(-1);
  }
  50% {
    transform: rotate(-31deg) scaleX(-1);
  }
}
.leaf-6 {
  transform: rotate(30deg) scaleX(1);
  z-index: 1;
  -webkit-animation: anim-leaf-6-move 3s infinite;
          animation: anim-leaf-6-move 3s infinite;
}

@-webkit-keyframes anim-leaf-6-move {
  0%, 100% {
    transform: rotate(30deg) scaleX(1);
  }
  50% {
    transform: rotate(31deg) scaleX(1);
  }
}

@keyframes anim-leaf-6-move {
  0%, 100% {
    transform: rotate(30deg) scaleX(1);
  }
  50% {
    transform: rotate(31deg) scaleX(1);
  }
}
.leaf-7 {
  transform: rotate(60deg) scaleX(1);
  z-index: 2;
  -webkit-animation: anim-leaf-7-move 3s infinite;
          animation: anim-leaf-7-move 3s infinite;
}

@-webkit-keyframes anim-leaf-7-move {
  0%, 100% {
    transform: rotate(60deg) scaleX(1);
  }
  50% {
    transform: rotate(62deg) scaleX(1);
  }
}

@keyframes anim-leaf-7-move {
  0%, 100% {
    transform: rotate(60deg) scaleX(1);
  }
  50% {
    transform: rotate(62deg) scaleX(1);
  }
}
.leaf-8 {
  transform: rotate(90deg) scaleX(1);
  z-index: 3;
  -webkit-animation: anim-leaf-8-move 3s infinite;
          animation: anim-leaf-8-move 3s infinite;
}

@-webkit-keyframes anim-leaf-8-move {
  0%, 100% {
    transform: rotate(90deg) scaleX(1);
  }
  50% {
    transform: rotate(93deg) scaleX(1);
  }
}

@keyframes anim-leaf-8-move {
  0%, 100% {
    transform: rotate(90deg) scaleX(1);
  }
  50% {
    transform: rotate(93deg) scaleX(1);
  }
}
.leaf-9 {
  transform: rotate(120deg) scaleX(1);
  z-index: 4;
  -webkit-animation: anim-leaf-9-move 3s infinite;
          animation: anim-leaf-9-move 3s infinite;
}

@-webkit-keyframes anim-leaf-9-move {
  0%, 100% {
    transform: rotate(120deg) scaleX(1);
  }
  50% {
    transform: rotate(124deg) scaleX(1);
  }
}

@keyframes anim-leaf-9-move {
  0%, 100% {
    transform: rotate(120deg) scaleX(1);
  }
  50% {
    transform: rotate(124deg) scaleX(1);
  }
}
.leaf-10 {
  transform: rotate(150deg) scaleX(1);
  z-index: 5;
  -webkit-animation: anim-leaf-10-move 3s infinite;
          animation: anim-leaf-10-move 3s infinite;
}

@-webkit-keyframes anim-leaf-10-move {
  0%, 100% {
    transform: rotate(150deg) scaleX(1);
  }
  50% {
    transform: rotate(155deg) scaleX(1);
  }
}

@keyframes anim-leaf-10-move {
  0%, 100% {
    transform: rotate(150deg) scaleX(1);
  }
  50% {
    transform: rotate(155deg) scaleX(1);
  }
}
@-webkit-keyframes anim-sky {
  0%, 100% {
    background: rgba(0, 0, 0, 0.35);
  }
  5%, 95% {
    background: rgba(45, 136, 224, 0.35);
  }
  10%, 20%, 80%, 90% {
    background: #c5e7f1;
  }
  40%, 60% {
    background: #bff1ee;
  }
  50% {
    background: #B4FFFE;
  }
}
@keyframes anim-sky {
  0%, 100% {
    background: rgba(0, 0, 0, 0.35);
  }
  5%, 95% {
    background: rgba(45, 136, 224, 0.35);
  }
  10%, 20%, 80%, 90% {
    background: #c5e7f1;
  }
  40%, 60% {
    background: #bff1ee;
  }
  50% {
    background: #B4FFFE;
  }
}
@-webkit-keyframes anim-sun {
  0% {
    transform: rotate(-150deg);
    box-shadow: 0 0 75px 30px rgba(253, 251, 184, 0.5);
  }
  10%, 90% {
    box-shadow: 0 0 125px 50px rgba(253, 251, 184, 0.65);
  }
  25%, 75% {
    box-shadow: 0 0 325px 125px rgba(253, 251, 184, 0.85);
  }
  50% {
    box-shadow: 0 0 400px 130px rgba(253, 251, 184, 0.85);
  }
  100% {
    transform: rotate(150deg);
    box-shadow: 0 0 75px 20px rgba(253, 251, 184, 0.5);
  }
}
@keyframes anim-sun {
  0% {
    transform: rotate(-150deg);
    box-shadow: 0 0 75px 30px rgba(253, 251, 184, 0.5);
  }
  10%, 90% {
    box-shadow: 0 0 125px 50px rgba(253, 251, 184, 0.65);
  }
  25%, 75% {
    box-shadow: 0 0 325px 125px rgba(253, 251, 184, 0.85);
  }
  50% {
    box-shadow: 0 0 400px 130px rgba(253, 251, 184, 0.85);
  }
  100% {
    transform: rotate(150deg);
    box-shadow: 0 0 75px 20px rgba(253, 251, 184, 0.5);
  }
}
@-webkit-keyframes anim-island {
  0%, 100% {
    background: #deb210;
  }
  10%, 90% {
    background: #F4D86F;
  }
}
@keyframes anim-island {
  0%, 100% {
    background: #deb210;
  }
  10%, 90% {
    background: #F4D86F;
  }
}
@-webkit-keyframes anim-h-wave {
  0% {
    background-position: -100px 0;
  }
  100% {
    background-position: 100px 0;
  }
}
@keyframes anim-h-wave {
  0% {
    background-position: -100px 0;
  }
  100% {
    background-position: 100px 0;
  }
}
@-webkit-keyframes anim-v-wave {
  0% {
    background-size: 100px 220px;
  }
  100% {
    background-size: 100px 270px;
  }
}
@keyframes anim-v-wave {
  0% {
    background-size: 100px 220px;
  }
  100% {
    background-size: 100px 270px;
  }
}
@media (max-width: 800px) {
  .window {
    transform: translate(-50%, -50%) scale(0.75);
  }
}
@media (max-width: 440px) {
  .window {
    transform: translate(-50%, -50%) scale(0.5);
  }

	.title {
		text-align:center;
	}

	.mobBtn button {
		margin:0 auto;
		display: block !important;
	}
}

.timeline {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
										}
										.timeline__event {
										  background: #fff;
										  position: relative;
										  display: flex;
										  flex-direction: column;
										  border-radius: 8px;
										  width:24%;
											padding: 10px;
											border:1px solid #e9e9e9;
											margin:5px;
										}
										.timeline__event__title {
										  font-size: 1.2rem;
										  line-height: 1.4;
										  text-transform: uppercase;
										  font-weight: 600;
										  color: #bf7b20;
										  letter-spacing: 1.5px;
										  text-align:center;
										}
										.timeline__event__content {
										  	padding: 10px 0;
											display:flex;
											flex-direction: column;
											justify-content: center;
											align-items: center;
											align-content: center;
										}
										.timeline__event__date {
										  color: #f6a4ec;
										  font-size: 1.5rem;
										  font-weight: 600;
										  white-space: nowrap;
										}
										.timeline__event__description{
											text-align:center
										}
										.timeline__event__icon {
										  /*border-radius: 8px 0 0 8px;*/
										  display: flex;
										  align-items: center;
										  justify-content: center;
										  font-size: 2rem;
										  /*padding: 60px;*/
										  border: 2px solid #bf7b20;
										  width:70px;
										  height:70px;
										  margin:0 auto;
										  border-radius:100%;
										}
										.timeline__event__icon i {
										  /*position: absolute;*/
										  /*left:36px;*/
										 /* top: 50%;*/
										  font-size: 2rem;
										  /*transform: translateY(-50%);*/
										}
										.timeline__event:after {
										  content: "";
										  width: 2px;
										  height: 100%;
										  background: #9251ac;
										  position: absolute;
										  top: 52%;
										  left: -3.5rem;
										  z-index: -1;
										}
										.timeline__event__description p {
											margin-bottom:0;
										}
										/*.timeline__event:before {
										  content: "";
										  width: 5rem;
										  height: 5rem;
										  position: absolute;
										  background: #ffffff;
										  border-radius: 100%;
										  /*left: 1.25rem;
										  /*top: 50%;
										  /*transform: translateY(-50%);
										  top:6%;
										  left: 30%;
										  border: 2px solid #bf7b20;
										}*/
										.timeline__event:last-child:after {
										  content: none;
										}

										@media (max-width: 786px) {
										  .timeline {
											  flex-direction:column;
										  }
										  .timeline__event {
											  width:100%;
											  margin:0;
										  }
										  .timeline__event:before {
											  top:6%;
											  left:37%;
										  }
										}
#priceTable {
	text-transform: capitalize;
}

.modal-title {
	text-transform: capitalize;
}

.iconModalContainer {
	border: 1px solid #e3e3e3;
	text-align: center;
	padding: 20px;
	font-size: 17px;
	margin:5px;
	text-transform: capitalize;
}

.iconModalContainer p {
	margin-bottom:0;
}

.iconModalContainer a{
	font-size:14px !important;
}

.iconModalContainer a:hover {
	color:#336699 !important;
}

.iconRow {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.iconOverview:before {
	display: inline-block;
	font-style: normal;
	font-family: "Font Awesome 6 Pro";
	content: "\f05a";
	font-size:20px;
}

.iconFellowpassengers:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f0c0";
	font-size:20px;
}

.iconDresscode:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f553";
	font-size:20px;
}

.iconGratuity:before {
	font-family: "Font Awesome 6 Pro";
	content: "\e3fd";
	font-size:20px;
}

.iconCabins:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f8f7";
	font-size:20px;
}

.iconDining:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f2e7";
	font-size:20px;
}

.iconEntertainment:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f001";
	font-size:20px;
}

.iconPublicrooms:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f52a";
	font-size:20px;
}

.iconFitnessrecreation:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f44b";
	font-size:20px;
}

.iconFamily:before {
	font-family: "Font Awesome 6 Pro";
	content: "\e300";
	font-size:20px;
}

.icon10:before {
	font-family: "Font Awesome 6 Pro";
	content: "\f46d";
	font-size:20px;
}

.pp {
	text-transform: lowercase;
}

.image {
	position:relative;
}

.dateGrid {
	position:absolute;
	top:0;
	right:0;
	background-color:#696866;
	color:#ffffff;
	padding:0 10px;
}

.dateList {
	position:absolute;
	bottom:0;
	background-color:#696866;
	color:#ffffff;
	padding:0 10px;
}

.exclusive .dataTable span {
	cursor: default;
}



#secExclusiveOffers .dateList {
	background-color:#bf7b20;
}

.exclusive .dateGrid, .exclusive .dateList {
	background-color:#bf7b20;
}

.dateGrid span, .dateList span {
	font-size:2em;
	font-weight:700;
}

.divPricing .spPriceType {
	text-align:center;
}

.cruiseRating ul li .fa-star {
	width:auto !important;
	font-size:13px !important;
}

.background .liLineShip {
	display:flex; flex-direction:row; align-content:center; align-items: center; justify-content: flex-start;
}

.listView .reaction {
	position:absolute;
	bottom:0px;
	right:12px;
}

#secExclusiveOffers .listView .reaction {
	position:absolute;
	bottom:-40px;
	right:12px;
}

.listView .cruiseHeader img, #secExclusiveOffers .cruiseHeader img {
	/*height:25px;*/
	float:right;
}

.image {
	position:relative;
}

.spPriceType:hover .fa-bullseye-pointer{
	animation: pulse-animation 2s infinite;
}

.exclusivePage .mobileButton .btn-primary {
	background-color:#bf7b20 !important;
	border-color:#bf7b20 !important;
}

.exclusivePage .mobileButton .btn-primary:hover {
	color:#bf7b20 !important;
	background-color:#ffffff !important;
}

.exclusive .modal-title, .exclusive .card-header h5, .exclusive .card-header span {
	color:#bf7b20 !important;
}

.exclusive .searchContainer .card-header {
	background-color:#ffffff !important;
}

@keyframes pulse-animation{
	0% {
		transform:scale(1);
	}
	45% {
		transform:scale(1.25);
	}
	90% {
		transform:scale(1);
	}

}

.brochure {
	position:relative;
	margin-bottom:1em;
}

.hover {
	transition: .5s ease;
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	text-align: center;
}

.hover h6 {
	color:#336699;
	font-size:24px;
}

.brochure:hover .bgImage {
	opacity:0.3;
}

.brochure:hover .hover {
	opacity: 1;
}

.brochure:hover .newBanner {
	opacity: 0.3;
}

.newBanner {
	position:absolute;
	top:5%;
	left:4%;
	background-color: #336699;
	padding:5px 20px;
	color:#ffffff;
	font-size:16px;
}

.flipbook {
	cursor:pointer;
}

.copyPDF {
	position:absolute;
	bottom:10px;
	background-color: #336699;
	color:#ffffff;
	padding: 5px 5px;
	cursor: pointer;
	border-radius: 60px;
	height:40px;
	left:20px;
}

.copyLink {
	max-width:32px;
	width:auto;
	border-radius: 60px;
	height: 35px;
	display:inline-flex;
	align-items: center;
	overflow:hidden;
	transition: ease-in 0.5s;
}

.copyLink:hover {
	max-width:275px;
}

.copyLink .text {
	white-space: nowrap;
	padding-left:15px;
	padding-right:15px;
}

.copyLink .icon {
	padding: 0 0 0 7px;
}

/* 3 way switch */

.switch {
	position: relative;
	height: 32px;
	width: 300px;
	background: #D7D7D7;
	border-radius: 32px;
	float:right
}
.switch-label {
	font-weight: bold;
	position: relative;
	z-index: 2;
	float: left;
	width: 100px;
	line-height: 32px;
	font-size: 12px;
	color: #676a6c;
	text-align: center;
	cursor: pointer;
}

.switch-input {
	display: none;
}

.switch-input:checked + .switch-label {
	color: #FFF;
	transition: 0.15s ease-out;
	transition-property: color, text-shadow;
}

.switch-input:checked + .switch-label-y ~ .switch-selector {
	transform: translateX(0%);
	background-color: #1b7b51;
}
.switch-input:checked + .switch-label-i ~ .switch-selector {
	transform: translateX(100%);
	background-color: #696866;
}
.switch-input:checked + .switch-label-n ~ .switch-selector {
	transform: translateX(200%);
	background-color: #336699;
}
.switch-selector {
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	display: block;
	width: 100px;
	height: 32px;
	border-radius: 32px;
	background-color: #1ab394;
	transition: all 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.buttonDropdown {
	position:absolute;
	top:-83px;
	right:-5px;
}

#latest::before {
	content: '';
	width: 0;
	height: 0;
	border-top: 90px solid transparent;
	border-bottom: 90px solid transparent;
	border-left: 90px solid #336699;
	position: absolute;
	left: 0;
	top:30%;
}
#latest::after {
	content: '';
	width: 0;
	height: 0;
	border-top: 90px solid transparent;
	border-bottom: 90px solid transparent;
	border-right: 90px solid #336699;
	position: absolute;
	right: 0;
	top:30%;
}

.youtube-slider {
	position: relative;
	/*width: 520px;
	padding: 0 60px;*/
}

/* slide css */
.youtube-slider .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
	box-shadow: 0px 0p 8px rgba(0,0,0,0.4);
}

/* Navigation arrows css */
.youtube-slider .swiper-button-next {
	right: 0;
	z-index:9;
}
.youtube-slider .swiper-button-prev {
	left: 0;
	z-index:9;
}
.swiper-button-next, .swiper-button-prev {
	z-index: 1;
	background-size: 10px auto;
	transition: border-color 0.3s;
	width: 40px;
	height: 40px;
	background-color:#ffffff;
}

.swiper-button-next::after, .swiper-button-prev::after {
	color:#696866;
	font-size:18px !important;
}

.cruiseDetails .flashPromo {
	width:700px !important;
	margin:0 auto;
	font-size:22px;
}

.flashPromo {
	background-color:#bd0000;
	color:#ffffff;
	padding:10px;
}

.exclusiveBtn {
	background-color: #bf7b20 !important;
	border: #bf7b20 !important;
	width:100%;
}

.exclusiveBtn:hover {
	color:#bf7b20 !important;
}

/*.exclusive {
	border-bottom: 1px solid #bf7b20;
}*/

#exclusiveDetails h3, #exclusiveDetails h4, #exclusiveDetails .title, #secExclusiveCruiseItineraryContainer h3, #secExclusiveCruiseItineraryContainer h4 {
	color: #bf7b20 !important;
}

#exclusiveDetailsForm small, #exclusiveDetailsForm span, .exclusiveTitle {
	color: #bf7b20 !important;
}

.exclusivePortCard .borderRight {
	border-right: 2px solid #bf7b20 !important;
}

.exclusiveStickytop #searchTop {
	border-bottom: 1px solid #bf7b20 !important;
}

.exclusivePriceTable {
	background-color:#fff5e8;
}

.borderRight {
	text-align: center;
	border-right: 2px solid #336699;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0;
	align-items: center;
}

.facilities ul {
	padding-left:0;
	margin-left:0;
}

.viewBrochures {
	background-color: #336699;
	padding: 10px;
	color: #fff;
	width: 175px;
	cursor:pointer;
	border:0;
}

.flash {
	position:absolute;
	bottom:0;
	width:100%;
	text-align:center;
	color:#ffffff;
	font-size:18px;
	padding:10px;
	background-color:#bd0000;
}

.brochureLink {
	color:#212529;
	text-decoration: none;
	cursor:pointer;
}

.cruiseBox {
	position:absolute !important;
	width:400px !important;
	top:50% !important;
	left:27%;
	transform: translate(-50%,-50%);
}

.youtube-slider .swiper-wrapper {
	height:400px !important;
}

.fpDetails ul {
	display:flex;
	flex-direction:row;
	list-style:disc;
	flex-flow: wrap;
}

.fpDetails ul li {
	width:300px;
	margin-right:40px;
}

.deckplanImage {
	height:500px;
}

#cbLine, #fareTypes {
	height:57px; background-color:#f1f5fa !important; border:0; border-radius:0
}

#fareTypes {
	float:right;
	width:100%;
	font-size:1em !important;
}

#fareTypes {
	appearance: none;
	background-image:
			linear-gradient(45deg, transparent 50%, gray 50%),
			linear-gradient(135deg, gray 50%, transparent 50%),
			linear-gradient(to right, #ccc, #ccc);
	background-position:
			calc(100% - 20px) calc(1em + 10px),
			calc(100% - 15px) calc(1em + 10px),
			calc(100% - 2.5em) 0.5em;
	background-size:
			6px 5px,
			6px 5px,
			1px 2.5em;
	background-repeat: no-repeat;
}

@media only screen and (max-width:1600px) {
	#secSearchResults .col-xl-4 {
		flex: 0 0 50% !important;
		max-width:50% !important;
	}
}

@media only screen and (max-width: 1500px) {

	#secCruisePrices .divPricesWrapper > div { width: 32% }
	/*#secSearchResults .row ul { height:200px !important;}*/
	/*.cruiseHeader {
		height:150px !important;
	}*/
	
	#secBreadcrumb { padding: 1.5em 1em; }
	
}

@media only screen and (max-width:1220px) {
	#secHeaderSearchMob {
		position:absolute;
		bottom:0;
	}
	.mobileButton {
		display:block;
		text-align: center;
   		margin-bottom: 1em;
	}
	#bannerContainer {
		padding-top:80px;
	}
}

@media only screen and (max-width: 1200px) {

	#secCruisePrices .divPricesWrapper > div { width: 49% }
	.loginModalmobile {
		display:block;
		color:#ffffff;
		text-decoration:none;
		margin-top:34px;
		text-align:center;
		margin-bottom:10px;
	}
	.shrink .loginModalmobile {
		margin-top:8px;
	}
	.stickyCruiseDetails {
		padding:0;
	}

	.mobileIcons {
		display:flex;
		flex-direction:row;
		flex-wrap:wrap;
		align-content: center;
		align-items: center;
		justify-content: space-evenly;
	}
	.mobileIcons a i {
		color:#ffffff;
		font-size:20px;
		padding: 0 5px
	}
}

@media only screen and (max-width:1024px) {
	.sticky-top{
		top:76px !important;
	}

	.resultContainer .sticky-top {
		top:69px !important;
	}
	.mobileLayout {
		display:flex;
		flex-direction: row;
		justify-content: space-around;
	}
	.mobileLayout button {
		width:98%;
	}

	.cruiseBox {
		position:absolute !important;
		width:300px !important;
		top:50% !important;
		left:50%;
		transform: translate(-50%,-50%);
		text-align:center;
	}
	#secTelephone {
		width:100px;
		display:flex;
		flex-direction:row;
		align-items:center;
		justify-content: space-between;
	}

	#secTelephone .mobileIcons {
		margin-top:27px;
	}

	.shrink #secTelephone .mobileIcons {
		margin-top:0px;
	}
}

@media only screen and (max-width:1023px) {
	.desktop {
		display:none;
	}
	.mobile {
		display: block !important;
	}
}

@media only screen and (max-width:990px) {
	.googleFonts {
		height:2300px;
	}
	.cruiseLogos {
		justify-content: center;
	}
	
	.address {
		text-align:center;
	}
	
	.address ul {
		margin:0 auto;
		text-align:left;
	}
}

@media only screen and (max-width: 768px) {

	#secExclusiveCruiseItineraryContainer .portCard:after {
		content: '';
	}
	
	.priceboxInfo p { width:150px; }
	.priceboxInfo span { width:110px; }

	.gridView:nth-child(odd){
		border-right:1px solid #e9e9e9;
	}
	
	
	#accordionSearch .divCheckBoxes>* , #secHeaderSearchMob .divCheckBoxes>* {
		flex: 0 0 40px;
	}
	
	#secCruisePrices .divPricesWrapper .divSuiteDescInner {
		display: block;
	}
	
	#secCruisePrices .divPricesWrapper .divSuiteDescInner .divSuiteDescImg {
		width: 100%;
	}
	.timeline__event__content {
		align-items: center;
	}

	.resultContainer .sticky-top {
		top:76px !important;
	}
}

/*
@media only screen and (max-width: 800px) {

	#secCruisePrices .divPricesWrapper > div { width: 100% }
	
}
*/



#secCruisePrices .divPricesWrapper > div ul {
	
}

#secCruisePrices .divPricesWrapper > div li {
	padding: 0.2em;
}

#secCruisePrices .divPricesWrapper > div > ul > li:first-child {
/*
	background-color: rgb(51,93,171);
	color: white;
*/
	background-color: rgb(240,240,240);
    color: rgb(51,93,171);
    height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
	font-size: 1.2em;
    margin-bottom: 0.5em;
    border-bottom: solid 1px rgba(51,93,171,0.5);
}

#secCruisePrices .divPricesWrapper > div > ul > li:last-child a {
	color: rgb(51,93,171);
	font-size: 2em;
	line-height: 0.5em;
}

#secCruisePrices .divPricesWrapper > div > ul > li:last-child a i {
	margin: 0;
}

@media only screen and (max-width: 768px) {

	.portCard img {
		padding:7px 5px;
	}
		
	#secContent.cCruiseDetail .divSummary {
		order: 1;
		width: 100%;
		max-width: 100%;
		position:relative;
		padding:0;
		background-color:unset;
		top:0;
		left:0;
	}
	
	#secContent.cCruiseDetail > section h2 {
		color:#000000;
		text-shadow:unset;
	}
	
	#secContent.cCruiseDetail .divMap {
		order: 2;
		width: 100%;
		padding-bottom: 100%;
	}
	
	#secContent.cCruiseDetail .ulItinerary span.spItinDate {
		width: 100%;
	}
	
	#secContent.cCruiseDetail .ulItinerary span.spItinLocation {
		/*width: 190px;*/
		width: 50%;
	}
	
	#secContent.cCruiseDetail .ulItinerary span.spItinTimes {
		/*width: 190px;*/
		width: 50%;
	}

	#secContent.cCruiseDetail .ulItinerary span.spItinArrive {
/*		text-align: left;*/
	}

	#secContent.cCruiseDetail .ulItinerary span.spItinDepart {
/*		text-align: left;*/
	}
	
	#secContent.cCruiseDetail #secOtherCruises {
		width: 100%;
		order: 4;
	}

	#secContent.cCruiseDetail #secCruiseItinerary {
		max-width: 100%;
		order: 1;
	}

	#secContent.cCruiseDetail #secGallery {
		width: 100%;
		order: 2;
	}

	#secContent.cCruiseDetail #secCruisePrices {
		max-width: 100%;
		order: 3;
	}
	
	.mobileNav .mobile { 
		display:flex !important;
	}
		
	.modal-dialog {
		max-width:100% !important;
	}
	
	#secSearchResults .col-xl-4 {
		flex: 0 0 100% !important;
		max-width:100% !important;
	}
	
}

@media only screen and (max-width: 768px) {

	.googleFont {
		height:2300px;
	}
	.stickBtns {
		justify-content: center;
	}
/*
	#secContent.cCruiseDetail .ulItinerary span.spItinTimes {
		width: 100%;
		text-align: right;
	}
*/
	.savedCruise, .backgroundImage {
		height:250px !important;
	}
	
	#navTop ul li:after {
		content: '';
	}
	.offcanvas-end {
		width:100% !important;
	}
	
	#secHeaderSearchMob {
		position:absolute;
		bottom:0;
	}

	.mobileRow .fullBtn{
		background-color:#336699;
		width:100%;
	}

	.mobileRow .btn-group {
		width:100%;
	}

	#divShipSelectMob .ship .divCheckBoxes span {
		margin-right:0;
	}

	#divShipSelectMob .ship .divCheckBoxes span label span {
		height:39px;
	}
	
	#divModalRegionSelect .divCheckBoxes span label span,  #divModalLineShipRatingSelectMob .divCheckBoxes span label span, #divShipSelectMob .divCheckBoxes span label span {
		margin-bottom:0px;
		line-height:40px;
		width:100%;
		height:40px;
	}
	
	/*#divModalLineShipRatingSelect .divCheckBoxes span, #divModalRegionSelectMob .divCheckBoxes span {
		width:100%;
		background-color:unset;
		border:0;
		border-bottom:1px solid #e6e6e6;
		margin-bottom:0;
	}*/

	.mobileWidth {
		width:100%;
		background-color:#336699;
	}

	#secSearchResults .row .priceboxbutton, #exclusiveOffers .row .priceboxbutton {
		padding-left:0;
	}
	
	.divCheckBoxes {
		margin:4px 0;
		height:auto;
	}
	
	.desktop {
		display:none !important;
	}
	
	#secHeaderSearch .ulSearch, #divModalLineShipRatingSelect {
		width:345px !important;
		overflow-y:hidden;
	}
	#secHeaderSearch #divModalRegionSelect, #secHeaderSearch #divModalLineShipRatingSelect, #secHeaderSearch #divShipSelect, #searchModal #divModalRegionSelect, #searchModal #divModalLineShipRatingSelect, #searchModal #divShipSelect, #searchModal #divModalDurationSelect, #searchModal #divModalDepartSelect {
		width:345px;
	}
	#divRegion, #divLine, #divRegionMob, #divLineMob, #divShip, #divShipMob {
		height:230px;
	}
	.card {
		border: 0 !important;
	}
	.card-header {
		padding:0 !important;
		background-color:unset !important;
	}
	.card-header i {
		position:absolute;
		right:5px;
		top:15px;
	}
	.card-header span {
		text-align:left;
		width:100%;
		padding:0.375rem 0 !important;
	}
	.card-header h5 {
		margin-bottom:0 !important;
	}
	.card-body {
		padding:0 !important;
	}
	.pick {
		color:#335dab;
	}
	#divDepartFrom label, #divDepartTo label, #divDurationFrom label, #divDurationTo label {
		width:29%
	}
	#divDepartFrom input, #divDepartTo input, #divDurationFrom select, #divDurationTo select {
		width:69%;
	}
	#divDepartTo {
		margin-top:1em;
	}
	.modal-footer {
		padding:0 !important;
	}
	.modal-footer button {
		width:100%;
		padding:0;
		margin:0;
		height:50px;
		border-radius:0;
	}
	#cruisePromos .cpBG .cruiseLogo {
		width:100%;
	}
	#cruisePromos .cpBG .cruiseLogo img {
		height:100%;
	}
	.cruiseLogo {
		margin:1em auto;
		display:block;
		text-align:center;
	}
	/*.cruiseHeader {
		height:200px;
	}*/
	#secContent .sticky-top {
		top:86px;
	}

	.mobileRow .row {
		background-color:#ffffff;
		height:50px;
		padding-top:6px;
	}

	.cruiseDetails h1 {
		font-size:30px;
	}

	.cruiseDetails h5 {
		font-size:15px;
	}

	.cruiseDetailsPrices {
		width:100%;
	}

	.cruiseActionsPrices {
		display:block !important;
		margin-bottom:0;
		width:50%;
	}

	.cruiseInformation .col-6 {
		padding:1em 0;
		border-right:1px solid;
		cursor:pointer;
	}

	.stickInfo button {
		width:100%;
	}
	
	#secCruisePrices .divPricesWrapper > div > ul > li:first-child {
		height:auto; 
	}
	#secHeaderSearchMob #divModalDurationSelect, #secHeaderSearchMob #divModalDepartSelect {
		padding:1.245rem;
	}
	#secSearchPanel .searchBtn {
		width:100%;
	}
	.divModal { padding:10px 0; }
	
	.modal .searchBtn { width:100%; text-align:center; padding:1em;}
	
	/**modal-dialog { position:fixed !important; top:0; bottom:0; width:100% !important;}**/
	.modal-footer {
		position:fixed; bottom:0; width:100%; 
	}
	.card-header span i {
		transform:unset;
	}
	/*.modal { height:100vh; overflow:hidden; }*/
	/*.modal-open { position:fixed; top:0px; width:calc(100% - 10px); }*/
	
	#secSearchResults .background, #secSavedResults .background, #exclusiveOffers .background { border:0; border-bottom:1px solid #c8c8c8; border-radius:0 }
	.itinBox .day, .itinBoxSea .day { width:100px !important; font-size:12px; }
	#secContent.cCruiseDetail > section h4 { font-size:1.2em;}
	.modal-backdrop { z-index:1000 !important; }
	#secContent { padding:0 1em;}
	#secSearchResults .row .pTitle { height:auto; }
	/*#secContent.cCruiseDetail #secCruiseItinerary { margin-bottom:2em; }*/
	#secContent.cCruiseDetail #secGallery #divGallery a {
		width:25%;
		padding-bottom:24%;
	}
	.moreDates #down-btn {
		bottom: -49px;
		-webkit-transform: rotate(315deg);
	}
	.moreDates #up-btn {
		-webkit-transform: rotate(135deg);
	}
	#secCruisePricesMobile .row {
		position:relative;
	} 
	
	#secCruiseItinerary .borderBottom {
		justify-content: center;
	}
	
	.narrow #secTop {
		padding:10px 1em;
	}
	.confidence {
		padding-bottom:2em;
	}
	#biggestMovers .title-section {
		height:60px;
	}
	.footerMenu ul {
		flex-direction:column;
		justify-content: center;
		align-content:center;
		align-items:center;
	}
	.footerMenu ul li:after {
		content:'';
	}
	.select2-container {
		width:95% !important;
		z-index:9999;
	}
	.expertsContent {
		padding:0 6em;
	}
	.destinationInfo h4 {
		font-size:18px;
		padding:0 1em;
	}
	.destinationBG {
		height:200px;
	}
	.expertsContent p, #secIndiLine ul, #secShipNextCruise h2 {
		text-align:center;
	}
	#secAbout .websiteContainer span, #secAbout .multiWebsiteContainer span, #secAbout .businessWebsiteContainer span {
		font-size:14px;
	}
	#secShipNextCruise .liItinerary span {
		width:90%;
	}
	#navTop ul li a {
		font-size:18px;
	}
	.fc .fc-popover {
		width:100%;
	}
	.fc-event-main p {
		white-space: pre-wrap
	}
	#divGallery {
		padding:0 1em;
	}
	#secAbout .websiteContainer, #secAbout .multiWebsiteContainer, #secAbout .businessWebsiteContainer {
		padding:10px;
	}
	/*.stickyNote {
		height:150px !important;
	}*/
	.stickyCruiseDetails .pdf {
		/*position:absolute;*/
		font-size:36px;
		/*uright:0;*/
	}
	.stickyCruiseDetails .cruiseActions {
		justify-content: flex-start;
		margin-top:10px;
	}

	.sticky-top {
		/**top:79px !important;*/
		top:0px !important;
	}

	.sticky-top-offset {
		top:81px !important;
		z-index:8;
	}

	.cruiseActions a {
		margin-bottom:10px;
	}

	.mobileSearchLayout {
		display:flex;
		flex-direction: row;
		flex-wrap: wrap;
		height:65px;
		align-content: center;
	}

	.mobileSearchLayout button, .mobileSearchLayout a {
		margin: 5px;
		height:37px;
	}

	.mobileHide {
		display:none !important;
	}

	.mobileShow {
		display:block !important;
	}

	.accomImg {
		text-align:center !important;
		margin-right:0 !important
	}

	.accomImg img {
		height:260px;
	}

}

@media screen and (max-width:440px) {

	.googleForm {
		height:3100px;
	}

	.deckplanImage {
		height:300px;
	}

	#fareTypes {
		width:100%;
		margin-top:1em;
	}

	.switch {
		margin:0 auto;
		float:unset;
	}

	#up-btn {
		left:40%;
	}

	#down-btn {
		left:55%;
	}

	#latest::before, #latest::after {
		display:none;
	}

	.topdealsearch .searchContainer {
		width:100% !important;
	}

	#exclusiveOffers .background {
		border:1px solid #bf7b20 !important;
	}

	#exclusiveOffers .exclusive .spPriceType {
		justify-content: space-evenly !important;
	}

	#secExclusiveOffers .background .backagroundImage{
		height:200px !important;
		width:100% !important;
	}

	#secExclusiveOffers .background .cruiseLogo {
		height:75px;
		float:none;
	}

	.enjoy_hint_label {
		padding:20px !important;
	}

	.enjoyhint_next_btn, .enjoyhint_prev_btn, .enjoyhint_close_btn {
		background-color: #336699 !important;
		border:1px solid #336699 !important;
	}

	.assistanceBtn {
		display:none;
	}

	.assistanceBtnMobile {
		display:block;
	}
	
	#secSavedResults .sticky-top {
		top:79px !important;
	}

	.added .reaction {
		position:relative;
		width:auto;
	}
	
	#secOffers h2, .title-section, .fc-toolbar-title {
		margin-top:0.5em;
	}
	
	.experts::before, .experts::after, .backgroundNews::before, .backgroundNews::after {
		display:none;
	}
	#secHomeBanner div {
		height:200px !important;
		background-position:center center;
		background-size:cover;
	}
	
	.datesAndPriceTable {
		display:none;
	}
	#secContent.cCruiseDetail #secGallery #divGallery a { width:33%; padding-bottom:30%;}
	.itineraryContainer { padding-right:0; text-align:center;}
	
	#secIndiLine #secCruiseDetails {
		margin-top:0em;
	}
	
	.datesAndPriceTableMobile td {
		padding:20px 5px;
	}
	
	/*#secCruiseDetails {
		margin-top:8em;
	}*/
	#secNTK {
		margin:4em 0;
	}
	
	#secContent.cCruiseDetail #secOtherCruises ul li .col-1 {
		width:8.3% !important;
	}
	
	#secOffers {
		padding:0;
	}
	.content {
		padding: 0 1em;
	}
	.mt-6 {
		margin-top:1em;
	}
	.destinationBG {
		height:300px;
		background-position:center;
		background-size:cover;
	}
	.moreDates #up-btn, .moreDates #down-btn {
		position:relative;
		top:0;
		left:0;
		right:0;
	}
	.expertsContent {
		padding:0 2.5em;
		text-align:center;
	}
	.experts::before, .backgroundNews::before {
		border-top: 60px solid transparent;
		border-bottom: 60px solid transparent;
		border-left: 35px solid #336699;
	}
	.experts::after, .backgroundNews::after {
		border-top: 60px solid transparent;
		border-bottom: 60px solid transparent;
		border-right: 35px solid #336699;
	}
	.backgroundNews::before {
		border-left: 35px solid #ffffff;
	}
	.backgroundNews::after {
		border-right:35px solid #ffffff;
	}
	.backgroundNews .Signup__button {
		margin:0 auto;
		display:block;
	}
	#secLineBanner .cruiseDetails {
		width:auto;
	}
	#secCruiseItinerary .row .col-6 {
		display:flex; justify-content:center;
	}
	.dataTables_wrapper {
		overflow:hidden;
		overflow-x:scroll;
	}
	.experts {
		height:auto;
		padding:3em 0;
	}
	.socialMedia {
		margin-top:1.5em;
	}
	#secSavedResults .atSea {
		height:250px !important;
	}
	#secSavedResults .row ul, #secSavedResults .row .pTitle {
		padding-left: 1em;
	}
	#secSavedResults .cruiseHeader {
		padding:10px 0 0;
	}
	.fc .fc-view-harness {
		height:500px !important;
	}
	.fc-toolbar-title {
		font-size:1.4em !important;
	}
	.fc .fc-daygrid-more-link, .fc .fc-daygrid-day-number, .fc .fc-col-header-cell-cushion {
		font-size:12px !important;
		font-weight:400 !important;
	}
	.enquiryBtn {
		color:#336699;
	}
	#cruisePromos h3 {
		text-align:center;
	}
	.dateRow td {
		border-top:0;
	}
	/*.cruiseLogo img {
		height:30px;
	}*/
	.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter {
		text-align:left !important;
		padding-left:5px;
	}
	.dataTables_wrapper .dataTables_paginate {
		margin-bottom:1em;
	}
	.dataTables_wrapper .dataTables_filter input {
		border-radius:0px !important;
	}
	input[type="search"] {
  		-webkit-appearance: none;
	}
	#secExclusiveOffers .background a .backgroundImage {
		height:200px !important;	
	}
	
	#secExclusiveOffers .background .cruiseHeader .cruiseLogo {
		padding-bottom:2em;
	}
	table.dataTable tbody th, table.dataTable tbody td {
  		padding: 8px 5px;
	}
	.desktopEnquiry {
		display:none !important;
	}
	.mobileEnquiry {
		display:block;
	}
	#navbarNavDarkDropdownDesktop {
		display:none; 
	}
	#navbarNavDarkDropdownMobile {
		display:block;	
		margin-top:15px;
	}
	#navbarNavDarkDropdownMobile ul li .nav-link {
		color:#ffffff;
		font-size:16px;
	}
	.profileChange {
		width:100%;
	}
	
	.added {
		margin-top:2em !important;
	}
	.loginModalmobile {
		color:#ffffff;
		text-decoration:none;
		margin-top:30px;
	}

	.mobileLayout .enquiryBtn, .mobileLayout .mobile {
		width: 48%;
	}

	.resultContainer .sticky-top {
		top:79px !important;
	}

	.gridView:nth-child(odd){
		border-right:unset;
	}
	.cruise .cruiseDetails {
		top:30px !important;
	}
}

@media screen and (max-width:391px) {
	.googleFonts {
		height:3100px;
	}
}

@media screen and (max-width:375px) {
	#divModalRegionSelect .divCheckBoxes span label span, #divModalLineShipRatingSelect .divCheckBoxes span label span {
		width:287px;
	}
	#divModalRegionSelect .divCheckBoxes span, #divModalLineShipRatingSelect .divCheckBoxes span {
		width:290px;
	}
}