/* Needed for any banner_ad elements */
html {
	overflow-x: hidden;
}

@font-face {
    font-family: 'tt_normsextrabold';
    src: url('/fonts/tt-norms-extrabold-webfont.woff2') format('woff2'),
         url('/fonts/tt-norms-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1 {
	font-size: 1em;
	color: #262626;
	padding: 0;
	line-height: inherit;
}

#main_content {
	padding-top: 0;
}

#ribbon_wrap {
	margin-top: 30px;
	padding-bottom: 40px;
}

.ribbon {
	text-align: center;
	margin-top: 15px;
}

.ribbon > div {
	padding: 8px 15px 15px;
	display: inline-block;
	font-size: 1.3em;
	font-family: "TT Norms";
	font-weight: 700;
	color: #fff;
}

.ribbon > div > span {
	font-size: 1.2em;
	display: inline-block;
	margin: 7px 9px 0 9px;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
}

.ribbon > div a {
	margin: 7px 9px 0 9px;
}

#travel_agent {
	background-color: #652ab2; /*#639;*/
}

#webinar {
	background-color: #2b386f; /*#208977;*/
}

#search_wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	margin-bottom: 30px;
}

#search_outer {
	margin: 0 auto;
	max-width: 1200px;
	width: 92%;
	padding: 3.5vw 0; /*35px 0;*/
	overflow: hidden;
}

#search_ads_inner {
/*	display: table;
	width: 78%;
	table-layout: fixed;*/ /* For IE < Edge */
/*	margin: 0 auto;*/
}

#search_inner {
	background-color: rgba(255, 255, 255, .9); /*rgba(1, 44, 77, .84);*/
	border-radius: 4px;
	padding: 32px 20px 40px; /*32px 20px 10px;*/ /*15px 20px 20px;*/
	position: relative;
	overflow: hidden;
}

#search_outer > div {
/*	display: table-cell;
	vertical-align: top;*/
	width: 78%;
	margin: 0 auto;
}

#search_outer > div > div {
	box-sizing: border-box;
}

#search_nav {
	display: table;
	width: 100%;
	table-layout: fixed; /* For IE < Edge */
}

#search_nav > div {
	display: table-cell;
	width: 33.3333%;
	text-align; center;
	padding: 10px;
}

/*#search_nav > div:first-child {
	padding-left: 0;
}

#search_nav > div:last-child {
	padding-right: 0;
}*/

#search_nav > div a,
.is_mobile #search_nav > div a:link,
.is_mobile #search_nav > div a:visited,
.is_mobile #search_nav > div a:hover,
.is_mobile #search_nav > div a:active {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1.1em;
	position: relative;
}

#search_nav > div a:hover {
	color: #ffcb11;
}

#search_nav > div span {
	display: block;
}

#search_nav > div img {
	border-radius: 4px;
	box-shadow: 0px 4px 6px rgba(0,0,0, .45);
}

#search_nav > div button {
	position: absolute;
	bottom: 5px;
	right: 5px;
}

#search_inner > div,
#search_inner > h1 {
	display: table;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	transition: transform 1000ms ease-in-out 0s, width 1000ms ease-in-out 0s;
}

#search_inner > h1 {
	font-family: tt_normsextrabold;
	font-size: 3.4em;
	/*font-size: calc(35px + (43 - 35) * ((100vw - 320px) / (1200 - 320)));*/
	color: #026689;
	line-height: 1;
	/*white-space: nowrap;*/
	transform: translateX(60%);
	text-align: center;
	visibility: hidden; /* Need this so that you don't see the switching from the default font to the loaded font */
}

#search_inner.loaded > h1 {
	transform: translateX(-50%);
	visibility: visible;
}

#search_inner > div:nth-of-type(1) {
	height: 1px;
	background-color: #890222;
	width: 0;
	margin: 16px 0 24px;
}

#search_inner.loaded > div:nth-of-type(1) {
	width: 73%;
}

#search_inner > div:last-child {
	transform: translateX(-200%);
	position: relative;
}

#search_inner > div:last-child a {
	animation: pulse 2s cubic-bezier(0.420, 0.000, 0.580, 1.000) infinite;
}

#search_inner.loaded > div:last-child {
	transform: translateX(-50%);
}

@keyframes pulse {
  from { transform: scale(1); }
  50% { transform: scale(0.95); }
  to { transform: scale(1); }
}

#search_inner h2 {
	font-size: 1.7em;
	color: #c6ff00;
/*	padding-bottom: 20px;*/
	text-align: center;
}

#search_inner h2 span {
	color: #c6ff00;
}

.fields {
	display: table;
	width: 100%;
}

.fields_row {
	display: table-row;
}

.fields_row > div {
	display: table-cell;
	width: 50%;
}

.fields_row > div:first-child {
	padding-right: 30px;
}

.fields_row > div:last-child {
	padding-left: 30px;
}

#cruise_length .fields_row > div:first-child,
.fields_row .fields_row > div:first-child {
	padding-right: 10px;
}

#cruise_length .fields_row > div:last-child,
.fields_row .fields_row > div:last-child {
	padding-left: 10px;
}

.fields_row > div span:first-child {
	color: #fff;
	display: block;
	line-height: 1.2em;
	padding: 20px 0 8px;
}

.fields_row > div.multiple span:first-child {
	padding-bottom: 0;
}

.multi_note {
	font-size: .9em;
	color: #ffcb11;
	font-style: italic;
}

.select_wrap {
	position: relative;
	background-color: #fff;
	border: 1px solid #acadb2;
	border-radius: 3px;
}

