/* Header */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in, .header-search.activated {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:0.2s;
	-moz-animation-duration:0.2s;
	animation-duration:0.2s;
}
.main-header-row { max-width: 1650px; margin-left: auto; margin-right: auto; }
#mod-search-searchword { border-radius: 0; }
.header-search.activated { position: fixed; top:0; left: 0; right: 0; width: 100%; max-width: 1200px; margin-left: auto; margin-right: auto; height: 67px; animation-delay: 0.4s; border: 0;}
#header-search.activated #mod-search-searchword { top: 0; width: 100%; margin: 0; height: 75px; font-size: 28px; padding-left: 52px; background:#f1592a url(icon-search-24.png) no-repeat 15px 50%; }
#header-search.activated #mod-search-button { display: none; }

#homepage .header-search.activated { top: 50px; }
#homepage header.is-white .header-search.activated { top: 0; }
header.is-white .header-search { margin-top: 0; }

#header-search.activated form:after { content:none; height: 18px; width: 18px; position: absolute; z-index: 2; right: 15px; top: 27px; cursor: pointer; display: block; background: url(icon-close-18.png) no-repeat 0 0; }

header { margin: 0; padding: 0 70px; position: fixed; z-index: 3000; width: 100%; top: 0; background-color: rgba(255, 255, 255, 0.9); -webkit-transition: background-color 0.2s; transition: background-color 0.2s; }

header.is-white-after-scroll { background:none; }
header.is-white-after-scroll.not-white img { filter:saturate(0) brightness(100); }
header.is-white-after-scroll.not-white .header-cruise { display:none; }
header.is-white-after-scroll.not-white #navigation ul { padding-right:20px; }
header.is-white-after-scroll.not-white #navigation .dj-megamenu > li > a { color:#fff; }
header.is-white-after-scroll.not-white .dj-megamenu-override li a.dj-up_a span.dj-drop { background:none !important; }
header.is-white-after-scroll.not-white #header-search #mod-search-button:before { color:#fff; }

#homepage header.is-white { }
#homepage header.is-white #navigation ul li a {  }
#homepage header.is-white #navigation ul li a:empty { display:none!important; }
#homepage header.is-white .header-logo-text { color: #2dc3c4; }

.header-right { position: absolute; right: 0; z-index: 5000; margin-top: 20px; }
header.is-white .header-right { margin-top: 27px; padding-right: 50px; }
.header-right > div { float: left; }
.headerFull { height: 100%; overflow: auto; } /* mobile header fullscreen */
.bodyMobileNavOpen { height: 100%; overflow: hidden; }
#contentpage.view-details header .logo-header-content-page { padding-top: 14px; }
#contentpage .header-logo-text { color: #000; }

	#header-social { position: relative; top: 46px; }
		#header-social ul li { display: inline; margin-right: 35px; }
			#header-social ul li.icon-social-instagram { position: relative; top: 1px; }
			#header-social ul li a { text-decoration: none; }

		#header-search #search { width: auto; float: right; }
			#header-search #mod-search-button { margin: 8px 0 0 12px; padding: 0; float: right; width: 20px; height: 21px; border: none; position: relative; margin: 0; right: 0; z-index: 1; vertical-align: top; line-height: 21px; font-size: 20px; }
			#header-search #mod-search-button:before { content: "\f002"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 19px; vertical-align: top; }
			header.is-white #header-search #mod-search-button.white-icon { /* background: url(icon-search-white.png) center no-repeat; */ }
			#header-search #mod-search-searchword { width: 200px; display: block; float: left; margin: 0 0 0 20px; padding: 12px 10px 12px 50px; color: #FFF; position: absolute; right: 0; background: #2dc3c4; margin-right: 22px; height: 75px; }
			#homepage #mod-search-searchword { border: none; color: #FFF; padding: 4px 30px 4px 4px; border-radius: 0; font-style: normal; display: none; }
			#homepage #mod-search-button {  }

#homepage header.is-white #mod-search-searchword,
#homepage .site-search-focus #mod-search-searchword { border-color: #000; }

