#combowizard .wizardnotification	{ display: none; text-align: left; }
#combowizard.wizard-container 		{ text-align: center; margin: auto }
#combowizard .groups 				{ height: auto; border: 1px solid #D2D2D2; width: 100%; background-color: #F8F8F8; margin-top: 20px;
										box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
										-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
										-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.16);
}

#combowizard .options 			{ height: 45px; text-align: right; padding-right: 10px; }
#combowizard .icon 				{ width: 60px; float: left; margin-bottom: 10px; height: 70px; line-height: 70px; margin: 0 15px; }
#combowizard .icon-complete		{ width: 60px; }

#combowizard .info 				{ text-align: left; float:left; width:183px; margin-right:15px; }
#combowizard .info h3,
#combowizard .info p 		{ margin-bottom: 0; }

#combowizard .info h3 		{margin-top: 10px;}

#combowizard .opt 			{width:40px; height:45px; cursor: pointer; display: inline-block; }

#combowizard .opt.flight	{ background: url('https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Media/Default/icons/general/Flight-icon-button.png') center no-repeat;}
#combowizard .opt.car		{ background: url('https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Media/Default/icons/general/Car-icon-button.png') center no-repeat;}
#combowizard .opt.hotel		{ background: url('https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Media/Default/icons/general/Hotel-icon-button.png') center no-repeat;}

#combowizard .opt.flight.selected{ background: url('https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Media/Default/icons/general/Flight-icon-selected-state.png') #0092B3 center no-repeat; }
#combowizard .opt.car.selected{ background: url('https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Media/Default/icons/general/Car-icon-selected-state.png') #0092B3 center no-repeat; }
#combowizard .opt.hotel.selected{ background: url('https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Media/Default/icons/general/Hotel-icon-selected-state.png') #0092B3 center no-repeat; }

#combowizard .grp-container {border: 1px solid #D2D2D2; height: 120px; width: 100%; position: relative;
 							 background-size: cover; background-repeat: no-repeat; background-position: center;
  							 margin-bottom: 2px; cursor: pointer;}

#combowizard .car .grp-container,
#combowizard .hotel .grp-container{display:none; }

 #combowizard .step-1,#combowizard  .step-2,#combowizard  .step-3,#combowizard  .step-4 {
	  height: 80px; position: relative; }

#combowizard .info-container {
  							background-image: url(https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Themes/kulula-responsive/Content/black/gen/bg-70blk.png); text-align: left; color: #8BC63E; position: absolute; bottom: 0; margin: 0;
 							width: 100%; padding: 0 10px; height: 34px; font-weight: bold; line-height: 34px; }
#combowizard .star-rating 	{float: right; }
#combowizard .star 			{font-size: 20px; color: #DAA520; }
#combowizard .choose-label 	{float: left; }
#combowizard .book 			{text-align: left; padding: 0px 20px; }

#combowizard .divider 		{position: absolute; bottom: 15px; z-index: 999; width: 100%; }
#combowizard .divider::before,#combowizard  .divider:before,#combowizard  .divider::after,#combowizard  .divider:after{
	content: ''; display: block; height: 35px; width: 35px; border-radius: 50%; position: absolute;
}
#combowizard .divider::before,#combowizard  .divider:before {
	left: -21px; background-image: url(https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Media/Default/Page/combine-and-save/half-circle.png);
    transform: rotate(270deg); }
#combowizard .divider::after,#combowizard  .divider:after {
	right: -21px; background-image: url(https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Media/Default/Page/combine-and-save/cirlce-bottom.png);
	transform: rotate(270deg); }
#combowizard .book {border-top: 1px solid #D2D2D2; border-bottom: 1px solid #D2D2D2;}


@media only screen and (min-width: 768px) {
  #combowizard .options 	{ float: right; width: 6%; padding: 0; }
  #combowizard .group 		{ float: left; width: 94%; }
	
	#combowizard .step-1,
	#combowizard .step-2,
	#combowizard .step-3,
	#combowizard .step-4 	{ float: left; width: 25%; border-right: 1px solid #D2D2D2; height: 250px; }
	
  #combowizard.wizard-container { max-width: 850px; width: 100%; }
	#combowizard .destinations,
	#combowizard .booking-info,
	#combowizard .car-options,
	#combowizard .hotel-options { width: 75%; float: left; }
	
  #combowizard .grp-container { float: left; width: 33.3%; height: 250px; border-right: 1px solid #D2D2D2; margin-bottom: unset; }
  #combowizard .icon { margin: 0 auto; margin-top: 30px; float: none; padding: unset; }
  #combowizard .icon-complete { width: 110px; }
  #combowizard .icon-4		  { margin: 0 auto; margin-top: 35px; width: 100%; height:90px; }
  #combowizard .info 		  { text-align: center; float:none; margin-right: 15px; margin-left: 15px; width:auto; }
  #combowizard .info h3 	  {margin-top: 20px;}
  #combowizard .info h3,
  #combowizard .info p        {margin-bottom: 5px;  }
	
  #combowizard .skip		  { color: #00BCE3; text-decoration: underline; cursor: pointer;}
  #combowizard .opt 		  { margin: 0 auto; float: none; width:100%; }
  #combowizard .opt.selected  { margin: 0 auto; float: none; }
  #combowizard .star-rating   { float: none; line-height: 20px; }
  #combowizard .choose-label  { float: none; margin: 0; line-height: 1.2; margin-top: 7px; }
  #combowizard .info-container { font-weight: bold; }
  #combowizard .book 		  { border-right: 1px solid #D2D2D2; height: 250px; }
  #combowizard .hotel-options .info-container { height: 50px; }

  #combowizard .divider 	  { height: 250px; bottom: auto; right: 0; width: 1px; top: 0; }
  #combowizard .divider::before,#combowizard .divider:before {
	left: -15px; top: -20px; transform: none;
	}
  #combowizard .divider::after,#combowizard .divider:after {
	right: auto; bottom: -21px; left: -15px; transform: none;
	background-image: url(https://web.archive.org/web/20210802035620im_/https://www.kulula.com/Media/Default/Page/combine-and-save/cirlce-bottom.png); }
}
/*
     FILE ARCHIVED ON 03:56:20 Aug 02, 2021 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 09:42:19 Aug 09, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.672
  exclusion.robots: 0.029
  exclusion.robots.policy: 0.017
  esindex: 0.012
  cdx.remote: 43.609
  LoadShardBlock: 251.088 (3)
  PetaboxLoader3.datanode: 176.178 (4)
  load_resource: 116.894
  PetaboxLoader3.resolve: 66.202
*/