.select_wrap select {
	width: 100%;
	font-weight: normal;
	font-size: 1em;
	font-variant-ligatures: none;
	color: #262626; /*#313131;*/
	padding: 4px;
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: transparent;
	position: relative;
	z-index: 2;
}

.multiple .select_wrap select {
	height: 150px;
}

body.is_mobile .multiple .select_wrap select {
	height: auto;
}

.select_wrap select option.hidden {
	display: none;
}

.fields_row > div:not(.multiple) .select_wrap:after {
	content: "\f107";
	font-family: cef;
	position: absolute;
	top: 2px;
	right: 11px;
	font-size: 1.4em;
	z-index: 1;
}

.select_wrap select::-ms-expand {
    display: none;
}

@media screen and (min-width:0\0) and (min-resolution:.001dpcm) {
	.select_wrap:after {
		content: '';
	}
}

#search_inner > div:last-child {
/*	text-align: center;*/
/*	padding-top: 20px;*/
}

/*#search_inner > div:last-child button {
	font-size: 1.1em;
}*/

#advanced_wrap {
	display: none;
}

#rc_fields {
	display: none;
}

#cruise_dates > div:first-child {
	padding-right: 0;
}

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

#cruise_dates.advanced > div:first-child {
	padding-right: 10px;
}

#cruise_dates.advanced > div:last-child {
	display: table-cell;
}

#cruise_length {
	margin: 0 23%;
}

#cruise_length .fields_row > div:first-child {
	padding-left: 10px;
}

#cruise_length .fields_row > div:last-child {
	padding-right: 10px;
}

/*#search_inner > div:last-child a {
	display: inline-block;
	margin-top: 6px;
}

#search_inner > div:last-child a:link,
#search_inner > div:last-child a:visited,
#search_inner > div:last-child a:active {
	color: #ffcb11;
}

#search_inner > div:last-child a:hover {
	color: #cccc00;
}*/

#ads {
	width: 14.75em; /*235px*/
	padding-left: 35px;
}

#ad_wrap {
	position: relative;
	overflow: hidden;
}

#ad_space {
	/*padding-bottom: 100%;*/ /* Dynamically changed when page loads, after ratio of ad_wrap is calculated based on the height of the ad_wrap_table */
}

#ad_wrap_inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%; /* Dynamically changed when page loads. This will be 100% * the number of ads. So it would be 300% for 3 ads */
	
	/* transform: translate3d(-33.3333%, 0, 0) is what would be used to view ad #2 in a 3 ad series */
}

#ad_wrap_table {
	display: table;
	width: 100%;
}

.ad {
	display: table-cell;
	width: 100%; /* Dynamically changed when page loads. This will be 100% / the number of ads. So it would be 33.3333% for 3 ads */
}

#ads_inner {
	background-color: rgba(255, 255, 255, .8);
	border-radius: 4px;
	padding: 15px 0 5px;
	text-align: center;
	overflow: hidden;
}

.ad_logo {
	width: 236px;
	height: 60px;
	background: url(../images/header-ads-cruise-line-logos.png) no-repeat 0 0;
	background-size: 500%;
}

.ad_logo.viking {
	background-position: 25% 60%;
}

.ad_logo.uniworld {
	background-position: 25% 80%;
}

.ad_logo.royal_caribbean {
	background-position: 50% 0;
}

.ad_logo.oceania {
	background-position: 50% 20%;
}

.ad_logo.holland_america_line {
	background-position: 50% 40%;
}

.ad_logo.american_queen_steamboat_company {
	background-position: 0 60%;
}

.ad_logo.avalon {
	background-position: 0 80%;
}

.ad_logo.princess {
	background-position: 25% 0;
}

.ad_logo.norwegian {
	background-position: 25% 20%;
}

.ad_logo.cunard {
	background-position: 25% 40%;
}

.ad_logo.celebrity {
	background-position: 0 0;
}

.ad_logo.carnival {
	background-position: 0 20%;
}

.ad_logo.azamara {
	background-position:0 40%;
}

.ad_logo.disney {
	background-position: 75% 0;
}

.ad_logo.tauck {
	background-position: 100% 0;
}

.ad_logo.msc {
	background-position: 75% 20%;
}

.ad_logo.american_cruise_lines {
	background-position: 100% 20%;
}

.ad_logo.regent {
	background-position: 75% 40%;
}

.ad_logo.costa {
	background-position: 50% 60%;
}

.ad_logo.seabourn {
	background-position: 75% 60%;
}

.ad_logo.paul_gauguin_cruises {
	background-position: 100% 60%;
}

.ad_logo.crystal {
	background-position: 50% 80%;
}

.ad_logo.silversea {
	background-position: 75% 80%;
}

.ad_logo.windstar {
	background-position: 0 100%;
}

.ad_logo.ama_waterways {
	background-position: 25% 100%;
}

.ad_logo.seadream {
	background-position: 50% 100%;
}

.ad_logo.star_clippers {
	background-position: 75% 100%;
}

.ad_text {
	margin-top: 13px;
	line-height: 1.4em;
	padding: 0 15px;
}

.ad_text span.br {
	display: none;
}

.ad_button {
	margin-top: 13px;
}

.ad_message {
	margin: 13px 0 0;
	color: #fff;
	background-color: #11a5b8;
	font-family: "TT Norms";
	font-weight: 700;
	padding: 5px 0;
	line-height: 1.1em;
}

#ad_nav {
	display: table;
	margin: 4px auto 0;
	position: relative;
	z-index: 1;
}