#homepage .site-search-focus #mod-search-searchword { background: #FFF; }

.site-search-focus #mod-search-button { background:url(icon-search.png) center no-repeat; }
header.is-white #header-search #mod-search-button { /*background: url(icon-search-active.png) center no-repeat;*/ }
.logo-header-content-page { position: absolute; padding-top: 18px; z-index: 4002; -webkit-transition: 0.3s padding, 0.3s max-width; transition: 0.2s padding, 0.2s max-width; max-width: 100%; }
.logo-header-content-page a { display: inline-block; }
.logo-header-content-page img { max-height:100px; }
header.is-white .logo-header-content-page { top: 0; max-width: 124px; padding-top: 11px; }
header.is-white .logo-header-content-page img { max-height:60px;}
header.is-white #navbar { margin-top: 0; margin-right: 150px; }
header.is-white #navbar.has-trip-planner { margin-right: 225px; }
header.is-white #navbar > ul > li { padding-bottom: 29px; }
body.en-gb header.is-white #navbar { margin-top: 0; margin-right: 15px; }
body.en-gb header.is-white #navbar.has-trip-planner { margin-right: 50px; }
header.container-fluid { padding-left: 0; padding-right: 0; }
#contentpage header .logo-header-content-page { display: block; padding-top: 39px; }
#contentpage header.is-white .logo-header-content-page { padding-top: 12px; }
#homepage header.is-white .header-social { display: none; }
#contentpage > header {  }

header.is-white .telephone-initial { display: none; }

/* Homepage Header Right */

