body.debug{
	/* visibility:visible; */
}

/* ============================================================================
   Media Queries:LAYOUT 1:1-599px
   ========================================================================= */


@media screen and (max-width:599px){
	/* ----- 
	LAYOUT 1 - DESTINATION PROGRAM (DAY BY DAY ITINARY) 
	min-width:1px
	max-width:599px
	----- */

}

/* ============================================================================
   Media Queries:LAYOUT 2:600-1199px
   ========================================================================= */ 
 
@media screen and (min-width:600px) and (max-width:1199px){
	/* ----- 
	LAYOUT 2 - DESTINATION PROGRAM (DAY BY DAY ITINARY) 
	min-width:600px
	max-width:1199px
	----- */

}

/*@media screen and (min-width:600px)*/
@media screen and (min-width:600px) and (max-width:1199px){

	/* ----- 
	DESTINATION PROGRAM (DAY BY DAY ITINARY) 
	min-width:600px
	----- */

	/** DESTINATION PROGRAM (DAY BY DAY ITINARY) - ICON LEFT */	
	.destination-program-item{
		width:auto;
		padding:0.5em 0;
		padding-left:120px;
		padding-right:30px;
		overflow:hidden;
	}
	
	.destination-program-item:first-of-type{
		padding-top:0;
	}
	
	.destination-program-item:last-of-type{
		padding-bottom:0;
	}
	
	.destination-program-item:before{
		left:35px;	
	}
	
	/*.destination-program-item:first-of-type:before,*/
	.destination-program-first-item:before{
		top:2em;
		height:calc(100% - 2em);
	}
	
	.destination-program-item:last-of-type:before,
	.destination-program-last-item:before,
	.destination-program-footertext-item:before{
		display:none;
	}
	
	.destination-program-item-inner{
		width:calc(800px + 4em);
		padding:2em;
	}
	
	.destination-program-icon{
		position:absolute;
		left:0;
		top:0.5em;
		width:120px;
		text-align:left;
		height:70px;
		line-height:70px;
		padding:0;
	}
	
	.destination-program-icon:after{
		top:0;
		right:0;
		bottom:0;
		left:auto;
		border:1em solid transparent;
		border-left:none;
		border-right-color:var(--color-lightgray);
	}
	
	.destination-program-footertext-icon:after{
		border-right-color:var(--color-lightgray-dark);
	}
	
	.destination-program-icon-symbol-inner{
		font-size:70px;
		left:0;
	}
	
	.destination-program-icon-day-inner{
		font-size:35px;
		left:17px;
	}

}

/*@media screen and (min-width:840px)*/
@media screen and (min-width:840px) and (max-width:1199px){

	/* ----- 
	DESTINATION PROGRAM (DAY BY DAY ITINARY) 
	min-width:840px
	----- */
	.destination-program-utilitybar-list{
		right:0;
	}	
	
	.destination-program-item{
		padding-right:0;
	}
}

/* ============================================================================
   Media Queries:LAYOUT 3:1200- (*-desktop.css)
   ========================================================================= */  
@media screen and (min-width:1200px){

	/* ----- 
	LAYOUT 3 - DESTINATION PROGRAM (DAY BY DAY ITINARY) 
	min-width:1200px
	----- */
	
}