#ad_nav span {
	display: table-cell;
	vertical-align: middle;
	text-after-overflow: center;
	color: #888;
	font-size: 6px; /*.35em;*/
	padding: 0 4px;
	cursor: pointer;
}

#ad_nav span.selected {
	color: #0f748c;
	font-size: 12px; /*.7em;*/
}

.row {
	display: table;
	width: 100%;
	table-layout: fixed;
	font-size: 92%;
}

.row > div {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	position: relative;
	color: #fff;
	box-sizing: border-box;
	vertical-align: top;
}

.row > div:nth-of-type(odd) {
	width: 29.1666%;
}

.row > div:nth-of-type(even) {
	width: 6.25%;
}

#top_info {
	display: flex;
	justify-content: space-between;
}

#top_info > div {
	width: 28%;
	box-sizing: border-box;
	text-align: center;
}

body.is_phone #top_info  + hr {
	display: none;
}

#top_info > div > h2 + p {
	padding: 6px 0 14px;
}

#sr_reviews > div:first-child {
	display: flex;
	align-items: center;
	margin-bottom: 5px;
	margin-top: -6px;
	justify-content: center;
}

#sr_reviews > div:first-child a {
	margin-right: 7px;
	max-width: 32px;
	line-height: 1;
}

#sr_reviews > div:first-child a svg {
	width: 100%;
	height: auto;
}

#sr_reviews > div:first-child + div {
	padding-bottom: 2px;
}

#sr_reviews > div:first-child + div > div {
	margin-bottom: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#sr_reviews > div:first-child + div > div > div:first-child {
	color: #026689; /*#26ade4;*/
	padding-right: 10px;
}

#sr_reviews > div:first-child + div > div > div:last-child {
	padding: 0 6px 2px;
	border: 2px solid #bbb;
	background-color: #f1fbff;
	line-height: 1;
}

#sr_reviews > div:first-child + div > div > div:last-child > div {
	display: inline;
	color: #026689;
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1.2em;
}

#top_row > div:nth-of-type(2n+3),
#river_cruises,
#cruise_tours,
#cruising_basics {
	cursor: pointer;
}

#top_row {
	margin-top: 45px; /*30px;*/
}

#top_row > div {
	padding: 10px 20px 10px;
	border-radius: 4px;
	vertical-align: middle;
}

/*#top_row > div:nth-of-type(odd):after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	z-index: -1;
}*/

#top_row > div:first-child {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0d3e5e+0,347096+100 */
	background: #0d3e5e; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #0d3e5e 0%, #347096 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #0d3e5e 0%,#347096 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #0d3e5e 0%,#347096 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0d3e5e', endColorstr='#347096',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#top_row > div:nth-of-type(3) {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0a5830+0,369b69+100 */
	background: #0a5830; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #0a5830 0%, #369b69 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #0a5830 0%,#369b69 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #0a5830 0%,#369b69 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a5830', endColorstr='#369b69',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#top_row > div:last-child {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#620e21+0,a53a51+100 */
	background: #620e21; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #620e21 0%, #a53a51 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #620e21 0%,#a53a51 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #620e21 0%,#a53a51 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#620e21', endColorstr='#a53a51',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#top_row > div h2 {
	font-family: Oswald;
	font-size: 1.8em; /*2em;*/
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2em;
}

#top_row > div h3 {
	font-family: Oswald;
	font-size: 1.47em;
	font-weight: normal;
	padding-bottom: 1.4em;
	padding-top: 3px;
}

#top_row > div .button_wrap {
	position: absolute;
	left: 0;
	bottom: 9px;
	width: 100%;
}

.input_text, .error, .success {
	padding: 8px 12px;
	border-radius: 2px;
	font-size: 1.1em;
}

.inner_circle_signup {
	
}

/*
#top_row .inner_circle_signup h2 {
	font-family: "TT Norms";
	font-weight: 700;
	font-style: italic;
	text-decoration: underline;
	font-size: 1.7em;
	color: #fff;
	text-transform: none;
	line-height: inherit;
}

.inner_circle_signup span {
	font-size: .92em;
	display: inline-block;
}

.inner_circle_signup span:nth-of-type(1) {
	padding: 11px 0 13px;
	line-height: 1.1em;
}
*/

.inner_circle_signup #input_wrap {
/*	display: table;
	width: 100%;*/
}

.inner_circle_signup #input_wrap > div {
/*	display: table-cell;*/
	margin-bottom: 8px;
}

.inner_circle_signup #input_wrap > div:nth-of-type(5) {
	margin-bottom: 20px;
}

.inner_circle_signup #input_wrap > div:last-child {
/*	width: 5em;*/
	margin-bottom: 0;
}

.inner_circle_signup #input_wrap > div input,
.inner_circle_signup #input_wrap > div button {
	width: 100%;
	box-sizing: border-box;
}

.inner_circle_signup #input_wrap > div:first-child {
/*	padding-right: 16px;*/
}

.inner_circle_signup #input_wrap > div input {
	border-radius: 3px;
	border: 1px solid #acadb2;
	padding: 8px 12px;
	color: #313131;
	font-size: 1.2em;
	
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.inner_circle_signup #input_wrap > div:last-child {
/*	width: 2.5em;*/
}

.inner_circle_signup button,
body.is_mobile .inner_circle_signup button:hover {
	background-color: #ffcb11; /*#c6ff00;*/
	padding: 0;
	border-radius: 3px;
	border: none;
/*	padding: 4px 0;
	font-size: 1em;
	font-family: tt_normsbold,Arial,Helmet,Freesans,sans-serif;*/
	cursor: pointer;
	transition: background-color 150ms, color 150ms;
	transform: translateZ(0);
}

