/* 	[ COPYRIGHT CONTEGRO  - Intelligent Website Content Management ]   */
/* 	[ http://www.contegro.com ]   */



/* -----[ BANNER ]--------------------------------------------------------------------- */

/*
		Do not change class names. Alter attributes as required.
		Prefix with Continer ID to apply style to individual containers.
*/

/* === [ GLOBAL STYLE ] === */

	.Banner {
		position: relative;
		display: block;
		clear: both;
		margin: 0px 0px 0px 0px;
		padding: 0px;
	}
	.Banner img {
		display: block;
	}
	#outerWrapper.CruisesNew #cB .Banner {
	  float: none;
	}
	#outerWrapper.CruisesNew #cB .Banner img {
	  width:100%;
	}

/* === [ Left Hand Container ] === */
	#cLS .Banner {
		margin: 0px 0px 10px 0px;
	}

/* === [ Right Hand Container ] === */
	#cRS .Banner:nth-child(1) {
	clear: none;
	display: inline-flex;
	float: right;
	padding-bottom: 20px;
	}
	#cRS .Banner {
	}

	#cT .Banner {
		display: inline-block;
		width: 5%;
		clear: none;
		margin: 6px 0px 0px 0px;
		float: right;
	}

#cT .Banner .img {
    /* float: right; */
}/* Automatically Updateded in patch version 4.5.2.0 */

/* -----[ Patch 4.6.2 ]----- */
/* -----[ Feature ID #1318 ]----- */
/* -----[ Added to Banner.css  ]----- */
/* -----[ Responsive CSS ]----------------------------------------------------- */
.BackgroundBanner a {
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
}


/* -----[ Responsive Header Banners, toggle left/right/center focus ]---------- */ 
/* YY-24258-12-11-18 */ #cB .BackgroundBanner a, #cB .BackgroundBanner a img  {
/* YY-24258-12-11-18 */ 	width: 100% !important;
/* YY-24258-12-11-18 */ 	background-position: center;
/* YY-24258-12-11-18 */ 	background-size: cover;
/* YY-24258-12-11-18 */ 	float:none;
/* YY-24258-12-11-18 */ }
/* YY-24258-12-11-18 */ .BannerLeft #cB .BackgroundBanner a, .BannerLeft #cB .BackgroundBanner a img {
/* YY-24258-12-11-18 */ 	background-position: left !important;
/* YY-24258-12-11-18 */ }
/* YY-24258-12-11-18 */ .BannerRight #cB .BackgroundBanner a, .BannerRight #cB .BackgroundBanner a img {
/* YY-24258-12-11-18 */ 	background-position: right !important;
/* YY-24258-12-11-18 */ }

/*--------------------------------------------------------------------------------*/
/* Home page banners */
/* YY-24130-02-11-18 */
.tab_content div.Banner a.BannerImage img {
    height: 411px;
}