.header-search { position: absolute; right: 0; margin-top: 56px; z-index: 5000; }
.header-search:after { content: ""; display: table; clear: both; }
.logo-info-icon { max-width: 51px; }
.header-logo { position: absolute; padding-left: 5px; margin-top: 18px; z-index: 5000; width: 300px; }
.header-logo-icon { margin-right: 15px; }
.header-logo-text { color: #FFF; font-weight: 300; text-transform: uppercase; max-width: 180px; margin-top: -3px; }
.header-logo-text p { margin-bottom: 0; }

.header-social { position: absolute; margin-top: 20px; margin-left: 20px; z-index: 3001; }
.header-social img { width: 80%; }
.header-social a img:last-of-type { display: none; }
header.is-white { background-color: #FFF; }
header.is-white .header-social a img:last-of-type { display: inline; }
header.is-white .header-social a img:first-of-type { display: none; }
header.is-white .header-right > div { border-color: #b3b7ba; border: 0; }

.header-cart { height: 30px; width: 80px; text-align: center; padding-top: 4px; position: relative; display: none; }
.header-cart.has-cursor { cursor: pointer; }

.header-cart .icon-cart,
.icon-cart-mobile { width: 24px; }
.icon-cart-mobile { display: none; }

.header-cart__item-number { display: none; }

.header-cart__item-number { background-color: #00aba9; width: 21px; height: 21px; border-radius: 50%; color: #FFF; position: absolute; margin-left: 13px; top: 0; left: 0; color: #FFF; }
.header-trip__item-number { position: absolute; left: 50%; width: 22px; text-align: center; font-size: 12px; margin-top: 0 !important; -webkit-transform: translateX(-50%); transform: translateX(-50%); color: #FFF; }
#contentpage .header-cart__item-number,
#contentpage .header-trip__item-number {  }
.header-cart__total-price { font-size: 12px; color: #2dc3c4; display: none;}
#homepage .header-cart__total-price { color: #FFF; }
#homepage header.is-white .header-cart__total-price { color: #2dc3c4; }
.header-trip-planner .header-trip__icon { width: 22px; height: 20px; display: inline-block; vertical-align: top; background: url(icon-wishlist.png) no-repeat 0 0; }
.header-trip-planner.active .header-trip__icon { background-image: url(icon-wishlist.png); }
.header-trip-planner p { margin-bottom: 0; line-height: 1; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; margin-top: 5px; }
#homepage .header-trip-planner p { display: none; }
#homepage #navigation ul { padding-right: 25px; }

#contentpage .header-trip-planner {}
.header-trip-planner { height: 30px; text-align: center; margin-right: 5px; margin-left: 30px; /* border-left: 1px solid rgba(255,255,255,0.5); */ position: relative; cursor: pointer; }
.header-trip-planner .active { display: none; }
header.is-white .header-trip-planner .active { /* display: inline-block; */ }
header.is-white .header-trip-planner .white { /* display: none; */ }

.header-trip-planner { display: none; }
#cart-bar.visible + header .header-trip-planner { display: block; }

.header-right { z-index: 5000; }

main.view-details { margin-top: 77px; }

/* Content Page Navigation */
#contentpage .header-social { display: none; }
#contentpage #mod-search-searchword { display: none; }
#contentpage #header-search #search {  }
#contentpage .header-cart {  }
#contentpage header.is-white .header-right > div { height: 30px; }
#contentpage .weather { /*margin-top: 21px;*/ }
header.is-white .weather { display: none; }

/* Apple Style Search 35ms */
#navbar > ul > li.fadeout { -webkit-transform: scale(0.01); -ms-transform: scale(0.01); transform: scale(0.01); opacity: 0; -webkit-transition: transform 1000ms linear, opacity 400ms; transition: transform 1000ms linear, opacity 400ms; }
#navbar > ul > li.fadein { -webkit-transition: opacity 400ms linear; transition: opacity 400ms; opacity: 1; }

#navbar > ul > li:nth-of-type(1) { -webkit-transition-delay:315ms; transition-delay:315ms;}
#navbar > ul > li:nth-of-type(2) { -webkit-transition-delay:280ms; transition-delay:280ms; }
#navbar > ul > li:nth-of-type(3) { -webkit-transition-delay:245ms; transition-delay:245ms; }
#navbar > ul > li:nth-of-type(4) { -webkit-transition-delay:210ms; transition-delay:210ms; }
#navbar > ul > li:nth-of-type(5) { -webkit-transition-delay:175ms; transition-delay:175ms; }
#navbar > ul > li:nth-of-type(6) { -webkit-transition-delay:140ms; transition-delay:140ms; }
#navbar > ul > li:nth-of-type(7) { -webkit-transition-delay:105ms; transition-delay:105ms; }
#navbar > ul > li:nth-of-type(8) { -webkit-transition-delay:70ms; transition-delay:70ms; }
#navbar > ul > li:nth-of-type(9) { -webkit-transition-delay:35ms; transition-delay:35ms; }
#navbar > ul > li:nth-of-type(10) { -webkit-transition-delay:0ms; transition-delay:0ms; }

#navbar > ul > li.fadein:nth-of-type(1) { -webkit-transition-delay:0ms; transition-delay:0ms; }
#navbar > ul > li.fadein:nth-of-type(2) { -webkit-transition-delay:35ms; transition-delay:35ms; }
#navbar > ul > li.fadein:nth-of-type(3) { -webkit-transition-delay:70ms; transition-delay:70ms; }
#navbar > ul > li.fadein:nth-of-type(4) { -webkit-transition-delay:105ms; transition-delay:105ms; }
#navbar > ul > li.fadein:nth-of-type(5) { -webkit-transition-delay:140ms; transition-delay:140ms; }
#navbar > ul > li.fadein:nth-of-type(6) { -webkit-transition-delay:175ms; transition-delay:175ms; }
#navbar > ul > li.fadein:nth-of-type(7) { -webkit-transition-delay:210ms; transition-delay:210ms; }
#navbar > ul > li.fadein:nth-of-type(8) { -webkit-transition-delay:245ms; transition-delay:245ms; }
#navbar > ul > li.fadein:nth-of-type(9) { -webkit-transition-delay:280ms; transition-delay:280ms; }
#navbar > ul > li.fadein:nth-of-type(10) { -webkit-transition-delay:315ms; transition-delay:315ms; }

#navbar > ul > li.en-home,#navbar > ul > li.en-provinces {display:none;}
/*#navbar > ul > li:last-of-type {display:block;position:absolute!important;right:0;padding-top: 10px;padding-bottom: 10px;}*/
/*#navigation #navbar ul {padding-bottom:50px;}*/

/* Main Navigation */
#navigation { }
#navbar,
nav { border: none !important; border-radius: 0 !important; background: none !important; position: relative; z-index: 3000; }
nav { margin: 0 !important; min-height: 0 !important; }
#navbar { padding: 0; margin-top: 50px; -webkit-transition: 0.3s margin; transition: 0.3s margin; }

	#navigation ul { margin: 0; padding: 0; width: 100%; border: none; text-align: right; }
		#navigation ul li { vertical-align: top; display: inline-block; width: auto; text-align:left; list-style: none; position: relative; padding-left: 10px; padding-right: 10px; }

		#navigation ul li.divider { display: none }
			#navbar > ul > li { position: relative !important; padding-bottom: 38px; padding-top: 27px; -webkit-transition: padding 0.3s ease; transition: padding 0.3s ease; }
			#navbar > ul > li:hover:before { content: ""; position: absolute; left: 0; bottom: 0; background-color: #f1592a; height: 3px; width: 100%; }
			#navbar > ul > li:hover > a { color: #f1592a; font-weight: 500; }
			#navbar > ul > li:hover > ul { display: block; overflow: hidden; }
			#navbar > ul > li > ul { margin-top: -1px; box-shadow: 0px 2px 3px rgba(0,0,0,0.11) !important; padding: 23px 15px 10px 15px; }
			#navbar > ul > li > ul:hover { display: block; }
			#navbar a:hover { color: #f1592a; }
			#navbar > ul > li.active > a { font-weight: 500; color: #f1592a; }
			#navigation ul li a { margin: 0; padding: 0; font-size: 15px; text-transform: uppercase; color: #666; background: none; letter-spacing: 1px; }
			#navigation ul li a:empty { display:none!important;}
			#navigation ul li a:link { text-decoration: none !important; }
			#navigation ul li a span.caret { display: none; }
				#navigation ul li ul { width: 300px; background: rgba(255,255,255,0.8); z-index: 3000; border-radius: 0; box-shadow: none; top: 87px; }
					#navigation ul li ul li { margin: 0 0 13px; padding: 0; width:100%; }
						#navigation ul li ul li a { color: #656b6e; font-weight: 400; white-space:inherit; font-size: 15px; letter-spacing: 0; }
						#navigation ul li ul li a.dropdown-toggle { margin-bottom: 6px;}
						#navigation ul li ul li:hover > a { text-decoration: underline; }

					#navigation ul li ul li ul { display: block; position: relative; top: 0; padding-left: 30px; background: transparent; }
					#navigation ul li ul li ul li { background-color: transparent; margin-bottom: 0; }
					#navigation ul li ul li ul li a { text-transform: none; letter-spacing: 0; }

/*header.is-white #navigation ul li ul { top: 77px; }*/
#contentpage #navigation ul li a { /* color: #2dc3c4; */ }


/* Homepage Header Right */
.header-cruise a { color: #666; font-size: 16px; vertical-align: top; margin-right: 35px; text-decoration: none; }
.header-cruise a .fa { position: relative; top: 2px; color:#f1592a; font-size: 19px; vertical-align: top; margin-right: 4px; }
.header-translation {  }
.header-translation p { color: #666; font-size: 16px; margin-bottom: 0; }
.header-translation p:before { content:"\f57e"; display: inline-block; margin-top: 2px; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 19px; vertical-align: top; color:#f1592a; margin-right: 7px; }
div.mod-languages a {text-decoration:none;}
header.is-white .header-cruise a { font-size: 0; height: 23px; display: inline-block; margin-right: 12px; }
header.is-white .header-translation p { height: 22px; padding-left: 23px; font-size: 0; }
header.is-white .header-cruise a .fa { top: 0; }
header.is-white .header-translation p:before { margin-top: 0; }

.telephone-initial { background: url(icon-telephone-left.png) no-repeat; float: right; padding-left: 20px; height: 48px; padding-top: 16px; background-position: 0 17px; }
.telephone-initial p { padding-left: 5px; font-size: 20px; line-height: 1.2; margin-bottom: 0; padding-right: 11px; }

.telephone-initial a, .telephone-right a { text-decoration: none; text-decoration: none; color: #FFF; }

header.is-white .telephone-right { display: block; }
.telephone-right { display: none; }
.telephone-right p { font-size: 24px; margin-bottom: 0; margin-top: 3px; margin-right: 9px; padding-left: 25px; background: url(icon-telephone-left.png) 0 50% no-repeat; }
#contentpage .telephone-right p { margin-top: 21px; }

header.is-white .header-contact { display: none; }

.header-contact { float: right; }
.header-contact a { font-size: 16px; color: #FFF; text-transform: uppercase; padding: 6px 11px; border: 1px solid #FFF; border-radius: 2px; margin-top: 11px; margin-right: 27px; display: inline-block; }
.header-contact a:link,
.header-contact a:visited,
.header-contact a:hover,
.header-contact a:active { text-decoration: none; }

.header-right .header-form-close-button { display: none; }
.header-form-close-button { height: 18px; width: 18px; position: absolute; z-index: 2; right: 15px; top: 27px; cursor: pointer; display: block; color: #FFF; font-size: 23px; line-height: 18px; }
.header-form-close-button:before { content: "\f00d"; display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

header.is-white #navigation { padding-top: 0; }
header.is-white #navbar > ul { /*text-align: left; padding-left: 130px;*/ }

/* At Kaitlyn's request, change bootstrap nav to hover, not click....  http://stackoverflow.com/questions/8878033/how-to-make-twitter-bootstrap-menu-dropdown-on-hover-rather-than-click */
@media (min-width: 979px) {
  #navigation ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.navbar-default .navbar-toggle .icon-bar { background-color: #666; }
.mobile-logo { display: none; max-width: 100px; margin-top: 5px; vertical-align: top; }

/* Weather */
/* COLLECT: header weather */
.weather { margin-right: 10px; color: #FFF; font-size: 15.5px; }
.weather img { width: 30px; height: 30px; margin-right: 5px; margin-left: 5px; vertical-align: top; }
.weather span { display: inline-block; color: #f1592a; font-size: 26px; vertical-align: top; margin-right: 12px; }
.weather-image-alt { display: none; }
#homepage header.is-white img.weather-image-alt { display: inline; }

#contentpage .weather img { /*display: none;*/ }
#contentpage img.weather-image-alt { display: inline; }

@media (max-width: 768px) {
	header .weather { padding-top: 10px; }
}

@media (max-width: 767px) {
	header .weather { right: 184px; }
	.weather img {  }
	#homepage .weather img.weather-image-alt { display: inline; }
}

@media (max-width: 520px) {
	header .weather { display: none; }
}

@media ( max-width: 345px ){
	.weather img { display: none; }
}

/* searchbar background color
#header-search.activated #mod-search-searchword { background-color:#insertcolor; }
*/

/*
	 /$$$$$$$                                                              /$$
	| $$__  $$                                                            |__/
	| $$  \ $$  /$$$$$$   /$$$$$$$  /$$$$$$   /$$$$$$  /$$$$$$$   /$$$$$$$ /$$ /$$    /$$ /$$$$$$
	| $$$$$$$/ /$$__  $$ /$$_____/ /$$__  $$ /$$__  $$| $$__  $$ /$$_____/| $$|  $$  /$$//$$__  $$
	| $$__  $$| $$$$$$$$|  $$$$$$ | $$  \ $$| $$  \ $$| $$  \ $$|  $$$$$$ | $$ \  $$/$$/| $$$$$$$$
	| $$  \ $$| $$_____/ \____  $$| $$  | $$| $$  | $$| $$  | $$ \____  $$| $$  \  $$$/ | $$_____/
	| $$  | $$|  $$$$$$$ /$$$$$$$/| $$$$$$$/|  $$$$$$/| $$  | $$ /$$$$$$$/| $$   \  $/  |  $$$$$$$
	|__/  |__/ \_______/|_______/ | $$____/  \______/ |__/  |__/|_______/ |__/    \_/    \_______/
	                              | $$
	                              | $$
	                              |__/*/

@media (max-width: 1880px) {
	/* header.is-white #navigation { padding-top: 60px; } */
}

@media (max-width: 1700px) {
	/* #navigation { padding-top: 60px; } */
}

@media (max-width: 1660px) {
	.logo-header-content-page a { /*max-width: 250px;*/ }
}

@media (max-width: 1660px) {
	.is-white #navigation ul li { padding-left: 6px; padding-right: 6px; }
}

@media (max-width: 1520px) {
	/* header.is-white #navigation { padding-top: 60px; } */
}

@media (max-width: 1500px) {
	#navigation ul li { padding-left: 10px; padding-right: 10px; }
	.logo-header-content-page { /*max-width: 200px;*/ }
}

@media (max-width: 1460px) {
	header.is-white #navbar > ul { padding-left: 0; /*text-align: center;*/ }
	header.is-white #navigation { /*padding-top: 60px;*/ }
}

@media (max-width: 1450px) {
	.logo-header-content-page { /*max-width: 155px;*/ }
}

@media (max-width: 1400px) {
	header .weather { /*display: none;*/ }
}

@media (max-width: 1360px) {
	.header-search.activated { max-width: 100%; }
	#navigation { /*padding-top: 60px;*/ }
}

@media (max-width: 1350px) {
	#navbar > ul > li { padding-bottom: 22px; }
	#navigation ul li ul { top: 70px; }
}

@media (max-width: 1250px) {
	header.is-white #navigation { padding-top: 60px; }
	header.is-white #navbar.has-trip-planner { margin-right: 0; }
	header.is-white #navbar.has-trip-planner ul { text-align: center; }
}
@media (max-width: 1150px) {
	header.is-white #navbar { margin-right: 0; }
	header.is-white #navbar > ul { text-align: center; }
	main.view-details { margin-top: 136px; }
}

@media (max-width: 1080px) {
	.logo-header-content-page { max-width: 235px; }
}

@media (max-width: 991px) {
	#navigation ul li,
	.is-white #navigation ul li { /*padding-left: 4px; padding-right: 4px;*/ }
	#navigation ul li a { font-size: 13px; }
	#homepage .logo-header-content-page { max-width: 120px; }
}

@media (max-width: 768px) {
	#navbar { padding-top: 15px; margin-top: 0; }
	.navbar-header { float: none; }
	.navbar-toggle { display: block; }
	.navbar-collapse { border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255,255,255,0.1); }
	.navbar-collapse.collapse { display: none!important; }
	.navbar-nav { float: none!important; margin: 7.5px -15px; }
	.navbar-nav>li { float: none; }
	.navbar-nav>li>a { padding-top: 10px; padding-bottom: 10px; }
	.navbar-collapse.collapse.in { display: block!important; }

	#header-search.activated { z-index: 5000; }
	.navbar-default .navbar-toggle { background-color: transparent !important; border: 1px solid #FFF; width: 24px; }

	#homepage header.is-white .logo-header-content-page,
	#contentpage header .logo-header-content-page { display: none; }
	header { box-shadow: 0 0 3px #ADADAD; z-index: 3003; top: 0; background-color: #FFF; }
	header.container-fluid { padding-left: 0; padding-right: 0; }
	header.is-white .header-right { margin-top: 13px; }
	header.is-white .header-right > div { height: 50px; border: 0; }
	#navigation { position: relative !important; bottom: 0; margin:0; }
	.navbar-toggle { float: left; position: relative !important; bottom: 0; }

	#navigation { padding-top: 0; padding-bottom: 0; }
	#navigation ul li { float: none; width:auto; margin: 0 0 10px 0; }
	#navigation ul li.divider { display: none; }
	#navigation ul li {height: auto !important; }
	#navigation ul li a { padding-bottom: 0; font-size: 16px; font-weight: normal; }
	#navbar > ul > li > a {font-weight:500;}
	#navigation ul li ul {width: 100%; position: relative; background: transparent; top: 0; }
	#navigation ul li ul li { text-align: center; }
	#navigation ul li ul li a { text-align: left; font-size: 15px; }
	#navbar > ul > li > ul { padding: 23px 15px 10px 15px; box-shadow: none !important; }
	#navigation #navbar > ul > li { padding: 0; margin-right: 0; }
	#navigation ul li ul li ul { padding-left: 15px; }
	#navigation #navbar > ul > li:last-child {width: 100%; }
	#navigation ul li ul li ul li a { margin-bottom: 10px; }
	#navigation ul li ul li a.dropdown-toggle { margin-bottom: 10px; }
	#navbar > ul > li:hover > a { color: #f1592a; }
	header.is-white #navigation ul li ul { top: 0; }
	header.is-white #navigation { padding-top: 0; }

	#header-search { margin-top: 0; top: 0; z-index: 3001; }
	#header-search #mod-search-searchword { padding: 8px 10px 8px 39px; border-radius: 0; }
	#header-search #mod-search-button { margin: 0; /* background-image: url(icon-search-white-mobile.png); */ }
	#navigation #navbar > ul > li { width: 100%; }

	.header-trip-planner { padding-top: 0; }
	.header-trip-planner .white { display: none; }
	.header-trip-planner .active { display: inline-block; }
	.header-right { margin-top: 0; }
	.header-cart { padding-top: 15px; width: 50px; }
	.header-social .social-connect { display: none; }
	.header-cart,
	.header-trip-planner,
	.header-search { border: 0; }
	.header-search { width: 50px; }
	.header-right > div { height: 50px; }
	.header-cart__total-price { display: none; }
	.telephone-initial { display: none; }

	#contentpage header.is-white .header-right > div { height: 50px; }
	#contentpage .header-cart { padding-top: 15px; }
	#contentpage .weather { /*margin-top:10px;*/ }
	#header-search #search {  }

	#homepage .logo-header-content-page { display: none; }
	#homepage .header-search.activated { top: 0; }
	.telephone-right { display: block; }
	.telephone-right p { margin-top: 8px; }
	#contentpage .telephone-right p { margin-top: 8px; }
	.header-contact { display: none; }
	.telephone-right a { color: #FFF; }

	.icon-cart-mobile { display: inline-block; }
	.header-cart .icon-cart { display: none; }
	#contentpage .header-trip-planner { padding-top: 0; }
	.navbar-default .navbar-toggle { border: 0; }
	.mobile-logo { display: inline-block; }
	main.view-details { margin-top: 50px; }
	.header-trip-planner { width: 50px; }
	.header-trip-planner p { display: none; }
	#contentpage .header-cart__item-number { margin-top: 3px; }
	#navigation { padding-left: 0; }
}

@media (max-width: 600px) {
	#navigation { float: none !important; }
}
@media (max-width: 500px) {
	header.has-trip-planner .header-cruise a { margin-right: 10px }
	header.has-trip-planner .header-trip-planner { margin-left: 10px; width: auto; }
	header.has-trip-planner .header-right { padding-right: 25px; }
	header.has-trip-planner #header-search { width: auto; }
}
@media (max-width: 490px) {
	.telephone-right p { display: none; }
}

@media (max-width: 420px) {
	.telephone-right p { font-size: 17px; margin-top: 14px; }
	#contentpage .telephone-right p { margin-top: 13px; }
}

@media (max-width: 380px) {
	.telephone-right p { display: none; }
}

@media (max-width: 350px) {
	#homepage .weather img { display: none !important; }
	#contentpage img.weather-image-alt { display: none; }
	body .weather { padding-top: 4px; }
}