.inner_circle_signup button:hover {
	background-color: #cccc00; /*#b2e500;*/
}

.inner_circle_signup select {
	width: 3.9em;
	-webkit-appearance: none;
	background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
	background-repeat: no-repeat, repeat;
	background-position: right .7em top 50%, 0 0;
	background-size: .65em auto, 100%;
}

.inner_circle_signup select::-ms-expand { display: none; } /* for IE 10 and 11, so you get the same arrow (above), rather than the default one */

.inner_circle_signup .checkcontainer {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 1.6em;
	width: 1.6em;
	top: .5em;
	left: 5px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.checkcontainer input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #fff;
	display: inline-block;
	border-radius: 4px;
	border: 1px solid #b1b1b1;
}

.checkcontainer input:checked ~ .checkmark {
	background-color: #ddecdd;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.checkcontainer input:checked ~ .checkmark:after {
	display: block;
	border-color: #037b03;
}

.checkcontainer .checkmark:after {
	left: 52%;
	top: 43%;
	width: 4px;
	height: 10px;
	border: solid black;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg) translate(-50%,-50%);
	-ms-transform: rotate(45deg) translate(-50%,-50%);
	transform: rotate(45deg) translate(-50%,-50%);
	-webkit-transform-origin: 0 0 0;
	-ms-transform-origin: 0 0 0;
	transform-origin: 0 0 0;
}

#lmd {
	
}

#paa {
	
}

#bottom_row {
	margin: 45px 0;
	border-spacing: 4px 0;
}

/*#bottom_row > div:nth-of-type(odd):after {
	content: '';
	position: absolute;
	left: 4px;
	top: 0;
	bottom: 9px;
	right: 4px;*/
/*	width: 100%;
	height: 100%;*/
/*	border-radius: 4px;
	z-index: -1;
	background-color: #d9eaf9;
	border: 1px solid #92b7d5;
}*/

#bottom_row > div:nth-of-type(odd) {
	background-color: #d9eaf9;
	border: 1px solid #92b7d5;
	border-radius: 4px;
}

#bottom_row > div h2 {
	font-family: Oswald;
	font-size: 1.95em;
	color: #fff;
	position: absolute;
	top: 20px;
	left: 0;
	width: 100%;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .55);
	line-height: 1em;
	box-sizing: border-box;
	padding: 0 10px;
}

#bottom_row > div > div {
	border-radius: 4px;
	overflow: hidden;
}

#bottom_row > div > div:first-child {
	box-shadow: 0 7px 6px -6px rgba(0, 0, 0, .75);
	position: relative;
	z-index: 2;
	margin: -1px -4px 0;
}

#bottom_row > div > div:first-child img {
	visibility: hidden;
}

#bottom_row > div > div#river_cruises {
	background: url(../images/hm-river-cruises.jpg) center/cover;
}

#bottom_row > div > div#cruise_tours {
	background: url(../images/hm-cruise-tours.jpg) center/cover;
}

#bottom_row > div > div#cruising_basics {
	background: url(../images/hm-cruising-basics.jpg) center/cover;
}

#bottom_row .info {
/*	background-color: #d9eaf9;
	border: 1px solid #92b7d5;*/
	color: #424242;
	position: relative;
	z-index: 1;
	top: -8px;
/*	margin: 0 4px;*/
	padding: 14px 10px 0; /*13px 13px 6px;*/
	text-align: left;
}

#bottom_row #river_cruises + div.info > div,
#bottom_row #cruise_tours + div.info > div {
	display: table-cell;
	vertical-align: middle;
}

#bottom_row #river_cruises + div > div:first-child,
#bottom_row #cruise_tours + div> div:first-child {
	line-height: 1.4em;
	padding-right: 13px;
}

#bottom_row .info > div:last-child {
	text-align: center;
	width: 40%;
}

#bottom_row .info > div:last-child > span {
	font-family: "TT Norms";
	font-weight: 700;
	color: #ff3b2f;
	font-size: 2.4em;
	position: relative;
}

#bottom_row .info > div:last-child > span span {
	font-size: .45em;
	position: relative;
	top: -.75em;
}

#bottom_row .button_wrap {
	text-align: center;
}

#bottom_row .info > div:first-child .button_lg,
#bottom_row .info > div:nth-of-type(2) .button_lg {
	padding-left: 16px;
	padding-right: 16px;
}

#bottom_row > div:last-child .info {
	text-align: center;
	/*padding: 18px 6px 7px;*/
	padding: 0 6px 0px;
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	margin-top: 51.7142%;
	box-sizing: border-box;
}

#bottom_row > div:last-child .info > div {
	padding: 0 4px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

/*#bottom_row > div:last-child .info > div:first-child {*/
#bottom_row > div:last-child .info > div > div:first-child {
	line-height: 1.6em;
}

/*#bottom_row > div:last-child .info > div:last-child {*/
#bottom_row > div:last-child .info > div > div:last-child {
	/*padding-right: 0;*/
	width: auto;
	/*display: block;*/
	padding-top: 8px;
}

_::selection, #bottom_row > div:last-child .info {
	position: static\0;
	top: auto\0;
	bottom: auto\0;
	margin: 0\0;
	padding-top: 8px\0;
}

_::selection, #bottom_row > div:last-child .info > div {
	padding: 0\0;
	position: static\0;
	left: auto\0;
	top: auto\0;
	transform: none\0;
}

