.custom_imagebox { position: relative; overflow: hidden; margin-bottom: 30px; }
.custom_imagebox img { width: 100%; }
.custom_imagebox .text {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 20px;
	background-image: url("/includes/public/assets/patterns/brushed-metal-teal.png");
}
.custom_imagebox .text.open {
	padding-top: 100%;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.custom_imagebox .text.closed {
	padding-top: 20px;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.custom_imagebox .text .ib-title {
	padding-right: 40px;
	background-image: url("/includes/public/assets/imagebox/dropdown-arrow.png");
	background-position: right center;
	background-repeat: no-repeat;
	font-family:'ITC Machine W03 Medium';
	font-size: 28px;
	line-height: 32px;
	letter-spacing: 2px;
	color: #fff;
	text-shadow: 1px 1px rgba(51, 51, 51, 0.9);
	text-transform: uppercase;
	cursor: pointer;
}
.custom_imagebox .text.open .ib-title {
	background-image: url("/includes/public/assets/imagebox/dropdown-arrow-open.png");
}
.custom_imagebox .text.closed .ib-title { margin-bottom: 0; }
.custom_imagebox .text.open .ib-title { margin-bottom: 15px; }
.custom_imagebox .text p {
	margin-bottom: 0;
	font-family:'CallunaSansW01-Regular';
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px rgba(51, 51, 51, 0.9);
}
.custom_imagebox .text.open p {
	opacity: 1;
	height: 72px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}
.custom_imagebox .text.closed p {
	opacity: 0;
	height: 0;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.custom_imagebox .text a {
	display: block;
	margin-bottom: 0;
	font-family:'Calluna Sans W01 Bold';
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px rgba(51, 51, 51, 0.9);
	text-transform: uppercase;
}
.custom_imagebox .text a:hover { text-decoration: none; }
.custom_imagebox .text a span {
	font-family:'CallunaSansW01-Regular';
	letter-spacing: -1px;
	color: #6ae4ff;
}

/*** imagebox grid ***/
.content-left .imagebox-grid.columns{
	float: none;
	width: 100%;
	max-width: 330px;
}
.imagebox-grid.columns{
	max-width: 330px;
	padding: 0 7.5px;
	margin: 0 auto 30px;
}
.imagebox-grid.columns:nth-child(3n+1){
  clear: left;
}
.imagebox-grid[class*="column"] + [class*="column"]:last-child {
  float: left;
}
.imagebox-grid .image{
	position: relative;
}
.imagebox-grid .image img{
	padding: 4px;
  	border: 1px solid #d5d5d5;
  	margin: 0 5px 0 0;
}
.imagebox-grid .title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
  	padding: 0 16px 8px;

	font-family: 'Calluna Sans W01 Bold';
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-shadow: 1px 1px 7px rgba(51, 51, 51, 0.9);
	text-transform: uppercase;
}
.imagebox-grid .desc{
	margin: 5px 0 0;
  	font-family: 'CallunaSansW01-Regular';
  	font-size: 16px;
  	line-height: 18px;
  	color: #333;
}

/******* places to see ***********/
.iBox.places{
	width: 100%;
	padding-left: 55%;
}
.iBox.places h3{
	font-size: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0 0 20px;
	color: #b95915;
	font-family:'ITC Machine W03 Medium';
}
.iBox.places .items{
	width: 100%;
	min-height: 436px;
	background: #FFF;
	position: relative;
	padding: 20px 30px;
}
.iBox.places .item{
	width: 100%;
	margin-bottom: 14px;
}
.iBox.places .image{
	float: left;
	padding-right: 10px;
}
.iBox.places .image img{
	border: 1px solid #e1e1e1;
}
.iBox.places .title{
	text-transform: uppercase;
	font-size: 16px;
	line-height: 16px;
	color: #009fc3;
	font-family:'Calluna Sans W01 Bold';
	padding:3px 0 6px;
	
	white-space: nowrap; 
	overflow: hidden;
    text-overflow: clip; 
}
.iBox.places .desc{
	font-size: 14px;
	line-height: 14px;
	font-family:'CallunaSansW01-Regular';
	color: #333;
}
.iBox.places .places-link{
	display: block;
	position: absolute;
	bottom: 20px;
	right: 30px;
	color: #b95915;
	font-family:'Calluna Sans W01 Bold';
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.5px;
	margin: 0 auto;
}


/******* itinerary links ***********/
.iBox.itinerary h3{
	width: 100%;
	text-align: center;
	font-size: 34px;
	line-height: 34px;
	margin: 0;
	padding: 0 0 20px;
	color: #b95915;
	font-family:'ITC Machine W03 Medium';
}
.iBox.itinerary .items{
	width: 100%;
	max-width: 1054px;
	margin: 0 auto;
}
.iBox.itinerary a:hover{text-decoration: none;}
.iBox.itinerary .item{
	position: relative;
	display: block;
	float: left;
	width: 200px;
	height: 74px;
	background-color: #d8d2c9;
	color: #8a7a67;
	font-family:'ITC Machine W03 Medium';
	font-size: 32px;
	line-height: 74px;
	text-align: center;

	margin-right: 28px;
}
.iBox.itinerary .item span{
	text-shadow: 1px 1px 1px #fff;
	display: inline-block;
	background-image: url("/includes/public/assets/imagebox-arrow.png");
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 40px;
}
.iBox.itinerary .border-slant:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-top: 74px solid #d8d2c9;
}
.iBox.itinerary .border-slant:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 0;
  border-left: 20px solid #d8d2c9;
  border-top: 74px solid transparent;
}

