.button_lg {
	white-space: nowrap;
	border-radius: 3px;
	padding: 6px 20px 5px;
}

#main_content h2 {
	padding-bottom: 10px;
	margin-bottom: 16px;
	font-size: 1.6em;
}

#river_header {
	margin-bottom: 30px;
	width: 100%;
	display: table;
}

#river_header img:first-child {
	display: table-cell;
	width: 100%;
	aspect-ratio: 1350/640;
}

#river_header h1 {
	display: table-cell;
    /*font-weight: normal;*/
    padding: 0 15px;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 43.7369%;
}

#info_wrap {
	padding-top: 20px;
}

.itin_info {
	text-align: center;
	border-bottom: 5px solid #000;
	margin-bottom: 58px;
	overflow: hidden;
}

.itin_info:last-child {
	border-bottom: none;
	margin-bottom: 40px;
}

.itin_info > div:nth-of-type(1),
.itin_info > div:nth-of-type(2) {
	max-width: 266px;
	width: 27.7766%;
}

.itin_info > div:nth-of-type(1) div,
.itin_info > div:nth-of-type(2) div {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background-size: cover;
	background-position: center top;
}

.itin_info > div:nth-of-type(1) {
	float: left;
}

.itin_info > div:nth-of-type(2) {
	float: right;
	position: relative;
}

.itin_info > div.no_map {
	border: 1px solid gray;
	background-color: #f7f7f7;
}