#promos {
	padding-bottom: 50px;
}

#main_content hr {
	width: 80%;
	margin: 48px auto;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 93, 165, 0.75), rgba(0, 0, 0, 0));
}

#promos > hr:last-child {
	margin-top: 8px;
}

#promos > h2 {
	text-align: center;
	color: #890222;
	font-size: 2em;
	line-height: 1;
	padding: 38px 0 32px; /*28px 0 32px;*/
}

.promos_row {
	display: table;
display: none;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 36px;
}

.promos_row.single {
	width: 46.875%;
	margin: 0 auto 36px;
}

.promos_row.single.just_one,
.promos_row.single.just_one > div {
	width: auto;
}

.promos_row > div {
	display: table-cell;
}

.promos_row > div:nth-of-type(odd) {
	width: 46.875%;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
}

#promos_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

#promos_inner > div {
	width: 21%;
	box-sizing: border-box;
	margin-bottom: 60px;
	/*flex-shrink: 0;*/
}

#promos_inner > div > div {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #6e96a4;
	padding: 16px;
	border-radius: 3px;
	background-color: #f1fbff;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.pr_logo {
	margin-bottom: 20px;
}

.pr_logo img {
	max-height: 33px;
}

.pr_content {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
	line-height: 1.35em;
	margin-bottom: 7px;
	border: 1px solid #b8cad1;
	border-radius: 3px;
	background-color: #fff;
	padding: 5px 10px;
}

.pr_content > div {
	display: flex;
	height: 100%;
	align-items: center;
}

.pr_content > div > div {
	width: 100%;
}

.pr_button {
	position: relative;
	z-index: 2;
}

/*#promos_inner > div > a:first-child {
	display: block;
	text-align: center;
	margin-bottom: 20px;
}*/

#pop_up {
	position: fixed;
	top: calc(2vh + 5%);
	left: calc(2vw + 5%);
	right: calc(2vw + 5%);
	bottom: calc(2vh + 5%);
	text-align: left;
	border: 1px solid #3a5c78;
	z-index: 201;
	display: none;
	overflow: auto;
	flex-direction: column;
	box-shadow: 0px 19px 22px -8px rgba(0, 0, 0, .75);
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

#pop_up.show {
	display: flex;
}

#pop_up > h2:first-child {
	font-family: "TT Norms";
	font-weight: 700;
	background-color: #e6e6e6;
	color: #424242;
	margin-bottom: 0;
	padding: 12px 50px 12px 16px;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
	flex: 0 0 auto;
	position: relative;
	border-bottom: 1px solid #cdcdcd;
}

#pop_up > h2:first-child > a:last-child {
	position: absolute;
	top: 12px;
	right: 12px;
	font-size: 1em;
	color: #890222;
}

#pop_up > h2:first-child > a.sc {
	display: inline-flex;
	margin-left: 10px;
	line-height: 1;
	border: 1px solid #b3b3b3;
	align-items: center;
}

#pop_up > h2:first-child > a.sc svg {
	width: 100%;
	height: auto;
	max-width: 16px;
	padding: 3px;
}

#pop_up > h2:first-child > a.sc span {
	background-color: #134366;
	color: #fff;
	font-size: .35em;
	text-transform: uppercase;
	padding: 6px;
}

#pop_up > div:last-child {
	flex: 1 1 auto;
	position: relative;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
/*	padding: 32px 26px;*/
	background-color: #fff;
}

#pop_up > div:last-child h2 {
    padding: 30px 0 25px;
}

#pop_up > div:last-child > div {
	padding: 32px 26px 26px;
}

.text_shadow_wrap {
	position: absolute;
	left: 0;
	width: 100%;
	height: 40px;
}

.text_shadow_wrap.st {
	top: 0;
}

.text_shadow_wrap.sb {
	bottom: 0;
}

.text_shadow_wrap .text_shadow {
	width: 100%;
	height: 40px;
	position: fixed;
}

.text_shadow_wrap.st .text_shadow {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
}

.text_shadow_wrap.sb .text_shadow {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.review {
	margin-bottom: 42px;
}

.review:after {
	content: '';
	display: block;
	width: 80%;
	margin: 38px auto 0;
	border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 93, 165, 0.75), rgba(0, 0, 0, 0));
}

#pop_up > div:last-child > div > div:nth-last-child(2) { /* targets next-to-last child */
	margin-bottom: 0;
}

#pop_up > div:last-child > div > div:nth-last-child(2):after {
	display: none;
}

.stars_recommend {
	margin-bottom: 0;
	display: flex;
/*	justify-content: space-between;*/
	align-items: baseline;
	margin-bottom: 6px;
}

.stars {
	color: #26ade4;
	padding-right: 10px;
}

.recommend {
	padding: 4px 6px 5px;
	border: 2px solid #bbb;
	background-color: #f1fbff;
	line-height: 1;
}

.recommend div {
	display: inline;
	color: #026689;
	font-family: "TT Norms";
	font-weight: 700;;
	font-size: 1.2em;
	text-transform: uppercase;
}

.title {
	font-family: "TT Norms";
	font-weight: 700;
	font-size: 1.5em;
}

.details {
	line-height: 1;
	padding-top: 7px;
	color: #666;
	font-size: .7em;
	font-family: "TT Norms";
	font-weight: 700;
	font-style: italic;
	margin-bottom: 17px;
}

.details span {
	text-transform: uppercase;
	font-size: 1.2em;
	padding-left: 2px;
	font-family: "TT Norms";
	font-weight: 700;
}