.iBox.itinerary .row-1.item{width: 230px; }
.iBox.itinerary .row-1.item.border-slant:before{border: none;}

.iBox.itinerary .item.itin-link{
	background-color: #009fc3;
	color: #FFF;
	width: 340px;
	padding-left: 16px;
	text-align: left;
	margin-right: 0;
}
.iBox.itinerary .item.itin-link a {color:#fff;}
.iBox.itinerary .item.itin-link span{
	background-image: url("/includes/public/assets/imagebox-arrow-blue.png");
	background-position: center right;
	background-repeat: no-repeat;
	padding-right: 40px;
	text-shadow:none;
}

.iBox.itinerary .itin-link.border-slant:before { border-color: #009fc3 transparent; }
.iBox.itinerary .itin-link.border-slant:after{border: none;}

@media only screen and (max-width: 1110px) {

	.iBox.itinerary .items {max-width: 700px;}
	.iBox.itinerary .item{width: 130px; margin-right: 24px; text-align: left; padding-left: 15px; }
	.iBox.itinerary .row-1.item{width: 150px; padding-left: 25px;}
	.iBox.itinerary .item.itin-link{width: 216px; line-height: 28px; padding: 10px 16px;}


	.custom_imagebox img { float: left; width: 330px; }
	.custom_imagebox .text {
		position: relative;
		float: left;
		top: 0;
		left: initial;
		padding: 0;
		padding-left: 330px;
		margin-left: -330px;
		width: 100%;
		height: 380px;
		background: none;
	}
	.custom_imagebox .text.closed {
		padding-top: 0;
	}
	.custom_imagebox .text .content {
		position: relative;
		padding: 20px;
		height: 100%;
		background-image: url("/includes/public/assets/patterns/brushed-metal-blue.png");
	}
	.custom_imagebox .text .content .inner {
		position: absolute;
		left: 20px;
		bottom: 50px;
		right: 20px;
	}
	.custom_imagebox .text.closed .ib-title { padding-right: 0; margin-bottom: 15px; background-image: none; cursor: default; }
	.custom_imagebox .text.closed p {
		opacity: 1;
		height: auto;
	}
	.custom_imagebox .text a {
		display: inline-block;
	}
	
	.iBox.places {padding-left: 49%;}
	.iBox.places .items{padding: 14px 10px 14px 20px; min-height: 424px; }
	.iBox.places h3 { padding-bottom: 14px;}
	.iBox.places .places-link{left: 0; right: 0; text-align: center; bottom: 14px;}
}
@media only screen and (max-width: 767px) {
	.imagebox-grid[class*="column"] + [class*="column"]:last-child,
	.imagebox-grid.columns{width:100%; padding:0; float: none;}

	.iBox.places {padding-left: 0;}

	
	.iBox.itinerary .border-slant:before,
	.iBox.itinerary .border-slant:after {border: none;}

	.iBox.itinerary .items {max-width: 100%; padding: 0 20px;}
	.iBox.itinerary .item{width: 100%; margin: 0 0 4px; text-align: center; padding: 0;}
	.iBox.itinerary .row-1.item{width: 100%; padding-left: 0;}
	.iBox.itinerary .item.itin-link{width: 100%; text-align: center;}

	.iBox.itinerary .item.itin-link span{ text-align: left; display: inline-block; max-width: 182px;}


}
@media only screen and (max-width: 640px) {
	.custom_imagebox { width: 280px; margin: 0 auto 30px; }
	.custom_imagebox img { float: none; width: 100%; }
	.custom_imagebox .text {
		position: absolute;
		float: none;
		top: initial;
		left: 0;
		padding: 20px;
		margin-left: 0;
		width: 100%;
		height: auto;
		background-image: url("/includes/public/assets/patterns/brushed-metal-teal.png");
	}
	.custom_imagebox .text.closed {
		padding-top: 20px;
	}
	.custom_imagebox .text .content {
		position: static;
		padding: 0;
		height: auto;
		background: none;
	}
	.custom_imagebox .text .content .inner {
		position: static;
		left: initial;
		bottom: initial;
		right: initial;
	}
	.custom_imagebox .text.closed .ib-title {
		padding-right: 40px;
		margin-bottom: 0;
		background-image: url("/includes/public/assets/imagebox/dropdown-arrow.png");
		cursor: pointer;
	}
	.custom_imagebox .text.closed p {
		opacity: 0;
		height: 0;
	}
	.custom_imagebox .text a {
		display: block;
	}

	.iBox.places .image{padding-bottom: 35px;}
	.iBox.places .items { padding: 14px 10px 30px 20px; }
}