*
{
	outline:none;
}

@media (max-width: 930px)
{
.scroller 
{
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}
.scroller>* {
  -webkit-transform: none;
}
}

.main-content
{
	padding-top: 150px;
}

header
{
	position: fixed;
	top:0;
	left:0;
	right:0;
	height:150px;
	background-color: #FFF;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Segoe UI,Helvetica,Arial,sans-serif;
	z-index: 200;
}

body.scrollup header
{
	top:0;
}

.new-wrapper
{
	width:960px;
	margin:0 auto;
	position: relative;
}

header a.brand
{
	display: block;
	position: absolute;
	left:0;
	top: 0;
	width:246px;
	height:105px;
	background-image: url(../images/brand.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

header nav
{
	position: absolute;
	height:45px;
	width:100%;
	bottom: 0;
	left: 0;
	background-color: #f6f6f6;
}

header .enquire
{
	position: absolute;
	right:0;
	top: 33px;
	width: 150px;
}

header .enquire a
{
	display: block;
	background-color: #fbad18;
	color: #FFF;
	height:38px;
	line-height: 38px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	transition: all	.5s ease;
	-webkit-transition: all	.5s ease;
	-o-transition: all	.5s ease;
	-moz-transition: all	.5s ease;
}

@media (min-width: 1025px)
{
	header .enquire a:hover
	{
		background-color: #333;
	}
}

header .phone
{
	position: absolute;
	right:164px;
	top: 36px;
	width: 137px;	
	height:33px;
	background-image: url(../images/icon-phone.jpg);
	background-size: 22px 33px;
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 27px;
	color: #fbad18;
	text-decoration: none;
}

header .phone .number
{
	font-size: 16px;
	font-weight: 600;
	margin-top: 2px;
}

header .phone .agent
{
	font-size: 11px;
	margin-top: 2px;
}

header .phone .number a
{
	color: #fbad18;
	text-decoration: none;
}

header .social
{
	position: absolute;
	right:350px;
	top: 36px;
}

header .social-mobile
{
	display: none;
}

header .social a,
header .social-mobile a
{
	color: #a4a4a4;
	display: inline-block;
	width:40px;
	height:33px;
	line-height: 33px;
	text-decoration: none;
	font-size: 20px;
	text-align: center;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
}

header .social a .icon,
header .social-mobile a .icon
{
	line-height: 33px;
}

@media (min-width: 1025px)
{
	header .social a:hover
	{
		color: #fbad18;
	}
}

header nav ul
{
	list-style: none;
	margin:0;
	padding:0;
}

header nav ul.primary-nav li
{
	display: inline-block;
	position: relative;
}

header nav ul li a
{
	display: block;
	height:45px;
	line-height: 45px;
	font-size: 16px;
	color: #999;
	text-decoration: none;
	padding:0 10px;
	text-transform: uppercase;
}

header nav ul.primary-nav li:first-child a
{
	padding-left: 0;
}

header nav ul li a.active
{
	color: #fbad18;
	text-decoration: none;
}

header nav .destination-menu
{
	position: absolute;
	left:0;
	right:0;
	top:45px;
	z-index: 100;
	background-color: #FFF;
	display: none;
}

header nav .destination-menu ul li
{
	display: block;
	padding:0;
	margin:0;
}

header nav .destination-menu ul li a
{
	padding:15px 15px 15px 30px;
	display: block;
	height: auto;
	line-height:1.2;
	color: #666;
	text-transform: none;
	font-size: 14px;
	position: relative;
}

header nav .destination-menu ul li a.active
{
	background-color: #fbad18;
	color: #FFF;
	text-decoration: none;
}

header nav .destination-menu ul li a .icon
{
	position: absolute;
	left:12px;
	top:15px;
	font-size: 16px;
}

header nav .destination-menu .menu-left
{
	width:165px;
	float:left;
}

header nav .destination-menu .menu-right
{
	float:left;
	width:795px;
	position: relative;
}

header nav .destination-menu .menu-right a.multi
{
	background-color: #0a92d3;
	color: #FFF;
	left:0;
	right:0;
	bottom:0;
	display: none;
	padding: 5px 10px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	text-decoration: none;
}

header nav .destination-menu .menu-right a.multi span
{
	margin-left: 5px;
}

header nav .destination-menu .menu-right .countries
{
	background-color: #fbad18;
	width:340px;
	padding-bottom: 40px;
	box-sizing: border-box;
}

header nav .destination-menu .menu-right .countries .column
{
	float:left;
	width:50%;
	height:100%;
}

header nav .destination-menu .menu-right .three-column .countries .column
{
	float:left;
	width:33.33%;
	box-sizing:border-box;
}




header nav .destination-menu .menu-right .menu-map
{
	width:455px;
	background-size: contain;
	background-position: center center;
	position: absolute;
	right:0;
	top:0;
	bottom:0;
	background-repeat: no-repeat;
}

header nav .destination-menu .menu-right .three-column .menu-map
{
	display: none;
}

header nav .destination-menu .menu-right .three-column .countries
{
	width:100%;
	background-image: url("../images/menu-bg-three.jpg");
	background-repeat: repeat-y;

}

header nav .destination-menu .menu-right ul li a
{
	padding:3px 20px;
	color: #FFF;
}

header nav .destination-menu .menu-right ul li a.active
{
	color: #fbad18;
	background-color: #FFF;
}

/*
@media (min-width: 1025px)
{
header nav .destination-menu .menu-right ul li a:hover
{
	color: #fbad18;
	background-color: #FFF;
}
}
*/


header nav .destination-menu .menu-right .area-title
{
	padding:20px 20px 10px;
	font-size: 11px;
	text-transform: uppercase;
	color: #ffe7bc;
	font-style: italic;
}



header nav .destination-menu .menu-right .continent-sub
{
	display: none;
}


.experience-menu
{
	position: absolute;
	width:459px;
	background-color: #CCC;
	left:0;
	top:45px;
	padding:0 1px 1px 1px;
	display: none;
}

.experience-menu ul
{
	margin-left: -1px;
}

.experience-menu li
{
	display: block;
	width:229px;
	float:left;
	background-color: #FFF;
	margin-left: 1px;
	margin-top: 1px;
}

.experience-menu li a, header nav ul.primary-nav li .experience-menu li:first-child a
{
	padding:15px 15px 15px 45px;
	height: auto;
	line-height:1.2;
	color: #666;
	text-transform: none;
	font-size: 14px;
	text-decoration: none;
}

.experience-menu li a .icon
{
	position: absolute;
	left:20px;
	top:15px;
	font-size: 16px;
}

.experience-menu li.all
{
	width:100%;
}

.experience-menu li a .all-icon
{
	position: absolute;
	left:17px;
	top:13px;
	width:20px;
	height:20px;
	background-image: url("../images/all-icon.png");
	background-size: 20px 40px;
	background-position: center top;
	background-repeat: no-repeat;
}

@media (min-width: 1025px)
{
	.experience-menu li a:hover, header nav ul.primary-nav li .experience-menu li:first-child a:hover
	{
		color: #FFF;
		text-decoration: none;
		background-color: #fbad18;
	}
	
	.experience-menu li.all a:hover .all-icon
	{
		background-position: center bottom;
	}
}



.main-carousel
{
	height:770px;
}

.main-carousel .slide
{
	height:770px;
	text-align: center;
}

.main-carousel .slide a
{
	/*display: block;*/
	color: #FFF;
	text-decoration: none;
}

.main-carousel .slide a b
{
	font-size: 90px;
	display: block;
	font-weight: normal;
	font-family: "Open Sans","Helvetica Neue",Helvetica,Segoe UI,Helvetica,Arial,sans-serif;
	text-transform: uppercase;
	margin:20px 0;
}

.main-carousel .slide a .caption
{
	font-family: "Open Sans","Helvetica Neue",Helvetica,Segoe UI,Helvetica,Arial,sans-serif;
	font-size: 18px;
	margin-top: 40px;
	line-height: 1.4;
}

.main-carousel .slide a:hover
{
	text-decoration: none;
}

.main-carousel .slide .slide-wrapper
{
	max-width:820px;
	margin:0 auto;
	height:770px;
}

.main-carousel .slide .slide-wrapper .tbl
{
	display:table;
	height:770px;
	width:100%;
}
.main-carousel .slide .slide-wrapper .tblcell
{
	display:table-cell;
	vertical-align:middle;
	height:770px;
	width:100%;
}


.main-carousel button
{
	position: absolute;
	top:50%;
	margin-top: -40px;
	height:80px;
	width:60px;
	-webkit-appearance:none;
	background-color: transparent;
	border:none;
	cursor:pointer;
	text-shadow: 1px 1px #000;
}

.main-carousel button .icon
{
	position: absolute;
	left:0;
	top:0;
	width:60px;
	height:80px;
	line-height: 80px;
	font-size: 50px;
	color: #FFF;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.main-carousel .slick-prev
{
	left:40px;
}

.main-carousel .slick-next
{
	right:40px;
}

@media (min-width: 1025px)
{
	.main-carousel .slick-prev:hover .icon
	{
		left:-10px;
	}

	.main-carousel .slick-next:hover .icon
	{
		left:10px;
	}
}

@media (max-width: 1024px)
{

.main-carousel
{
	height:500px;
}

.main-carousel .slide
{
	height:500px;
}

.main-carousel .slide a
{
	height:500px;
	font-size: 30px;
}

.main-carousel .slide a b
{
	font-size: 50px;
	margin:10px 0;
}

.main-carousel .slide a .caption
{
	font-size: 14px;
	margin-top: 30px;
}


.main-carousel .slide .slide-wrapper
{
	max-width:600px;
	height:500px;
}

.main-carousel .slide .slide-wrapper .tbl
{
	height:500px;
}
.main-carousel .slide .slide-wrapper .tblcell
{
	height:500px;
}

.main-carousel button
{
	margin-top: -20px;
	height:40px;
	width:30px;
}

.main-carousel button .icon
{
	width:30px;
	height:40px;
	line-height: 50px;
	font-size: 30px;
}

.main-carousel .slick-prev
{
	left:20px;
}

.main-carousel .slick-next
{
	right:20px;
}

}



@media (max-width: 768px)
{

.main-carousel .slide .slide-wrapper
{
	max-width:none;
	height:500px;
	padding:0 60px;
}

}


@media (max-width: 500px)
{

.main-carousel
{
	height:300px;
}

.main-carousel .slide
{
	height:300px;
}

.main-carousel .slide a
{
	height:300px;
	font-size: 20px;
}

.main-carousel .slide a b
{
	font-size: 30px;
	margin:5px 0;
}

.main-carousel .slide a .caption
{
	display: none;
}


.main-carousel .slide .slide-wrapper
{
	max-width:none;
	height:300px;
	padding:0 60px;
}

.main-carousel .slide .slide-wrapper .tbl
{
	height:300px;
}
.main-carousel .slide .slide-wrapper .tblcell
{
	height:300px;
}

.main-carousel button
{
	margin-top: -20px;
	height:40px;
	width:30px;
}

.main-carousel button .icon
{
	width:30px;
	height:40px;
	line-height: 50px;
	font-size: 30px;
}

.main-carousel .slick-prev
{
	left:20px;
}

.main-carousel .slick-next
{
	right:20px;
}

}




@media (max-width: 1024px)
{
	header nav ul li a
	{
		font-size: 12px;
	}

	header
	{
		height:120px;
	}

	.new-wrapper
	{
		width:100%;
		box-sizing:border-box;
		padding:0 20px;
	}

	header a.brand
	{
		width:150px;
		background-position: left center;
		left:20px;
		height:75px;
	}

	header .enquire
	{
		right:20px;
		width:110px;
		top:18px;
	}

	header .enquire a
	{
		font-size: 12px;
	}

	header .phone
	{
		right:144px;
		top:21px;
	}

	header .social
	{
		right:320px;
		top:21px;
	}

	header .social a
	{
		font-size: 16px;
		width:30px;
	}

	.main-content
	{
		padding-top: 120px;
	}

	header nav .destination-menu
	{
		left:20px;
		right:20px;
		top:45px;
	}

	header nav .destination-menu ul li a
	{
		padding:10px 10px 10px 25px;
		font-size: 12px;
	}

	header nav .destination-menu .menu-right a.multi
	{
		font-size: 12px;
	}

	header nav .destination-menu ul li a .icon
	{
		position: absolute;
		left:8px;
		top:10px;
		font-size: 14px;
	}

	header nav .destination-menu .menu-left
	{
		width:20%;
	}

	header nav .destination-menu .menu-right
	{
		width:80%;
		position: relative;
	}

	header nav .destination-menu .menu-right .countries
	{
		width:50%;
	}

	header nav .destination-menu .menu-right .menu-map
	{
		width:50%;
	}

	header nav .destination-menu .menu-right .three-column .menu-map
	{
		display: none;
	}

	header nav .destination-menu .menu-right .three-column .countries
	{
		width:100%;
		background-image: url("../images/menu-bg-three.jpg");
		background-repeat: repeat-y;
		background-size: contain;
	}

	header nav .destination-menu .menu-right .area-title
	{
		font-size: 10px;
	}

	.experience-menu
	{
		width:359px;
	}

	.experience-menu li
	{
		width:179px;
	}

	.experience-menu li a, header nav ul.primary-nav li .experience-menu li:first-child a
	{
		padding:10px 10px 10px 35px;
		font-size: 12px;
	}

	.experience-menu li a .icon
	{
		position: absolute;
		left:12px;
		top:10px;
		font-size: 13px;
	}
	
	.experience-menu li a .all-icon
	{
		left:10px;
		top:9px;
		width:16px;
		height:16px;
		background-size: 16px 32px;
	}
}


header .search
{
	position: absolute;
	right:0;
	top:0;
}

header .search button
{
	-webkit-appearance:none;
	background-color: transparent;
	border:none;
	width:45px;
	height:45px;
	line-height: 45px;
	cursor: pointer;
	color: #999;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media (min-width: 1025px)
{
	header .search button:hover
	{
		color: #fbad18;
	}
}

header .search button .icon
{
	text-align: center;
	width:45px;
	height:45px;
	line-height: 41px;
	font-size: 16px;
}

header .search .search-field
{
	position: absolute;
	top:45px;
	width:250px;
	right:0;
	background-color: #f6f6f6;
	padding:10px;
	box-sizing: border-box;
	display: none;
}

header .search .search-field input
{
	box-sizing: border-box;
	width:100%;
	font: inherit;
	padding:5px;
}


header button.menu-button
{
	-webkit-appearance:none;
	background-color: transparent;
	border:none;
	width:45px;
	height:45px;
	line-height: 45px;
	cursor: pointer;
	color: #999;
	position: absolute;
	right:10px;
	top:0;
	display: none;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.show-nav header button.menu-button
{
	color: #fbad18;
}

@media (min-width: 1025px)
{
	header button.menu-button:hover
	{
		color: #fbad18;
	}
}

header button.menu-button .icon
{
	text-align: center;
	width:45px;
	height:45px;
	line-height: 41px;
	font-size: 25px;
}


.new-mobile-nav
{
	display: none;
	position: absolute;
	top:45px;
	left:0;
	right:0;
	background-color: #fff;
	overflow: hidden;
	border-top:1px solid #f6f6f6;
}

.new-mobile-nav li
{
	float: none;
	display: block;
	border-bottom:1px solid #f6f6f6;
}

.new-mobile-nav li a
{
	height:auto;
	line-height:1.1;
	padding: 15px 10px;
}

.new-mobile-nav li.all a
{
	padding-left:32px;
	position: relative;
}

.new-mobile-nav li.all a .all-icon
{
	position: absolute;
	left:9px;
	top:15px;
	width:14px;
	height:14px;
	background-image: url("../images/all-icon.png");
	background-size: 14px 28px;
	background-position: center top;
	background-repeat: no-repeat;
}


.new-mobile-nav ul
{
	position: absolute;
	width:100%;
	left:100%;
	top:0;
	bottom:0;
	background-color: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-overlay
{
	display: none;
	background-color: rgba(0,0,0, 0.8);
	position: fixed;
	left:0;
	top:0;
	bottom:0;
	right:0;
	z-index: 100;
}





.new-mobile-nav
{
	z-index: 300;
}

.new-mobile-nav ul
{
	z-index: 1;
}

.new-mobile-nav ul ul
{
	z-index: 2;
}

.new-mobile-nav ul ul ul
{
	z-index: 3;
}

.new-mobile-nav ul ul ul ul
{
	z-index: 4;
}

.new-mobile-nav ul ul ul ul ul
{
	z-index: 5;
}

.new-mobile-nav .icon
{
	margin-right:10px;
}

.new-mobile-nav a
{
	position: relative;
}

.new-mobile-nav .icon-angle-right
{
	margin-right: 0;
	position: absolute;
	right:10px;
	top:15px;
}

.new-mobile-nav a:hover
{
	text-decoration: none;
}

.new-mobile-nav .back a
{
	color: #FFF;
}

.new-mobile-nav .back
{
	
	background-color: #fbad18;
}

header a.mobile-phone
{
	display: none;
}

@media (max-width: 767px)
{

	header .search
	{
		position: absolute;
		right:50px;
		top:0;
	}

	nav ul.primary-nav
	{
		display: none;
	}

	header button.menu-button
	{
		display: block;
	}

	body.show-nav .new-mobile-nav
	{
		display: block;
	}

	.show-nav .nav-overlay
	{
		display: block;
	}

	header .phone
	{
		right:0;
	}

	header .enquire
	{
		display: none;
	}

	header .social
	{
		display: none;
	}

	header .social-mobile
	{
		display: block;
		width:200px;
		position: absolute;
		left:0;
		top:0;
	}

	header a.brand
	{
		width:110px;
	}

	header .social-mobile a
	{
		width:20%;
		display: block;
		float:left;
		font-size: 16px;
		height:45px;
		line-height:45px;
	}

	header a.mobile-phone
	{
		display: block;
		width:45px;
		height:45px;
		line-height: 45px;
		cursor: pointer;
		color: #999;
		position: absolute;
		right:60px;
		top:14px;
		text-decoration: none;
		text-align: center;
	}

	header a.mobile-phone .icon
	{
		text-align: center;
		width:45px;
		height:45px;
		line-height: 45px;
		font-size: 19px;
	}
}



.extra-tour-info-cta
{
	background-color: #fbad18 !important;
}
.extra-tour-info-cta:hover
{
	background-color: #8e8e8e !important;
}







footer
{
	background-color: #0a92d3;
	padding:70px 0 100px;
	position: relative;
	color: #FFF;
}


footer .subscribe-bar
{
	height:70px;
	position: absolute;
	left:0;
	top:0;
	right:0;
	background-color: #8aae44;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer .subscribe-bar .label
{
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	top:18px;
	left:20px;
	height:34px;
	line-height:34px;
	padding-left: 30px;
	font-size: 14px;
}

footer .subscribe-bar .label .icon
{
	position: absolute;
	left:0;
	top:7px;
	font-size: 19px;
}

footer .subscribe-bar .social
{
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	top:18px;
	right:20px;
	height:34px;
	line-height:34px;
	padding-left: 30px;
	font-size: 14px;
	padding-right: 215px;
	z-index: 1;
}



footer .subscribe-bar .social .links
{
	position: absolute;
	right:0;
	top:0;
	height:34px;
	line-height:34px;
	width:215px;
}

footer .subscribe-bar .social .links a
{
	display: inline-block;
	margin-left: 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer .subscribe-bar .input
{
	position: absolute;
	top:18px;
	left:270px;
	height:34px;
	line-height:34px;
	padding-right: 120px;
	width:180px;
	z-index: 5;
	background-color: #8aae44;
	overflow: hidden;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media (max-width:1024px)
{
footer .subscribe-bar .input
{
	left:290px;
}
}

footer .subscribe-bar.show .input
{
	width:570px;
}


footer input
{
	box-sizing:border-box;
	height:34px;
	line-height: 34px;
	background-color: #98b85b;
	border:1px solid #98b85b;
	font-size: 12px;
	color: #FFF;
	padding:0 10px;
	width:180px;
}

footer input.email
{
	position: absolute;
	top:0;
	left:0;
}

footer input.firstname
{
	position: absolute;
	top:0;
	left:190px;
}

footer input.lastname
{
	position: absolute;
	top:0;
	left:380px;
}

footer input:focus
{
	background-color: transparent;
}

footer button
{
	box-sizing:border-box;
	height:34px;
	line-height: 34px;
	background-color: #fbad18;
	border:none;
	-webkit-appearance:none;
	color: #FFF;
	width:120px;
	text-transform: uppercase;
	text-align: center;
	text-indent: 10px;
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	font-size: 12px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media (min-width:1025px)
{
	footer button:hover
	{
		background-color: #FFF;
		color: #fbad18;
	}

	footer .subscribe-bar .social .links a:hover
	{
		color: #fbad18;
	}
}

footer button .icon
{
	position: absolute;
	height:34px;
	line-height: 32px;
	font-size: 18px;
	right:10px;
	top:0;
}

footer ::-webkit-input-placeholder {
	color: #d1e4ad;
	-webkit-font-smoothing: antialiased;
	font-style: italic;
}
footer :-moz-placeholder 
{
	color: #d1e4ad;
	font-style: italic;
}
footer ::-moz-placeholder 
{
	color: #d1e4ad;
	font-style: italic;
}
footer :-ms-input-placeholder 
{
	color: #d1e4ad;
	font-style: italic;
}


footer .subscribe-message
{
	height:70px;
	position: absolute;
	left:0;
	top:100px;
	right:0;
	background-color: #8aae44;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer .subscribe-message .inner
{
	padding:20px 20px 0 20px;
}


footer .brochure
{
	height:70px;
	position: absolute;
	left:0;
	top:100px;
	right:0;
	background-color: #8aae44;
	font-weight: 300;
	text-transform: uppercase;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer .brochure .brochure-container
{
	margin:0 auto;
	width:900px;
	position: relative;
	height:70px;
}

footer .brochure .inner
{
	position: absolute;
	top:18px;
	left:170px;
	height:34px;
	line-height:34px;
	padding-right: 140px;
}

footer .brochure a
{
	box-sizing:border-box;
	height:34px;
	line-height: 34px;
	background-color: #fbad18;
	border:none;
	-webkit-appearance:none;
	color: #FFF;
	width:120px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	font-size: 12px;
	display: block;
	text-decoration: none;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

footer .brochure a .icon
{
	position: absolute;
	height:34px;
	line-height: 32px;
	font-size: 18px;
	right:10px;
	top:0;
}

@media (min-width:1025px)
{
	footer .brochure a:hover
	{
		background-color: #FFF;
		color: #fbad18;
	}
}

footer .brochure img
{
	position: absolute;
	left:20px;
	bottom:-10px;
}

footer .brochure .new-wrapper
{
	height:70px;
}

footer .bars
{
	height:70px;
	overflow: hidden;
	position: absolute;
	left:0;
	top:0;
	right:0;
	background-color: #8aae44;
}

footer input.error
{
	border-color: red;
}

footer.message .subscribe-bar
{
	top:-100px;
}

footer.message .brochure
{
	top:100px;
}

footer.message .subscribe-message
{
	top:0;
}

footer.brochure .subscribe-bar,
footer.brochure .subscribe-message
{
	top:-100px;
}

footer.brochure .brochure
{
	top:0;
}

.floating-subscribe
{
	height:70px;
	position: fixed;
	bottom:-100px;
	width:100%;
	background-color: #8aae44;
	color: #FFF;
	overflow: hidden;
	display: block;
	z-index: 20;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

body.footer-visible .floating-subscribe
{
	display: none !important;
}

@media (max-width:1023px)
{
	.floating-subscribe
	{
		display: none !important;
	}
}

.floating-subscribe a.close
{
	display: block;
	position: absolute;
	right:0;
	top:15px;
	color: #FFF;
	width:40px;
	height:40px;
	text-decoration: none;
}

@media (min-width:1025px)
{
	.floating-subscribe a.close:hover
	{
		color: #fbad18;
	}
}

.floating-subscribe a.close .icon
{
	height:40px;
	line-height: 40px;
	width:40px;
	text-align: center;
	font-size: 24px;
}



.floating-subscribe .floating-subscribe-bar
{
	height:70px;
	position: absolute;
	left:0;
	top:0;
	right:0;
	background-color: #8aae44;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.floating-subscribe .floating-subscribe-bar .label
{
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	top:18px;
	left:20px;
	height:34px;
	line-height:34px;
	padding-left: 30px;
	font-size: 14px;
}

.floating-subscribe .floating-subscribe-bar .label .icon
{
	position: absolute;
	left:0;
	top:7px;
	font-size: 19px;
}

.floating-subscribe .floating-subscribe-bar .social
{
	font-weight: 300;
	text-transform: uppercase;
	position: absolute;
	top:18px;
	right:20px;
	height:34px;
	line-height:34px;
	padding-left: 30px;
	font-size: 14px;
	padding-right: 215px;
	z-index: 1;
}

@media (max-width:1024px)
{
	.floating-subscribe .floating-subscribe-bar .social
	{
		right:60px;
	}
}

.floating-subscribe .floating-subscribe-bar .social .links
{
	position: absolute;
	right:0;
	top:0;
	height:34px;
	line-height:34px;
	width:215px;
}

.floating-subscribe .floating-subscribe-bar .social .links a
{
	display: inline-block;
	margin-left: 20px;
	color: #FFF;
	text-decoration: none;
	font-size: 18px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.floating-subscribe .floating-subscribe-bar .input
{
	position: absolute;
	top:18px;
	left:270px;
	height:34px;
	line-height:34px;
	padding-right: 120px;
	width:180px;
	z-index: 5;
	background-color: #8aae44;
	overflow: hidden;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.floating-subscribe.show .floating-subscribe-bar .input
{
	width:570px;
}

.floating-subscribe.show a.close
{
	display: none;
}


.floating-subscribe input
{
	box-sizing:border-box;
	height:34px;
	line-height: 34px;
	background-color: #98b85b;
	border:1px solid #98b85b;
	font-size: 12px;
	color: #FFF;
	padding:0 10px;
	width:180px;
}

.floating-subscribe input.email
{
	position: absolute;
	top:0;
	left:0;
}

.floating-subscribe input.firstname
{
	position: absolute;
	top:0;
	left:190px;
}

.floating-subscribe input.lastname
{
	position: absolute;
	top:0;
	left:380px;
}

.floating-subscribe input:focus
{
	background-color: transparent;
}

.floating-subscribe input.error
{
	border-color: red;
}

.floating-subscribe button
{
	box-sizing:border-box;
	height:34px;
	line-height: 34px;
	background-color: #fbad18;
	border:none;
	-webkit-appearance:none;
	color: #FFF;
	width:120px;
	text-transform: uppercase;
	text-align: left;
	text-indent: 10px;
	position: absolute;
	right:0;
	top:0;
	cursor: pointer;
	font-size: 12px;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media (min-width:1025px)
{
	.floating-subscribe button:hover
	{
		background-color: #FFF;
		color: #fbad18;
	}

	.floating-subscribe .floating-subscribe-bar .social .links a:hover
	{
		color: #fbad18;
	}
}

.floating-subscribe button .icon
{
	position: absolute;
	height:34px;
	line-height: 32px;
	font-size: 18px;
	right:10px;
	top:0;
}

.floating-subscribe ::-webkit-input-placeholder {
	color: #d1e4ad;
	-webkit-font-smoothing: antialiased;
	font-style: italic;
}
.floating-subscribe :-moz-placeholder 
{
	color: #d1e4ad;
	font-style: italic;
}
.floating-subscribe ::-moz-placeholder 
{
	color: #d1e4ad;
	font-style: italic;
}
.floating-subscribe :-ms-input-placeholder 
{
	color: #d1e4ad;
	font-style: italic;
}


.floating-subscribe .subscribe-message
{
	height:70px;
	position: absolute;
	left:0;
	top:100px;
	right:0;
	background-color: #8aae44;

	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.floating-subscribe .subscribe-message .inner
{
	padding:20px 20px 0 20px;
}

.floating-subscribe.message .floating-subscribe-bar
{
	top:-100px;
}


.floating-subscribe.message .subscribe-message
{
	top:0;
}

@media (max-width:1023px)
{
	footer
	{
		padding-top: 100px;
	}


	footer .bars,
	footer .subscribe-bar,
	footer .brochure,
	footer .brochure .new-wrapper,
	footer .brochure .brochure-container
	{
		height:100px;
	}

	footer .subscribe-bar .label
	{
		top:10px;
	}

	footer .subscribe-bar .input
	{
		left:20px;
		top:45px;
		width:350px;
	}

	footer .subscribe-bar.show .input
	{
		width:350px;
	}


	footer .subscribe-bar .social
	{
		top:10px;
		padding-right: 70px;
	}

	footer .subscribe-bar .social .links
	{
		top:34px;
	}

	footer input.email
	{
		position: absolute;
		top:0;
		left:0;
	}

	footer input.firstname
	{
		position: absolute;
		top:0;
		left:120px;
	}

	footer input.lastname
	{
		position: absolute;
		top:0;
		left:240px;
	}

	footer input
	{
		width:110px;
	}

	footer button
	{
		width:110px;
	}

	footer .brochure img
	{
		bottom:0;
	}

	footer .brochure .inner
	{
		padding-right: 0;
	}

	footer .brochure a
	{
		left:0;
		top:30px;
	}

	footer .brochure .brochure-container
	{
		width:620px;
	}

	footer .brochure .inner
	{
		top:15px;
	}

}


@media (max-width:767px)
{
	footer .social
	{
		display: none;
	}

	footer
	{
		padding-top: 0;
	}

	footer .bars,
	footer .subscribe-bar,
	footer .brochure,
	footer .brochure .new-wrapper,
	footer .brochure .brochure-container
	{
		height:auto;
		position: relative;
		left:auto;
		right:auto;
		top:auto;
		bottom:auto;
	}

	footer .bars
	{
		overflow: visible;
	}
	
	footer .subscribe-bar,
	footer .subscribe-bar .label,
	footer .subscribe-bar .input,
	footer input.email,
	footer input.firstname,
	footer input.lastname,
	footer .brochure .inner,
	footer .subscribe-message
	{
		position: relative;
		left:auto;
		right:auto;
		top:auto;
		bottom:auto;
	}

	footer .subscribe-message,
	footer .brochure
	{
		display: none;
	}

	footer .subscribe-bar .input,
	footer .subscribe-bar.show .input,
	footer .subscribe-message,
	footer .brochure .inner
	{
		width:auto;
		height:auto;
		line-height:1.4;
		padding:0;
	}

	footer input
	{
		width:100%;
		margin-top: 5px;
	}

	footer .subscribe-bar
	{
		padding:10px 0 20px 0;
	}

	footer button,
	footer .brochure a
	{
		width:100%;
		position: relative;
		margin-top: 5px;
		top:auto;
	}

	footer.message .subscribe-bar
	{
		display: none;
	}

	footer.message .brochure
	{
		display: none;
	}

	footer.message .subscribe-message
	{
		display: block;
	}

	footer.brochure .subscribe-bar,
	footer.brochure .subscribe-message
	{
		display: none;
	}

	footer.brochure .brochure
	{
		display: block;
	}

	footer .subscribe-message .inner
	{
		padding:20px 0;
	}

	footer .brochure .brochure-container
	{
		width:auto;
		padding:20px 0;
	}

	footer .brochure img
	{
		display: none;
	}
}


footer .main
{
	padding-top:30px;
}

footer .left
{
	width:45%;
	float: left;
}

footer .right
{
	float: left;
	width:50%;
	margin-left: 5%;
}

footer .right .col
{
	width:33%;
	float: left;
}

footer .right ul
{
	margin:0;
	padding:0;
	list-style: none;
}

footer .right a
{
	color: #FFF;
	text-decoration: none;
}

footer .address
{
	font-size: 11px;
	margin-top: 10px;
	line-height: 1.4;
}

footer .address a
{
	color: #FFF;
	font-weight: 700;
}

@media (min-width:1025px)
{
	footer .right a:hover
	{
		text-decoration: none;
		color: #fbad18;
	}
}

@media (max-width:1023px)
{
	footer .right
	{
		font-size: 12px;
	}
}

@media (max-width:767px)
{
	footer .left,
	footer .right
	{
		float:none;
		margin-left: 0;
		width:auto;
	}
	footer .right .col
	{
		float:none;
		width:auto;
	}
	footer .right
	{
		margin-top: 20px;
	}
}

footer .main .links
{
	height:45px;
	position: relative;
}

footer .main .links a.enquire
{
	display: block;
	width:150px;
	padding:0 10px;
	background-color: #0a92d3;
	position: absolute;
	left:0;
	top:0;
	color: #FFF;
	text-decoration: none;
	box-sizing:border-box;
	height:32px;
	line-height: 32px;
	text-align:center;
	text-transform:uppercase;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

@media (min-width:1025px)
{
	footer .main .links a.enquire:hover
	{
		text-decoration: none;
		color: #0a92d3;
		background-color: #FFF;
	}
}

footer .main .links a.enquire .icon
{
	position: absolute;
	right:10px;
	top:7px;
	font-size: 16px;
}

footer .main .links .phone,
footer .main .links .phone-mobile
{
	height:32px;
	line-height: 32px;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	left:170px;
	top:0;
	padding-left: 25px;
	background-image: url("../images/footer-phone.png");
	background-repeat: no-repeat;
	background-size: 17px 25px;
	background-position: left center;
	color: #FFF;
	display: block;
	text-decoration: none;
}

footer .main .links .phone-mobile
{
	display: none;
}

@media (max-width:767px)
{
	footer .main .links
	{
		height:auto;
		padding-bottom: 20px;
	}

	footer .main .links a.enquire
	{
		position: relative;
		width:auto;
		left:auto;
		top:auto;
	}

	footer .main .links .phone
	{
		display: none;
	}

	footer .main .links .phone-mobile
	{
		position: relative;
		width:auto;
		left:auto;
		top:auto;
		margin-top: 10px;
		display: block;
		width: 130px;
	}
}

header nav .destination-menu .menu-right .one-column .countries .column {
width:100%
}

































.more-carousel
{
	background-color: #f2f2f2;
	padding:30px;
	position: relative;
}

.more-carousel .product
{
	padding:0 10px;
}

.more-carousel .product a.product-image
{
	position: relative;
	display: block;
	margin-bottom: 20px;
}

.more-carousel .product a:hover .product-overlay
{
	opacity:1;
}

.more-carousel .product a .product-overlay
{
	z-index: 1;
}

.more-carousel .product a .product-tag
{
	z-index: 2;
}

.more-carousel h2
{
	padding:0 10px;
	margin-bottom: 20px;
	margin-top: 0;
}

.slick-prev
{
	right:31px;
}

.slick-next
{
	right:0;
}

.more-carousel .arrow-container
{
	position: absolute;
	right:0;
	top:0;
}

.more-carousel .arrow-container button
{
	display: block;
	-webkit-appearance:none;
	width:30px;
	height:30px;
	position: absolute;
	top:0;
	border:none;
	background-color: #fbad18;
	color: #FFF;
	font-size: 20px;
	cursor: pointer;
}

.more-carousel .arrow-container button:hover
{
	background-color: #333;
}

.more-carousel .arrow-container button span
{
	display: block;
	position: absolute;
	left:0;
	top:0;
	width:30px;
	height:30px;
	line-height: 28px;
	text-align: center;
}

.box-panel 
{ 
background-color: #0a92d3; 
}

.box-panel .tour-item-mini-title 
{ 
color: #FFF; 
}

.breakout-box 
{ 
background-color: #0a92d3; 
color: #FFF; 
}

.breakout-box p 
{ 
color: #FFF; 
}

header nav ul.primary-nav
{
	display:flex;
	width:95%;
}

header nav ul.primary-nav li
{
	display:table-cell;
}

@media (max-width: 767px)
{
	header nav ul.primary-nav
	{
	  display: none;
	}
}

.main-carousel,
.main-carousel .slide .slide-wrapper,
.main-carousel .slide,
.main-carousel .slide .slide-wrapper .tbl,
.main-carousel .slide .slide-wrapper .tblcell
{
	height:640px;
}

.main-carousel .slide a b
{
	font-family: "Open Sans","Helvetica Neue",Helvetica,Segoe UI,Helvetica,Arial,sans-serif;
	font-weight: 300;
	font-size: 60px;
}


@media (max-width: 1024px)
{
	.main-carousel,
	.main-carousel .slide .slide-wrapper,
	.main-carousel .slide,
	.main-carousel .slide .slide-wrapper .tbl,
	.main-carousel .slide .slide-wrapper .tblcell
	{
		height:500px;
	}
}


@media (max-width: 500px)
{
	.main-carousel,
	.main-carousel .slide .slide-wrapper,
	.main-carousel .slide,
	.main-carousel .slide .slide-wrapper .tbl,
	.main-carousel .slide .slide-wrapper .tblcell
	{
		height:300px;
	}

	.main-carousel .slide a b
	{
		font-size: 40px;
	}
}

.floating-subscribe .floating-subscribe-bar .label .privacy,
footer .subscribe-bar .privacy
{
	position: absolute;
	bottom:-18px;
	left:30px;
}

.floating-subscribe .floating-subscribe-bar .label .privacy a,
footer .subscribe-bar .privacy a
{
	color: #FFF;
	font-size: 12px;
	text-transform: none;
}


@media (max-width: 1024px)
{
	.floating-subscribe .floating-subscribe-bar .label .privacy,
	footer .subscribe-bar .privacy
	{
		position: absolute;
		bottom:0;
		left:396px;
		width:100px;
	}
}


@media (max-width: 767px)
{
	.floating-subscribe .floating-subscribe-bar .label .privacy,
	footer .subscribe-bar .privacy
	{
		position: absolute;
		bottom:0;
		right:0;
		left: auto;
		width:auto;
	}
}


@media (max-width: 390px)
{
	.floating-subscribe .floating-subscribe-bar .label .privacy,
	footer .subscribe-bar .privacy
	{
		position: absolute;
		bottom:0;
		left:0;
		right: auto;
		width:auto;
	}

	footer .subscribe-bar .label
	{
		height:54px;
	}
}

footer .sponsors a
{
	margin-right: 10px;
}


@media (max-width: 1024px)
{
	header .search
	{
		right:20px;
	}
}

@media (max-width: 1024px)
{
	header .search
	{
		right:50px;
	}
}

@media (max-width: 860px)
{
	header nav ul.primary-nav
	{
		width:90%;
	}
}


.itinerary-map
{
	width:auto;
	border-radius:0;
}

.itinerary-map-cone
{
	display: none;
}

.itinerary-map-header .map-overview
{
	display: none;
}

.itinerary-map-hidden
{
	position: relative;
	top:auto;
}

.itinerary-map-overlay
{
	left:0;
	border-radius:0;
	margin-left: 0;
	width:100%;
	display:none
}

.itinerary-map-header-title-wrapper
{
	float: none;
}

.itinerary-map-header
{
	min-height:0;
	padding-bottom:20px;
}

.accordion-header-cta-view-all{
	margin-top:20px
}

.share-box-on-sidebar{
	padding-bottom:20px
}

.nav-tab-item-country .nav-tab-item-icon
{
	display:none
}
@media (max-width:480px)
{
	.nav-tab-item-country{
		width:auto;
		min-width:75px
	}
	.nav-tab-item-country .nav-tab-item-content 
	{
		display:block;
		font-size:11px
	}
	
	.nav-tabs .nav-tab-item-country a
	{
		padding:22px 10px
	}
	
}

.arrowed::after, .button::after {
	content:"";
	box-shadow:none;
	width:auto;
	margin-left:0
}

.button, .button-default, .editor-button a{
	text-transform:uppercase
}

.button--spaced::after {
	margin-left:0
}

.tour-intro-cta ul{
	display:inline;
	margin-left:20px
}

@media (max-width:600px)
{
.tour-intro-cta ul{
    
	margin-left:0px;
	margin-top:10px;
	display:block
}

.tour-intro-cta a.button--large{
    
	min-width:140px
}
}

.tour-intro
{
  width: 800px;
}

.banner-copy .caption 
{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  color: #FFF;
  font-style: italic;
  text-align: right;
}

@media (max-width:767px)
{
.banner-copy .caption 
{
display:none
}
}
.main-carousel .slide{
position:relative;
width:100%
}

.slide .footer-caption 
{
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 10px 0;
  color: #FFF;
  font-style: italic;
  text-align: right;
}

.button-orange{
	background-color:#fbad18
}

.button-orange:hover{
	background-color:#0a92d3
}

.main-carousel button
{
z-index:2;
}

.no-margin-bottom
{
	margin-bottom:0;
}


.sidebar.blue .box
{
	background-color: #0a92d3;
}

.sidebar.blue .box-title
{
	color:#FFF;
}

.sidebar.blue .box-title:last-child
{
	margin-bottom:0;
}

.sidebar-item-order-brochure .button-default
{
	font-size:1.4em;
}

/*start continent styles*/

.country-map-links-container .col
{
	width:230px;
	float:left;
}

.country-map-links-container .col:last-child
{
	width:260px;
}

.clear
{
	clear:both;
}

.country-map-links-container .image-container img
{
	width:260px;
	height:230px;
	display:block;
}

.country-map-links-container .links-container a
{
	color:#0a92d3;
}

.country-map-links-container .links-container ul
{
	margin:0;
	padding:0;
}

.country-map-links-container .links-container ul li
{
	list-style-type:none;
	margin:0;
	padding:0;
	display:block;
}

.country-map-links-container .heading
{
	font-size:20px;
	font-weight:300;
	text-transform:uppercase;
	margin-bottom: 10px;
margin-top: 20px;
}

.country-map-links-container .image-container
{
	margin-top:20px;
}

.country-map-links-container 
{
	margin-bottom:40px;
}

.uppercase
{
	text-transform:uppercase;
}

.blue-cta
{
	position:relative;
	width:100%;
	height:240px;
}

.blue-cta .overlay
{
	position:absolute;
}

.blue-cta .overlay a
{
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
}

.blue-cta .overlay span.number
{
	display:inline-block;
	text-align:center;
}

.no-min-height
{
	min-height:0;
}

.brochure-item-with-copy.new
{
	width:auto;
}

@media (max-width: 930px){
.country-map-links-container .col
{
	width:30%;
}

.country-map-links-container .col:last-child
{
	width:40%;
}
}

@media (max-width: 768px){
.country-map-links-container .col,
.country-map-links-container .col:last-child
{
	width:100%;
}
}
.clear-left
{
   clear:left;
}

.content-description{
margin-bottom:20px
}

@media (max-width: 768px){
.country-map-links-container .image-container {
    display: none;
}
}

a, h1, h2, h3, h4, h5, h6, .weather-box, .weather-item h4, .accordion-header-step-title, .tour-details-table h3, h3.hot-travel-deals{
	color:#fbad18
}

.button, .button-default, .editor-button a, .product-tag, .nav-tabs a,
.carousel-box .flex-next, .carousel-box .flex-prev, .toggle-button-iconed .icon,
.touch .tile-caption-wrapper, .btn-bordered{
	background-color:#fbad18
}

.box-with-image .button-default{
	background-color:#fff
}

.map-overview-highlight-marker{
border:2px solid #fbad18
}

.weather-box-current h3, .weather-item h4{
border-bottom:4px solid #fbad18
}

.button, .button-default, .editor-button a{
	border:none
}


/*end continent styles*/
/* 
good_footregular
HelveticaNeueLTStd


 */
 
 .tour-intro
	{
		width: 100%;
		display: table;
		vertical-align: middle;
		padding-bottom:62px;
	}
	
	.tour-intro-inner{
		    display: table-cell;
    vertical-align: middle;
	}
	
	.tour-intro-header{
	margin:0px;
	}

 @media (max-width: 1200px)
 {
	.banner-megatron-image img{
		width: 100%;
	 }
 }
 
 @media (max-width: 1200px)
{
	.banner-megatron {
		height: 427px;
		width: 1200px;
	}
	
	.banner-megatron-image {
    margin-left: -610px;
	}
	
	.tour-intro-header--small{
	margin-top:30px;
	}
	
	.button-ribbon-group{
		display:none;
	}
	
	.tour-intro-experience-icon{
		display:none;
	}
	
	.tour-intro-header-title h1{
		font-size:4em;
	}
	
}
 
 @media (max-width: 700px)
{
	.banner-megatron {
		height: 560px;
		width: 700px;
	}
	
	.banner-megatron-image {
		margin-left: -350px;
	}
	
	.tour-intro-experience-icon + p{
		display:none;
	}
	
	    
}

@media (max-width: 600px)
{
	.banner-megatron {
		height: 480px;
		width: 600px;
	}
	
	.banner-megatron-image {
    margin-left: -300px;
	}
	
	.tour-intro
	{
		width: 100%;
	}
}
 
 @media (max-width: 400px)
{
	.banner-megatron {
		height: 400px;
		width: 400px;
	}
	
	.banner-megatron-image {
    margin-left: -200px;
	}	
}
 
 
 
@media (max-width: 320px)
{
	.banner-megatron {
		height: 320px;
		width: 320px;
	}
	
	.banner-megatron-image {
    margin-left: -160px;
	}
	
	.tour-intro-inner{
		display: block;
	}
}

.tour-intro-header-title--small h1{
	padding-top:2px;
}

.mobile-nav{
	display:none;
}

.full-screen-banner-secondary__bg-image {
	display: none;
	height: 280px;
	object-fit: cover;
}
@media screen and (max-width: 640px) {
	.full-screen-banner-secondary__bg-image {
		display: block;
	}
	.full-screen-banner-secondary--default .full-screen-banner-secondary__details {
		min-height: auto;
	}
}