.itin_info > div.no_map:after {
	content: 'no map available';
	color: gray;
	text-align: center;
	display: block;
	font-family: "TT Norms";
	font-weight: 700;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.itin_info h2 {
	border-bottom: 1px solid #403e3e;
	margin-bottom: 7px;
}

.itin_info_inner {
	overflow: hidden;
	padding: 0 24px;
	min-height: 323px;
}

.itin_info_inner > svg:first-of-type {
	height: auto;
}

.itin_info_inner > svg {
	width: 100%;
}

.itin_info_inner.avalon-waterways > svg:first-of-type {
	max-width: 167px;
}

.itin_info_inner.viking-river-cruises > svg:first-of-type {
	max-width: 153px;
}

.itin_info_inner.american-queen-voyages > svg:first-of-type {
	max-width: 191px;
}

.itin_info_inner.tauck > svg:first-of-type {
	max-width: 200px;
}

.itin_info_inner.amawaterways > svg:first-of-type {
	max-width: 348px;
}

.itin_info_inner.uniworld-boutique-river-cruises > svg:first-of-type {
	max-width: 258px;
}

.itin_info_inner.u-by-uniworld > svg:first-of-type {
	max-width: 207px;
}

.itin_info_inner.american-cruise-lines > svg:first-of-type {
	max-width: 163px;
}

.itin_info_inner.victory-cruise-lines > svg:first-of-type {
	max-width: 163px;
}

.itin_info_inner > div {
	color: #403e3e;
	border-bottom: 1px solid #00418c;
	padding-bottom: 8px;
}

.itin_info_inner > div:nth-of-type(1) {
	margin-top: 8px;
}

.itin_info_inner > div:nth-of-type(2) {
	margin-top: 40px;
}

.itin_info_inner > div:last-child {
	border-bottom: none;
	padding-bottom: 32px;
}

/*.itin_info_inner > div .price_length {
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1.1em;
}*/

.itin_info_inner > div .length_sub_base_title > span:first-child,
.itin_info_inner > div .price_wrap {
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1.1em;
}

.itin_info_inner > div .direction {
	color: #6a6a6a;
}

.itin_info_inner > div .direction > span:last-child {
	font-size: .7em;
	color: #403e3e;
	font-family: "TT Norms";
	font-weight: 700;
}

.itin_info_inner .specialty_sailings {
	background-color: #245f85;
	color: #fff;
	display: inline-flex;
	margin: 0 auto 10px;
	padding: 4px 10px 5px;
	line-height: 1.3em;
}

.itin_info_inner .specialty_sailings span {
	color: #ffcb11;
}

.itin_info_inner .price {
	color: #e20d00;
	font-size: 1.2em;
}

.button_wrap {
	padding-top: 10px;
}

.button_wrap a {
	display: inline-block;
	margin: 0 8px 10px;
}

.button_wrap a i {
	font-size: 1.3em;
	margin-right: 5px;
}

.cruise_options {
	display: flex;
	position: relative;
	margin: 20px 0 7px;
	line-height: 1.2em;
}

.cruise_options > span:nth-of-type(2n+1) {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
	position: relative;
	/*min-width: 35px;*/
}

.cruise_options > span:nth-of-type(2n+1) span {
	border-top: 1px solid #93c3e2;
	display: block;
	position: absolute;
	width: 100%;
	top: 50%;
}

.cruise_options > span:first-child {
	margin: 0 14px 0 74px;
}

.cruise_options > span:last-child {
	margin: 0 74px 0 14px;
}

.cruise_options > span:nth-of-type(2) {
	color: #245f85;
}

.children_outer {
	position: relative;
}

.children_wrap {
	overflow-x: hidden;
	margin: 0 39px;
	padding-bottom: 1px; /* Added for firefox, as the bottom 1px is sometimes hidden */
}

.children {
	display: flex;
	position: relative;
	transition: .25s;
	-moz-transition-timing-function: ease-out;
}

.children_outer.hidden .children {
	justify-content: center;
}

.children > div {
	flex-shrink: 0;
	width: 33.3333%;
	box-sizing: border-box;
	padding: 0 5px;
}

.children_outer.children50 .children > div {
	width: 50%;
}

.children_outer.children100 .children > div {
	width: 100%;
}

.child {
	background: #f8efe3;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: 1px solid #855d24;
	font-size: .9em;
	line-height: 1.3em;
	color: #19435d;
}

.child .length {
	margin: -5px -5px 10px;
	padding: 5px;
	background-color: #855d24;
	color: #fff;
}

.child .description {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
}

.child .starting {
	margin-top: 10px;
}

.children_nav {
	position: absolute;
	top: 0;
	width: 34px;
	height: 100%;
}

.children_nav.left {
	left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.children_nav.right {
	right: 0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.children_nav > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 32px;
	height: 32px;
}

.children_nav.left > span {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjVBMjM1MjA1QUQxMTFFOUIwRTA5RjUwRDAwNzVBNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjVBMjM1MjE1QUQxMTFFOUIwRTA5RjUwRDAwNzVBNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MEIxQjhGRjVBRDExMUU5QjBFMDlGNTBEMDA3NUE0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MEIxQjkwMDVBRDExMUU5QjBFMDlGNTBEMDA3NUE0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PqbQPFkAAAHtSURBVHja1JdNKERRGIZnNE1NUZIiWUjJQhayYjWY/CUzo/wsJFtFyWKkbDTLyUKZJQspofxGiPwtSMpCFlKyQEISSgnjOXWVvqbMjDl3MvX0Nvebzvvec8/c8x1rKBSyJPKTZEnwxxbvAbNcbS3IMHiv18d2f/u9NZ6PAHMPMm3c2DNUEmLflEeAeTUy+WNWU2DOlDWAeRkyA3ZR8msPgHkpsgAOUfIx/UGtATAvRpYhWZQGMA9EMkbMixDzQmQL0kQpgLkv0nFiCoB5PrINGaIUxLxT64sI81xkI4z5KHRFO15UM4B5NqJeLjmiNAGt3P2ntgCYZyI7kCdK6r/eiPl7LGspogCYpxsLrkCUVsCN+Zu2zQjzVGQtjPkmNPzFPNJFuARF4toe1GP+asZ2/JHofqAODsW1Eljk8Ti0B2Can5AqOBYlJ8wSwq69IyLEA+KCU1FSwaYIYdMawAhxi1TAuSi5YZwQSVoDGCGujBCXotQMI4Swam9KCXGBlMONKLWrzciUrpgQZ8aauBelDmZh0JS2nBAnqumER1HqIYRfewAjxBFSAy+i1E+IPq0dkdgvnEZrJl9M3YQc0t4VY6J2Si/IjanXtKMZIVaRJvjuC9TBxGPq2ZAQ86ozgjuo5fuBqUezf3k6/hJgAEGkqK5NzI+TAAAAAElFTkSuQmCC);
}

.children_nav.right > span {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTBCMUI4RkQ1QUQxMTFFOUIwRTA5RjUwRDAwNzVBNEYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTBCMUI4RkU1QUQxMTFFOUIwRTA5RjUwRDAwNzVBNEYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MEIxQjhGQjVBRDExMUU5QjBFMDlGNTBEMDA3NUE0RiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MEIxQjhGQzVBRDExMUU5QjBFMDlGNTBEMDA3NUE0RiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PgKNvvEAAAGwSURBVHja5Nc/KMRhHMfxO3TlT0IMbmBgYWFxiyj/hZBMlEEGBoOSQQwK2bDJhmJAoVPkTG46C9MtDAxuOEXkb3LeTz3q1zcp8Tw3eOpV1+d39Tz9nuf5Ps/PHYvFXPFsCa44t6TvHnprez5/VmED/Vj/SQdXgeVfv4EK+JGFVbTYnAI3tpDieGObqLM1ALVCJ0XmwTYqbS3CWYyJLBm78NnaBVOYFlka9lFqaxuqtzAvsgwcoNjGANR6GMKiyLMRQKGNQqQGMYAVkefiEPk2KuE7enVhcrY8PQivjVL8hm69E5ytQE9Hjo2z4BWdukNnK9ILM9PGYfSMdgRFXoI9pNs4DR/QjGOR+3TFtHIcu+N5H0jVi7FM5CG0mR6AOhN2UC7yEzTizuQAPLoWVIs8jHrcmJwCdS9YQ5PIz1GDqMk1kIgldIj8UnceMbkI1f8X0CXyiO78wuQuUFttDn0ij+rOz0xuQ9X5DAZFfqvvh2HTdWAcIyK7RwNOTd+IhjEhsiddfkM2ruWjIntBK45sXctVZ4+Oe8BXR7DRKQjqr6Frvf38f/ll5P73X8cfAgwAW9lTOQl2X/4AAAAASUVORK5CYII=);
}