#ta_pop h2 {
	padding: 30px 0 25px;
}

.h2_img {
	float: left;
	margin: 20px 15px 0 0;
	border: 1px solid #bbb;
}

.banner_ad {
	position: relative;
	width: 100vw;
	z-index: 10;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
	margin-bottom: 20px;
	padding: 15px 0;
}

.banner_ad > div {
	max-width: 1200px;
	margin: 0 auto;
	width: 92%;
	text-align: center;
}

.banner_ad.wave {
	background-color: #005da5;
	color: #fff;
}

.banner_ad.coronavirus {
	background-color: #a50600;
	color: #fff;
}

#pop_up .parent {
	display: flex;
}

#pop_up .parent > div:first-child {
	order: 2;
	width: 65%;
	display: flex;
	align-items: center;
}

_:-ms-input-placeholder, :root #pop_up .parent > div:first-child { display: inline; }

/*#pop_up .parent > div:first-child {
	display: inline;
}*/

#pop_up .parent > div:last-child {
	width: 35%;
	min-width: 400px;
	box-sizing: border-box;
	padding-right: 30px;
}

.wave_banner {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	/* background: yellow; */
	width: 100px;
	height: 100px;
	overflow: hidden;
	z-index: 1;
}

.wave_banner span {
	display: block;
	width: 120px;
	background: linear-gradient(#2989d8 0%, #005da5 100%);
	color: #fff;
	font-size: 1em;
	line-height: 1;
	padding: 4px 0 5px;
	text-align: center;
	transform: rotate(45deg);
	bottom: 19px;
	left: -29px;
	position: absolute;
	font-family: "TT Norms";
	font-weight: 700;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, .3);
}

/* popup wave season */

.parent {
	display: flex;
}

.parent > div:first-child {
	order: 2;
	width: 65%;
	display: flex;
	align-items: center;
}

.parent > div:last-child {
	width: 35%;
	min-width: 400px;
	box-sizing: border-box;
	padding-right: 30px;
}

#wave_wrap {
/*	display: flex;*/
	flex-direction: column;
}

#wave_info_wrap {
	margin-bottom: 30px;
}

#wave_info_wrap h1 {
	font-family: "TT Norms";
	font-weight: 700;
	color: #3a5c78;
	margin-bottom: 0;
	padding: 0 0 12px;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}

#pop_up #wave_info_wrap h2 {
	padding: 0;
}

#wave_wrap.fb #wave_info_wrap {
	order: 2;
}

#wave_wrap.fb #wave_info_wrap h1 {
	padding-top: 40px;
}

#wave_info_wrap hr,
#wave_offers_wrap hr {
	width: 80%;
	margin: 20px auto 0;
	border: 0;
	height: 1px;
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 93, 165, 0.75), rgba(0, 0, 0, 0));
}

#pop_up #wave_info_wrap {
	padding-bottom: 0;
}

#wave_info_wrap hr {
	display: none;
}

#wave_wrap.fb #wave_info_wrap hr {
	display: block;
}

#pop_up #wave_offers_wrap {
	padding-top: 0;
}

#pop_up #wave_offers_wrap h2 {
	font-family: "TT Norms";
	font-weight: 700;
	color: #3a5c78;
	margin-bottom: 0;
	padding: 40px 0 12px;
	font-size: 2em;
	font-weight: normal;
	line-height: 1em;
}

#wave_wrap.fb #wave_offers_wrap hr {
	display: none;
}

#wave_wrap.fb #wave_offers_wrap h2 {
	padding-top: 12px;
}

#wave_offers {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	margin-top: 10px;
}

#wave_offers > div {
	width: 21%;
	box-sizing: border-box;
	margin-bottom: 60px;
	/* flex-shrink: 0; */
}

#wave_offers > div > div {
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #6e96a4;
	padding: 16px;
	border-radius: 3px;
	background-color: #f1fbff;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.pr_logo {
	margin-bottom: 16px;
}

.pr_logo > div {
	max-width: 210px;
	margin: 0 auto;
}

.pr_logo > div > div {
	width: 100%;
	height: 0;
	padding-top: 25.4237%;
	background: url(../images/header-ads-cruise-line-logos.png) no-repeat 0 0;
	background-size: 500%;
	cursor: pointer;
}

.pr_logo.viking > div > div {
	background-position: 25% 60%;
}

.pr_logo.uniworld > div > div {
	background-position: 25% 80%;
}

.pr_logo.royal_caribbean > div > div {
	background-position: 50% 0;
}

.pr_logo.oceania > div > div {
	background-position: 50% 20%;
}

.pr_logo.holland_america_line > div > div {
	background-position: 50% 40%;
}

.pr_logo.american_queen_steamboat_company > div > div {
	background-position: 0 60%;
}

.pr_logo.avalon > div > div {
	background-position: 0 80%;
}

.pr_logo.princess > div > div {
	background-position: 25% 0;
}

.pr_logo.norwegian > div > div {
	background-position: 25% 20%;
}

.pr_logo.cunard > div > div {
	background-position: 25% 40%;
}

.pr_logo.celebrity > div > div {
	background-position: 0 0;
}

.pr_logo.carnival > div > div {
	background-position: 0 20%;
}

.pr_logo.azamara > div > div {
	background-position:0 40%;
}

.pr_logo.disney > div > div {
	background-position: 75% 0;
}

.pr_logo.tauck > div > div {
	background-position: 100% 0;
}

.pr_logo.msc > div > div {
	background-position: 75% 20%;
}