.children_nav:hover {
	background-color: #93c3e2;
	cursor: pointer;
}

.children_nav.off:hover {
	background-color: transparent;
	cursor: default;
}

.children_nav.off > span {
	opacity: .25;
}

.children_outer.hidden .children_nav {
	visibility: hidden;
}

.call_email {
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1.1em;
}

.call_email b {
	font-size: .8em;
	padding: 0 8px;
}

#tip_popup {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding: 10px 18px 12px;
	text-align: left;
	width: 500px;
	display: none;
	box-sizing: border-box;
	opacity: 0;
	border-radius: 3px;
	z-index: 210;

	-moz-transition: opacity 500ms;
	-webkit-transition: opacity 500ms;
	-ms-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	
	box-shadow: 0 10px 18px -8px rgba(0, 0, 0, .75);
}

body.is_mobile #tip_popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#tip_popup.show {
	opacity: 1;
}

#tip_popup h4 {
	color: #000;
}

.promo_link {
	display: inline-block;
	cursor: default;
	border-radius: 3px;
	color: #333;
	font-size: 1.2em;
	padding: 2px 7px 1px;
	text-decoration: none;
	margin-bottom: 4px;
}

.pricing .promo_link {
	font-size: 1.1em;
	padding-bottom: 2px;
}

.promo_link.red {
	border: 1px solid #990404;
	background: rgb(255,206,206); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,206,206,1) 0%, rgba(255,239,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,206,206,1)), color-stop(100%,rgba(255,239,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,206,206,1) 0%,rgba(255,239,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,206,206,1) 0%,rgba(255,239,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,206,206,1) 0%,rgba(255,239,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,206,206,1) 0%,rgba(255,239,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcece', endColorstr='#ffefef',GradientType=0 ); /* IE6-9 */
}

.promo_red {
	border: 1px solid #990404;
	background: #ffefef;
}

.promo_link.green {
	border: 1px solid #007622;
	background: rgb(131,224,131); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(131,224,131,1) 0%, rgba(219,252,219,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(131,224,131,1)), color-stop(100%,rgba(219,252,219,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(131,224,131,1) 0%,rgba(219,252,219,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(131,224,131,1) 0%,rgba(219,252,219,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(131,224,131,1) 0%,rgba(219,252,219,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(131,224,131,1) 0%,rgba(219,252,219,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83e083', endColorstr='#dbfcdb',GradientType=0 ); /* IE6-9 */
}

.promo_green {
	border: 1px solid #007622;
	background: #efffef;
}

.promo_link.yellow {
	border: 1px solid #eeb700;
	background: rgb(255,235,181); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,235,181,1) 0%, rgba(255,251,239,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,235,181,1)), color-stop(100%,rgba(255,251,239,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,235,181,1) 0%,rgba(255,251,239,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,235,181,1) 0%,rgba(255,251,239,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,235,181,1) 0%,rgba(255,251,239,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,235,181,1) 0%,rgba(255,251,239,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffebb5', endColorstr='#fffbef',GradientType=0 ); /* IE6-9 */
}

.promo_yellow {
	border: 1px solid #eeb700;
	background: #fffbef;
}

.promo_link.blue {
	border: 1px solid #0053FF;
	background: rgb(212,226,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(212,226,255,1) 0%, rgba(239,244,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(212,226,255,1)), color-stop(100%,rgba(239,244,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(212,226,255,1) 0%,rgba(239,244,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(212,226,255,1) 0%,rgba(239,244,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(212,226,255,1) 0%,rgba(239,244,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(212,226,255,1) 0%,rgba(239,244,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4e2ff', endColorstr='#eff4ff',GradientType=0 ); /* IE6-9 */
}

.promo_blue {
	border: 1px solid #0053FF;
	background: #D4E2FF;
}

.promo_link.orange {
	border: 1px solid #ff8a00;
	background: rgb(254,194,123); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(254,194,123,1) 0%, rgba(253,248,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254,194,123,1)), color-stop(100%,rgba(253,248,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(254,194,123,1) 0%,rgba(253,248,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(254,194,123,1) 0%,rgba(253,248,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(254,194,123,1) 0%,rgba(253,248,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(254,194,123,1) 0%,rgba(253,248,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec27b', endColorstr='#fdf8f2',GradientType=0 ); /* IE6-9 */
}

.promo_orange {
	border: 1px solid #FF8A00;
	background: #FFECD5;
}

.promo_link.purple {
	border: 1px solid #8400FF;
	background: rgb(226,204,249); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(226,204,249,1) 0%, rgba(243,232,254,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,204,249,1)), color-stop(100%,rgba(243,232,254,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(226,204,249,1) 0%,rgba(243,232,254,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(226,204,249,1) 0%,rgba(243,232,254,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(226,204,249,1) 0%,rgba(243,232,254,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(226,204,249,1) 0%,rgba(243,232,254,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2ccf9', endColorstr='#f3e8fe',GradientType=0 ); /* IE6-9 */
}

.promo_purple {
	border: 1px solid #8400FF;
	background: #F3E8FE;
}

.promo_link.violet {
	border: 1px solid #F600FF;
	background: rgb(253,198,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(253,198,255,1) 0%, rgba(254,221,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,198,255,1)), color-stop(100%,rgba(254,221,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(253,198,255,1) 0%,rgba(254,221,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(253,198,255,1) 0%,rgba(254,221,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(253,198,255,1) 0%,rgba(254,221,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(253,198,255,1) 0%,rgba(254,221,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdc6ff', endColorstr='#feddff',GradientType=0 ); /* IE6-9 */
}

.promo_violet {
	border: 1px solid #F600FF;
	background: #FEDDFF;
}

.promo_link.brown {
	border: 1px solid #623C00;
	background: rgb(249,220,169); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(249,220,169,1) 0%, rgba(250,239,220,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,220,169,1)), color-stop(100%,rgba(250,239,220,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(249,220,169,1) 0%,rgba(250,239,220,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(249,220,169,1) 0%,rgba(250,239,220,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(249,220,169,1) 0%,rgba(250,239,220,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(249,220,169,1) 0%,rgba(250,239,220,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9dca9', endColorstr='#faefdc',GradientType=0 ); /* IE6-9 */
}

.promo_brown {
	border: 1px solid #623C00;
	background: #FAEFDC;
}

.promo_link.blue2 {
	border: 1px solid #527596;
	background: rgb(170,212,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(170,212,255,1) 0%, rgba(227,241,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,212,255,1)), color-stop(100%,rgba(227,241,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(170,212,255,1) 0%,rgba(227,241,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(170,212,255,1) 0%,rgba(227,241,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(170,212,255,1) 0%,rgba(227,241,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(170,212,255,1) 0%,rgba(227,241,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aad4ff', endColorstr='#e3f1ff',GradientType=0 ); /* IE6-9 */
}

.promo_blue2 {
	border: 1px solid #527596;
	background: #E3F1FF;
}

.promo_link.yellow2 {
	border: 1px solid #979700;
	background: rgb(252,252,113); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,252,113,1) 0%, rgba(254,254,184,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,113,1)), color-stop(100%,rgba(254,254,184,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,252,113,1) 0%,rgba(254,254,184,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,252,113,1) 0%,rgba(254,254,184,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,252,113,1) 0%,rgba(254,254,184,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,252,113,1) 0%,rgba(254,254,184,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfc71', endColorstr='#fefeb8',GradientType=0 ); /* IE6-9 */
}

.promo_yellow2 {
	border: 1px solid #979700;
	background: #FEFEB8;
}

.promo_link.green2 {
	border: 1px solid #01a089;
	background: rgb(70,255,228); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(70,255,228,1) 0%, rgba(225,255,251,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(70,255,228,1)), color-stop(100%,rgba(225,255,251,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(70,255,228,1) 0%,rgba(225,255,251,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(70,255,228,1) 0%,rgba(225,255,251,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(70,255,228,1) 0%,rgba(225,255,251,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(70,255,228,1) 0%,rgba(225,255,251,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46ffe4', endColorstr='#e1fffb',GradientType=0 ); /* IE6-9 */
}

.promo_green2 {
	border: 1px solid #01a089;
	background: #e1fffb;
}

.promo_link.green4 {
	border: 1px solid #aec455;
	background: rgb(217,241,119); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(217,241,119,1) 0%, rgba(242,250,213,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,241,119,1)), color-stop(100%,rgba(242,250,213,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(217,241,119,1) 0%,rgba(242,250,213,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(217,241,119,1) 0%,rgba(242,250,213,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(217,241,119,1) 0%,rgba(242,250,213,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(217,241,119,1) 0%,rgba(242,250,213,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f177', endColorstr='#f2fad5',GradientType=0 ); /* IE6-9 */
}

.promo_green4 {
	border: 1px solid #aec455;
	background: #e6f5a8;
}

.promo_link.yellow3 {
	border: 1px solid #e9e201;
	background: rgb(247,243,131); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(247,243,131,1) 0%, rgba(252,251,204,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,243,131,1)), color-stop(100%,rgba(252,251,204,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(247,243,131,1) 0%,rgba(252,251,204,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(247,243,131,1) 0%,rgba(252,251,204,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(247,243,131,1) 0%,rgba(252,251,204,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(247,243,131,1) 0%,rgba(252,251,204,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f383', endColorstr='#fcfbcc',GradientType=0 ); /* IE6-9 */
}

.promo_yellow3 {
	border: 1px solid #e9e201;
	background: #fcfbcc;
}

.promo_link.green3 {
	border: 1px solid #00ff8a;
	background: rgb(139,255,202); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(139,255,202,1) 0%, rgba(226,255,242,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(139,255,202,1)), color-stop(100%,rgba(226,255,242,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(139,255,202,1) 0%,rgba(226,255,242,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(139,255,202,1) 0%,rgba(226,255,242,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(139,255,202,1) 0%,rgba(226,255,242,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(139,255,202,1) 0%,rgba(226,255,242,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bffca', endColorstr='#e2fff2',GradientType=0 ); /* IE6-9 */
}

.promo_green3 {
	border: 1px solid #00ff8a;
	background: #e2fff2;
}

#promos_wrap {
	margin-bottom: 30px;
}

.promo {
	border-radius: 3px;
	padding: 2px 6px;
	margin-bottom: 7px;
}

a.close {
    color: #000;
    font-size: 1.6em;
    position: absolute;
    right: 7px;
    text-decoration: none;
    top: 5px;
	z-index: 1100;
}

/* ===== Years navigation ===== */

#years_nav {
/*	overflow: hidden;*/
	border-bottom: 1px solid #245f85;
	margin: 0;
	padding: 0;
	display: flex;
	gap: 0 7px;
}

#years_nav li {
/*	float: left;*/
	background: none;
	padding: 0;
/*	margin: 0 3px 0 0;*/
	width: 100%;
	max-width: 225px;
}

ul#years_nav li:before {
	content: '';
}

#main_wrap ul#years_nav li {
	padding-left: 0;
}

#years_nav li a,
#years_nav li span {
	display: block;
	background-color: #eff4f8;
	border: 1px solid #245f85;
	border-bottom: none;
	padding: 7px 0;
	line-height: 1.3em;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	text-align: center;
}

#years_nav li a:link,
#years_nav li a:visited,
#years_nav li a:active {
	border-bottom-color: #fff;
}

#years_nav li a:hover {
	text-decoration: none;
}

#years_nav li.selected span {
/*	border-bottom-color: #245f85;*/
	color: #fff;
	background-color: #245f85;
}

/*.sub_base_title {
	font-style: italic;
	color: #348ac1;
}*/

.sub_base_title {
	/* font-style: italic; */
	color: #2f7cad;
	font-size: .7em;
	font-family: "TT Norms";
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

.b-lazy {
	-webkit-transition: opacity 500ms ease-in-out;
	   -moz-transition: opacity 500ms ease-in-out;
		 -o-transition: opacity 500ms ease-in-out;
			transition: opacity 500ms ease-in-out;
			 max-width: 100%;
			   opacity: 0;
}

.b-lazy.b-loaded {
			   opacity: 1;
}

#itinerary_options_wrap {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 635px;
	box-sizing: border-box;
	z-index: 100;
}

#itinerary_options_wrap.full_height {
	transform: translate(-50%, 0);
	top: 0;
	height: calc(100vh - 50px); /* 50px (top and bottom margin) */
}

#itinerary_options_wrap.max_height,
#itinerary_options_wrap.max_width {
	/*transform: none;*/
}

#itinerary_options_wrap.max_height  {
	top: 0;
	bottom: 0;
	transform: translateX(-50%);
	padding-top: 25px;
	padding-bottom: 25px;
}

#itinerary_options_wrap.max_height #itinerary_options {
	height: 100%;
	margin: 0 25px;
	box-sizing: border-box;
}

#itinerary_options_wrap.max_height #itinerary_options > div:first-child {
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

#itinerary_options_wrap.max_width {
	left: 0;
	right: 0;
	max-width: none;
	transform: translateY(-50%);
}

#itinerary_options_wrap.max_width.max_height {
	transform: none;
}

#itinerary_options {
	background-color: #f8efe3;
	margin: 25px;
	padding: 14px 23px 11px;
	border: 1px solid #855d24;
	box-shadow: 0 9px 20px 0 rgba(0, 0, 0, 0.75);
	border-radius: 6px;
	color: #19435d;
	position: relative;
	box-sizing: border-box;
}

#itinerary_options_wrap.full_height #itinerary_options {
	height: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

#itinerary_options_wrap.full_height #itinerary_options > div:first-child {
	padding-bottom: 10px;
}

#itinerary_options h2 {
	font-size: 1.4em;
	padding: 0 14px;
}

#popup_sub_title {
	font-size: 1.15em;
}

#popup_map {
	margin-bottom: 12px;
}

#popup_map > div:first-child {
	display: flex;
	gap: 30px;
	justify-content: center;
}

#popup_map > div:last-child {
	display: none;
}

#popup_map img {
	margin-top: 8px;
	border: 1px solid #eed8ba;
}

#popup_map a i {
	color: #fff;
	font-size: 1.3em;
	margin-right: 5px;
}

#popup_call_email {
	margin-bottom: 8px;
}

#popup_prices > div {
	margin-bottom: 20px;
}

.pricing {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 9px;
	background-color: #fff;
}

.pricing tr:first-child {
	background-color: #855d24;
	line-height: 1em;
	white-space: nowrap;
	color: #fff;
}

.pricing th,
.pricing td {
	padding: 10px 30px;
	text-align: center;
}

.pricing tr th:first-child,
.pricing tr td:first-child {
	text-align: left;
}

.pricing th {
	font-weight: normal;
}

.pricing th:not(:last-child) {
	border-right: 1px solid #e7cda7;
}

.pricing td {
	color: #403e3e;
	border: 1px solid #e7cda7;
	border-top: none;
/*	white-space: nowrap;*/
	line-height: 1.3em;
}

.pricing > tbody > tr > td:nth-of-type(2) {
	line-height: 1.3em;
}

.specialty_cruise {
	font-family: "TT Norms";
	font-weight: 700;
	font-style: italic;
}

.specialty_cruise span.tour_number {
	color: #348ac1;
	font-size: 0.7em;
	padding-left: 4px;
	font-family: "TT Norms";
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}

#pricing_footer {
	line-height: 1.5em;
}

#popup_itinerary h2 {
	border-bottom: 1px solid #296d99;
	margin-bottom: 5px;
	text-align: left;
}

#popup_itinerary > div > div {
	text-align: left;
	text-transform: uppercase;
	color: #631111;
	font-family: "TT Norms";
	font-weight: 700;
	display: flex;
	flex-direction: row;
	line-height: 1.25em;
	margin-bottom: 6px;
}

#popup_itinerary > div > div span:first-child {
	color: #dc3131;
	text-transform: capitalize;
	padding-right: 10px;
	box-sizing: border-box;
	white-space: nowrap;
	flex: 0 0 4em;
}

#popup_itinerary > div > div span:last-child {
	flex: 1;
}

#itinerary_options_wrap .close_popup {
	color: #dc3131;
	top: 35px;
	right: 35px;
}

.starting_price {
	margin-right: 5px;
}

.promo_price {
	font-size: 1.2em;
}

.strike {
	position: relative;
}

.strike::after {
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%) rotate(-26deg);
	height: 3px;
	width: 100%;
	background-color: #dc3131;
	position: absolute;
}

.call_details {
	color: #1e7164;
	font-family: Oswald;
	font-weight: 700;
	font-size: 1.2em;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 10px;
	padding: 6px 20px 5px;
	background-color: #cff2ed;
	border: 1px solid #34c1ac;
	border-radius: 3px;
}

/* ===== Media Queries ===== */

@media only screen and (max-width: 1050px) {
	.cruise_options > span:nth-of-type(2n+1) {
		display: none;
	}
	
	.cruise_options > span:nth-of-type(2) {
		width: 100%;
	}
}

@media only screen and (max-width: 700px) {
	.itin_info > div:nth-of-type(1) {
		display: none;
	}
}

@media only screen and (max-width: 630px) {
	.pricing,
	.pricing tbody,
	.pricing tr,
	.pricing th,
	.pricing td {
		display: block;
	}
	
	.pricing {
		background-color: transparent;
	}
	
	.pricing tr:first-child {
		display: none;
	}
	
	.pricing tr {
		margin-bottom: 10px;
	}
	
	.pricing tr td:first-child {
		text-align: center;
		border-top: 1px solid #6daed6;
	}
	
	.pricing tr td {
		border-bottom-style: dashed;
		border-left-color: #6daed6;
		border-right-color: #6daed6;
		padding: 5px;
		background-color: #fff;
	}
	
	.pricing tr td:last-child {
		border-bottom-color: #6daed6;
		border-bottom-style: solid;
	}
}

@media only screen and (max-width: 600px) {
	#river_header img:first-child {
		display: none;
	}
}

@media only screen and (max-width: 460px) {
	.itin_info > div:nth-of-type(2) {
		display: none;
	}
}

@media only screen and (max-width: 432px) {
	.itin_info > img:nth-of-type(1) {
		position: absolute;
		left: -999em;
	}
}