.pr_logo.american_cruise_lines > div > div {
	background-position: 100% 20%;
}

.pr_logo.regent > div > div {
	background-position: 75% 40%;
}

.pr_logo.costa > div > div {
	background-position: 50% 60%;
}

.pr_logo.seabourn > div > div {
	background-position: 75% 60%;
}

.pr_logo.paul_gauguin_cruises > div > div {
	background-position: 100% 60%;
}

.pr_logo.crystal > div > div {
	background-position: 50% 80%;
}

.pr_logo.silversea > div > div {
	background-position: 75% 80%;
}

.pr_logo.windstar > div > div {
	background-position: 0 100%;
}

.pr_logo.ama_waterways > div > div {
	background-position: 25% 100%;
}

.pr_logo.seadream > div > div {
	background-position: 50% 100%;
}

.pr_logo.star_clippers > div > div {
	background-position: 75% 100%;
}

.pr_logo.hurtigruten > div > div {
	background-position: 100% 40%;
}

.pr_logo.viking_ocean_cruises > div > div {
	background-position: 100% 80%;
}

.pr_logo img {
	max-height: 33px;
}

.pr_content {
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: auto;
	line-height: 1.35em;
	margin-bottom: 7px;
	border: 1px solid #b8cad1;
	border-radius: 3px;
	background-color: #fff;
	padding: 5px 10px;
}

.pr_content > div {
	display: flex;
	height: 100%;
	align-items: center;
}

.pr_content > div > div {
	width: 100%;
}

.pr_button {
	position: relative;
	z-index: 2;
}

.wave_banner {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	/* background: yellow; */
	width: 100px;
	height: 100px;
	overflow: hidden;
	z-index: 1;
}

.wave_banner span {
	display: block;
	width: 120px;
	background: linear-gradient(#2989d8 0%, #005da5 100%);
	color: #fff;
	font-size: 1em;
	line-height: 1;
	padding: 4px 0 5px;
	text-align: center;
	transform: rotate(45deg);
	bottom: 19px;
	left: -29px;
	position: absolute;
	font-family: "TT Norms";
	font-weight: 700;
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgb(0, 0, 0, .3);
}

#view_offers {
	text-align: center;
}

/* ===== MEDIA QUERIES ==== */

@media only screen and (max-width: 1304px) {
	#search_inner > h1 {
		font-size: 4.15vw;
	}
}

@media only screen and (max-width: 1190px) {
	#sr_reviews > div:first-child a {
/*		max-width: none;
		width: 87px;*/
	}
}

@media only screen and (max-width: 2050px) {
	#wave_offers > div {
		width: 29%;
	}
}

@media only screen and (max-width: 1070px) {
	#bottom_row .info > div:last-child {
		width: auto;
	}
	
	#bottom_row .info > div:last-child > div:first-child {
		display: inline;
	}
	
	#bottom_row #river_cruises + div.info > div,
	#bottom_row #cruise_tours + div.info > div {
		display: block;
	}

	#bottom_row #river_cruises + div > div:first-child,
	#bottom_row #cruise_tours + div> div:first-child {
		padding-right: 0;
		padding-bottom: 8px;
	}

	#pop_up .parent {
		display: block;
	}
	
	#pop_up .parent > div:first-child {
		width: auto;
		margin-bottom: 30px;
	}
	
	#pop_up .parent > div:last-child {
		width: auto;
		min-width: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 1030px) {
	#search_outer > div {
		width: auto;
		margin: 0;
	}
	
	#search_inner > h1 {
		font-size: 5.5vw;
	}
}

@media only screen and (max-width: 1000px) {
	#promos_inner > div {
		width: 29%;
	}
}

@media only screen and (max-width: 860px) {
	#top_row {
		display: block;
		/*margin-top: 20px;*/
	}
	
	#top_row > div:nth-of-type(2) {
		display: none;
	}
	
	#top_row .inner_circle_signup {
		display: table;
		width: 100%;
		margin-bottom: 25px;
	}
	
	#top_row .inner_circle_signup > div:first-child {
		display: table-cell;
		width: 40%;
		text-align: left;
		padding-right: 15px;
		min-width: 160px;
	}
	
	#top_row .inner_circle_signup > div:last-child {
		display: table-cell;
		width: 60%;
		vertical-align: middle;
	}
	
	.inner_circle_signup span:nth-of-type(1) {
		padding-bottom: 0;
	}
	
	#bottom_row {
		display: block;
		border-spacing: 0;
	}
	
	#bottom_row.row > div {
		width: 100%;
		display: table;
		table-layout: fixed;
		border-spacing: 0 4px;
		text-align: center;
		
		background: none;
		border: none;
		border-radius: 0;
	}
	
	.row > div:nth-of-type(2n) {
		height: 20px;
	}
	
	#bottom_row > div > div:first-child {
		display: table-cell;
		position: relative;
		color: #fff;
		box-sizing: border-box;
		vertical-align: top;
		background-color: #d9eaf9;
		border: 1px solid #92b7d5;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		
		box-shadow: none;
		margin: 0;
		overflow: visible;
		border: none;
		
		width: 45.4%;
	}
	
	#bottom_row > div > div:first-child div {
		position: relative;
		margin: -4px 0 -4px -1px;
	}
	
	#bottom_row > div > div:last-child {
		display: table-cell;
		padding: 0;
		top: auto;
		background-color: #d9eaf9;
		border: 1px solid #92b7d5;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
		vertical-align: middle;
		text-align: center;
		padding: 7px 10px;
	}
	
	#bottom_row > div:last-child .info {
		padding: 7px 10px;
		position: relative;
		top: auto;
		bottom: auto;
		width: auto;
		margin-top: 0;
	}
	
	#bottom_row > div:last-child .info > div {
		padding: 0;
		position: static;
		left: auto;
		top: auto;
		transform: none;
	}
	
	#bottom_row > div:last-child .info > div > div:first-child {
		line-height: 1.4em;
	}
}

@media only screen and (max-width: 810px) {
	#top_info {
		display: block;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	
	#top_info > div {
		display: block;
		width: auto;
	}
	
/*	#top_info > div:not(:last-child):after {*/ /* Selects all but the last child */
	#top_info > div:after {
		content: '';
		display: block;
		width: 80%;
		margin: 38px auto 36px;
		border: 0;
	    height: 1px;
	    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 93, 165, 0.75), rgba(0, 0, 0, 0));
	}
	
	#sr_reviews > div:first-child + div > div {
		justify-content: center;
	}
	
	#promos > hr:nth-of-type(1) {
		display: none;
	}
	
	#promos > h2 {
		padding-top: 0;
	}
}

@media only screen and (max-width: 870px) {
	#wave_offers > div {
		width: 46%;
	}
}

@media only screen and (max-width: 750px) {
	#search_inner > .fields,
	#search_inner > .fields > .fields_row,
	#search_inner > .fields > .fields_row > div,
	#advanced_wrap > .fields,
	#advanced_wrap > .fields > .fields_row,
	#advanced_wrap > .fields > .fields_row > div {
		display: block;
		width: auto;
	}
	
	#cruise_length {
		margin: 0;
	}
	
	.fields_row > div:first-child,
	.fields_row > div:last-child {
		padding: 0;
	}
	
	#cruise_length .fields_row > div:first-child {
		padding-left: 0;
	}
	
	#cruise_length .fields_row > div:last-child {
		padding-right: 0;
	}
	
/*	.fields_row > div:last-child {
		margin-top: 15px;
	}*/
}

@media only screen and (max-width: 725px) {
	#promos_inner > div {
		width: 46%;
	}
}

@media only screen and (max-width: 640px) {
	#top_row.row > div:nth-of-type(2n + 1) {
		display: block;
		width: auto;
	}
	
	#top_row .inner_circle_signup {
		margin-bottom: 15px;
	}
	
	#top_row.row > div:last-child {
		margin-top: 15px;
	}
	
	#top_row.row > div:nth-of-type(2n) {
		display: none;
	}
}

/*@media only screen and (max-width: 611px) {
	.promos_row,
	.promos_row.single,
	.promos_row > div:nth-of-type(1n) {
		display: block;
		width: auto;
	}
	
	.promos_row > div:nth-of-type(even) {
		height: 30px;
	}
}*/

@media only screen and (max-width: 600px) {
	#search_wrap {
		min-height: auto;
	}
	
	#search_outer {
		padding: 0;
	}
	
	#search_inner {
		border-top-left-radius: 0;
		border-top-right-radius: 0;
		border-bottom: 1px solid #a7cee7;
	}
	
	#search_nav > div img {
		display: none;
	}
	
	#search_nav > div button {
		position: static;
		bottom: auto;
		right: auto;
	}
	
	#wave_offers > div {
		width: 100%;
	}
}

@media only screen and (max-width: 510px) {
	#search_nav > div span {
		line-height: 1.1em;
		word-spacing: 9999999px;
	}
}

@media only screen and (max-width: 490px) {
	#top_row .inner_circle_signup {
		display: block;
		width: auto;
	}
	
	#top_row .inner_circle_signup > div:first-child {
		display: block;
		width: auto;
		text-align: center;
		min-width: auto;
		padding-right: 0;
	}
	
	#top_row .inner_circle_signup > div:last-child {
		display: block;
		width: auto;
		vertical-align: top;
	}
	
	#search_inner {
		padding-top: 52px;
	}
	
	#search_nav {
		width: 100%;
		text-align: center;
		border-left: none;
		border-bottom-left-radius: 0;
	}
	
	#search_nav > div {
		width: 33.3333%;
	}
	
	#search_nav a {
		padding: 0 3px;
	}
	
	#search_nav > div:first-child {
		border-bottom-left-radius: 0;
	}
	
	#search_inner {
		padding: 17px 8px 25px;
	}
	
	#search_inner > h1 {
		font-size: 6vw;
		white-space: normal;
		text-align: center;
	}
	
	#search_inner.loaded > div:last-child {
		font-size: .8em;
	}
	
	#search_inner.loaded > div:last-child a.button_xxl {
		padding: 10px 20px;
	}
	
	.stars_recommend {
		flex-direction: column;
		align-items: center;
		margin-bottom: 17px;
	}
}

@media only screen and (max-width: 460px) {
	#promos_inner > div {
		width: 100%;
	}
}

@media only screen and (max-width: 380px) {
	#search_outer {
		width: auto;
	}
	
	#search_inner {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	
	.fields,
	.fields > .fields_row,
	.fields > .fields_row > div,
	#cruise_dates.advanced > div:last-child {
		display: block;
		width: auto;
	}
	
	#cruise_dates.advanced > div:first-child,
	#cruise_dates.advanced > div:last-child,
	#cruise_length .fields_row > div:first-child,
	.fields_row .fields_row > div:first-child,
	#cruise_length .fields_row > div:last-child,
	.fields_row .fields_row > div:last-child {
		padding: 0;
	}
}