
.iBox a {font-weight: normal;}
.ibox-wrapper-credit {
	position: relative;
}

/* @T327473 change credits styling */
.iBox .credits-container {
	width: auto;
	right: 0;
	z-index: 10;
}
.iBox .credits-container .credits {
	margin-right: 0;
}
.iBox .credits-container .credits.open {
	background-color: rgba(180,180,180,.9); /* @T244100 - change bg color of credits for this widget only per client */
}

/*T239881 - Photo credit changes targeting specific imagebox variations */
.iBox.fullwidth  .credits-container {
	z-index: 999;
}

/* Hide credits for logo imagebox */
.iBox .slide.quarter-small .credits {
	/*display: none;*/ /* 327473 show the credits for these imageboxes */
}
.iBox .large-block-grid-5 .credits-container .credits {
	right: 0;
}
.iBox .large-block-grid-5 .credits-container .credits,
.iBox .grid.quarter-small .credits-container .credits {
	/* position the credits higher and make them wider due to the small space */
	padding: 8px 8px 32px;
	word-break: break-word;
}

@media only screen and (max-width: 1024px) {
	/* adjust credits 'i' icon for fullwidth variation */
	.iBox.fullwidth  .credits-container .credits .credits-toggle:before {
		padding-left: 2px;
	}
	.iBox .large-block-grid-5 .credits-container .credits {
		right: 4px;
	}
	.iBox .grid.quarter-small .credits-container .credits {
		/* position the credits higher and make them wider due to the small space */
		padding: 8px 8px 32px;
	}
	.iBox .grid.quarter-small .credits-container .credits .credits-text {
		font-size: 10px;
		line-height: 12px;
	}
}
@media only screen and (max-width: 640px) {
	/* @T244100 - fixes credits/link layering issues */
	.iBox .slide-with-credits-open .slide-info {
		z-index: -1;
	}
	.iBox .credits-container .credits {
		padding: 15px 65px 11px 25px;
		font-size: 11px; 
		line-height: 12px;
	}
	.iBox .large-block-grid-5 .credits-container .credits,
	.iBox .grid.quarter-small .credits-container .credits {
		padding: 8px 60px 8px 25px;
	}
	.iBox .large-block-grid-5 .credits-container .credits {
		right: 0;
	}
	.iBox .grid.quarter-small .credits-container .credits .credits-text {
		font-size: 14px;
		line-height: 16px;
	}
}

/*===============================*/


.iBox a, .iBox a:active,.iBox a:visited,.iBox a:hover,.iBox a:focus{ color: inherit; }

.iBox .slide.half-big,
.iBox .slide.half-bigsm,
.iBox .slide.half-small,
.iBox .slide.half-medium{max-width: 730px;}
.iBox .slide.medium-6{max-width: 365px}

.iBox [class*="column"] + [class*="column"]:last-child{float: left;}

.content_left .iBox .slide,
.content_center .iBox .slide,
.content_right .iBox .slide{
	padding-top: 0;
}
.iBox > .slide {
	padding-top: 18px;
	padding-bottom: 18px;
}

/* @T288552 Imagebox sizes: 1200x1800 / 1200x1668 */
.iBox .slide.columns.fullsix,
.iBox .slide.columns.fulleight {
	padding-left: 0;
	padding-right: 0;
}

.iBox .slide-int{
	position: relative;
	overflow: hidden;
	text-align: left;
}

.iBox .slide-info{
	position: absolute;
	width: 80%;
	bottom: 0;
	left: 0;
	padding: 18px 18px 12px;
	z-index: 1;
	-webkit-transition: bottom ease .5s;
					transition: bottom ease .5s;
}
.iBox .tag{
	position: absolute;
	z-index: 10;
	top: 2px;
	right: 0;
	padding: 3px 6px 1px;
	background: #333;
	color: #FFF;
	font-size: 12px;
	line-height: 12px;
	font-family:'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
	text-transform: uppercase;
	opacity: 0.5;
}
.iBox h2 {
	font-family:'Embedded-DINWebPro-Medium','DIN Next W01 Medium', Arial, sans-serif;
	color: #fff;
	font-size: 28px;
	line-height: 30px;
	padding: 0;
	margin: 0;
	/* @T342883 adding text shadow to imagebox titles */
	text-shadow: 2px 2px 6px rgba(0,0,0,.8);
}

.iBox .desc {
	z-index: 2; /* @T244100 - fixes credits/link layering issues */
	font-size: 17px;
	line-height: 20px;
	font-family: 'Embedded-DINWebPro-Light','DIN Next W01 Light';
	font-weight: lighter;
	color: #fff;
	/* @T342883 adding text shadow to imagebox descriptions */
	text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}
.iBox .hover .desc {
	max-height: 0;
	opacity: 0;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}
.iBox .desc a {
	font-family:'Embedded-DINWebPro-Light','DIN Next W01 Light';
}

/* @T270059 - IE specific text-shadow with no blur radius, workaround for rendering bug */
@media all and (-ms-high-contrast: none) {
	.iBox  h2,
	.iBox .desc {
		text-shadow: 2px 2px 0 rgba(0,0,0,0.8);
	}
}
.iBox .has-gradient h2,
.iBox .has-gradient .desc {
	text-shadow: none;
}

.iBox .links{
	position: absolute;
	padding: 0 10.5px;
	bottom: -50px;
	right: 0px;
	height: 50px;
	display: block;
	z-index: 99;
	background: rgba(51,51,51,.85);
	-webkit-transition: bottom ease .6s;
					transition: bottom ease .6s;
}
.iBox .slide.credit-slide .links{
	right: auto;
	left: 0;
}
.iBox .links .link-item{
	display: inline-block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: transform ease .7s;
					transition: transform ease .7s;
	transition-delay: .06s;
	-webkit-transform: translate(0,100%);
			-ms-transform: translate(0,100%);
    			transform: translate(0,100%);
  -webkit-transform: translate3d(0,100%,0);
    			transform: translate3d(0,100%,0);
}

.iBox .links .trip{
	width: 50px;
	background-image: url(/includes/client_public/icon-trip.png);
	transition-delay: .1s;
}
.iBox .link-more{
	min-width: 70px;
	margin-top: 16px;
	padding: 7px 12px 5px;
	font-family: 'Embedded-DINWebPro-Light','DIN Next W01 Light', Arial, sans-serif;
	display: inline-block;
	background-color: #ed3426;
	font-size: 24px;
	line-height: 22px;
	color: #FFF;
}
.iBox .link-more span{
	display: inline-block;
	width:15px;
	height: 13px;
	margin-left: 10px;
	background-image: url(/includes/client_public/icon-link-arrow.png);
	background-repeat: no-repeat;
	background-position: center;
}
.iBox .photocredit{
	position: absolute;
	width: 100%;
	font-family: 'Embedded-DINWebPro','DIN Next W01 Regular', Helvetica, Roboto, Arial, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #333;
	text-align: right;
	right: 0;
	bottom: -6px;
    padding: 0 18px;
}

/*====================================
		STANDARD
=====================================*/
.iBox .slide.standard .gradient{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 0;
	left: 0;
	top: 0;
	opacity: 0.8;
}
/** standard hover effects **/
.iBox .slide.standard.hover .slide-int:hover .desc{
	opacity: 1;
	max-height: 50px;
}

/** standard fullwidth **/
.iBox .slide.fullwidth .slide-info{
	width: 100%;
	padding: 22px 62px;
}
/* @T325396 removing gradient from 1200x702 variation */
.iBox .slide.fullwidth .gradient {
	display: none;
}

/** standard big-sm **/
.iBox .slide.half-bigsm .slide-info,
.iBox .slide.half-bigsm .gradient{ display: none; }

/*====================================
		MAP PIN
=====================================*/
.iBox .slide.map-pin h2{ font-family:'Swift W01 Regular', Georgia, serif; }
.iBox .slide.map-pin h2:before{
	content: '';
	display: block;
	position: relative;
	float: left;
	width: 23px;
	height: 39px;
	margin-right: 16px;
	background-image: url(/includes/client_public/icon-location.svg);
  	background-size: 100%;
  	background-repeat: no-repeat;
}
.iBox .slide.map-pin .desc{display: none;}

/*====================================
		SEASON
=====================================*/
.iBox .slide.season h2:before{
	content: '';
	display: block;
	position: relative;
	float: left;
	width: 33px;
	height: 33px;
	margin-right: 5px;
	background-repeat: no-repeat;
}
.iBox .slide.season.spring h2:before{ background-image: url(/includes/client_public/imageBox/icon-spring.png); }
.iBox .slide.season.summer h2:before{ background-image: url(/includes/client_public/imageBox/icon-summer.png); }
.iBox .slide.season.autumn h2:before{ background-image: url(/includes/client_public/imageBox/icon-autumn.png); }
.iBox .slide.season.winter h2:before{ background-image: url(/includes/client_public/imageBox/icon-winter.png); }


/*====================================
		GRID
=====================================*/
.iBox.standard-layout .slide.grid{
	max-width: 245px;
	width: 20%;
	margin: 0 auto;
}
.iBox.standard-layout .slide.grid .desc{ display: none; }

.iBox .slide.grid{
	position: relative;
	float: left;
	padding: 18px;
	display: block;
}
@media only screen and (min-width: 1025px){
	.iBox .slide.grid {
		opacity: 1 !important;
	}
}
.iBox .slide.grid .slide-info{
	width: 100%;
	height: 100%;
}
.iBox .slide.grid .slide-info-int{
	position: relative;
	top: 50%;
	-webkit-transform: translate(0,-50%);
			-ms-transform: translate(0,-50%);
					transform: translate(0,-50%);
	-webkit-transform: translate3d(0,-50%,0);
					transform: translate3d(0,-50%,0);
	bottom: 0;
	margin: auto 0;
	opacity: 0;
	-webkit-transition: opacity ease .5s;
					transition: opacity ease .5s;
}
.iBox .slide.grid .link-more-grid{
	color: #ed3426;
	font-family: 'Embedded-DINWebPro-Bold', 'DIN Next W01 Bold', Arial, sans-serif;
	font-weight: normal;
	text-decoration: underline;
}
.iBox .slide.grid h2 {
	font-family:'Embedded-DINWebPro-Light', 'DIN Next W01 Light', Arial, sans-serif;
	font-size: 24px;
	line-height: 28px;
	text-shadow: none;
}
.iBox .slide.grid h2 a {font-weight: normal;}
.iBox .slide.grid .links {
	background: transparent;
	width: 100%;
	text-align: right;
}
.slick-list{width: 100%;}
/** grid hover effects **/
.iBox .slide.grid .slide-int:hover .slide-info{ background: rgba(51,51,51,.95); }
.iBox .slide.grid .slide-int:hover .slide-info-int{ opacity: 1; }

/** grid slick **/
.iBox.grid-layout .slick-slider{
	position: relative;
	width: 100%;
	max-width: 586px;
	margin: 0 auto 66px;
	border: 1px solid #333;
}
.iBox.grid-layout .slick-slider .slick-list{ overflow: hidden; }
.iBox.grid-layout .slick-slider .slide.grid{ padding: 30px 58px; }
.iBox.grid-layout .slick-slider .slide-info{
	position: relative;
	padding: 0 0 24px;
}
.iBox.grid-layout .slick-slider .slide-info-int{
	top: 0;
	opacity: 1;
	-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
  				transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
  				transform: translate3d(0,0,0);
}
.iBox.grid-layout .slick-slider h2{
	font-family:'Embedded-DINWebPro-Medium', sans-serif;
	line-height: 30px;
	padding: 0 0 24px;
	color: #333;
}
.iBox.grid-layout .slick-slider .desc{
	opacity: 1;
	max-height: none;
	color: #333;
	font-family: 'Embedded-DINWebPro', sans-serif;
	line-height: 24px;
	text-shadow: none;
}
.iBox.grid-layout .slick-slider .links {display: none;}
/** slick nav **/
.iBox.grid-layout .slick-prev,
.iBox.grid-layout .slick-next{
	 position: absolute;
  top: 45%;
  z-index: 1001; /* bc slick 1.8 */
  background: rgba(237,52,38,.7);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  color: #FFF;
  line-height: 60px;
  font-size: 30px;
  cursor: pointer;
  margin: 0;
  padding: 0 24px;
}
.iBox.grid-layout .slick-prev:before,
.iBox.grid-layout .slick-next:before { content: ""; }
.iBox.grid-layout .slick-prev{left: -44px; background-position: left center;}
.iBox.grid-layout .slick-next{right: -44px; background-position: right center;}
/** slick remove hover effects **/
.iBox.grid-layout .slick-slider .slide-int:hover .slide-info{ background: transparent; }


/*====================================
		global hover effects
=====================================*/
html.no-touch .iBox .slide-int:hover .links { 
	bottom: 0; 
}
html.no-touch .iBox .slide-int:hover .links .link-item {
	-webkit-transform: translate(0,0);
			-ms-transform: translate(0,0);
    			transform: translate(0,0);
  -webkit-transform: translate3d(0,0,0);
    			transform: translate3d(0,0,0);
}

/*====================================
		c1-c3 overrides
=====================================*/
.c1-c3 .iBox .slide.half-big,
.c1-c3 .iBox .slide.half-bigsm,
.c1-c3 .iBox .slide.half-medium,
.c1-c3 .iBox .slide.half-small{ width: 50%; }
.c1-c3 .iBox .slide.medium-6{ width: 25%; }

@media only screen and (max-width: 1024px){
	.c1-c3 .iBox .slide.half-big,
	.c1-c3 .iBox .slide.half-bigsm,
	.c1-c3 .iBox .slide.half-medium,
	.c1-c3 .iBox .slide.half-small{width: 100%;}
	.c1-c3 .iBox .slide.medium-6{width: 50%;}

	.iBox > .slide {
		padding-top: 11px;
		padding-bottom: 11px;
	}

	.iBox {max-width: 730px; margin:0 auto; text-align: center;}
	.iBox .slide.quarter-big,
	.iBox .slide.quarter-medium{padding: 11px;}

	/** full width override **/
	.iBox .slide.fullwidth h2{font-size: 24px; line-height: 30px;}
	.iBox .slide.fullwidth .slide-info{  padding: 22px 28px;}

	/** hover override **/
	.iBox .hover .desc{max-height: none;opacity: 1;}
	.iBox .links {display: none;}
	.iBox .slide.standard.hover .slide-int:hover .desc {max-height: none;}
	.iBox .slide.standard.hover .slide-int:hover .slide-info{bottom: 0;}

	.iBox .photocredit{padding: 0 11px;}
}

@media only screen and (max-width: 767px) {
	.iBox { max-width: 768px;}
	.iBox.grid-layout .slick-prev{left: -18px; background-position: left -4px center;}
	.iBox.grid-layout .slick-next{right: -18px;background-position: right -4px center;}

	.iBox.standard-layout .slide.grid{width: 100%; max-width:238px; margin: 0 auto; float: none; clear: both;}
}

@media only screen and (max-width: 640px) {
	.iBox.fullwidth {padding: 0; margin: 0 auto;}

	.iBox > .slide,
	.iBox .slide.grid,
	.iBox .slide.quarter-big,
	.iBox .slide.quarter-medium {
		padding-left: 0;
		padding-right: 0;
	}

	.iBox > .slide img {
		width: 100%;
	}

	/*.iBox.standard-layout .standard*/
	.iBox.standard-layout .standard,
	.iBox.standard-layout .slide.grid{max-width: 100%;}


	.iBox.standard-layout .standard.linktext img {
		width: 100%;
	}
	.iBox .slide.standard.linktext .slide-info {
		position: absolute; 
		background: transparent;
	}
	.iBox .slide.linktext .link-more {
		width: inherit;
	}

/* ----------------------------- */

	.iBox .slide-info{width: 100%;padding: 18px 7px 12px;}
	.iBox h2 {font-size: 18px; line-height: 24px;}
	.iBox .desc{font-size: 15.5px; line-height: 20px;}

	.c1-c3 .iBox .slide.medium-6{width: 100%;}

	/** grid override **/
	.iBox.grid-layout .slick-slider{max-width: 280px; margin-bottom: 50px;}
	.iBox.grid-layout .slick-slider .slide.grid{padding:10px 15px 15px;}
	.iBox.grid-layout .slick-slider .slide-info-int {padding: 0 15px;}
	.iBox.grid-layout .slick-slider h2{font-size: 21px; padding: 0 0 5px;}
	.iBox.grid-layout .slick-slider .desc{font-size: 14px; line-height: 20px;}

	/** full width override **/
	.iBox .slide.fullwidth h2{font-size: 16px; line-height: 22px;}
	.iBox .slide.fullwidth .slide-info{padding: 16px 9px;}
	/* @T244100 - making credits toggle clickable when title is displayed */
	.iBox .slide.fullwidth.credit-slide .slide-info{padding-bottom: 0; margin-bottom: 22px;}

	/**  T238515 - Display ibox links on mobile */
	/*.iBox .slide.fullwidth .slide-info{display:none; position: relative; background: #333;}*/
	/*.iBox .link-more {width: 100%; text-align: center;}*/
	
	/* @T288552 Imagebox sizes: 1200x1800 / 1200x1668 */
	.iBox .slide.fullsix,
	.iBox .slide.fulleight {
		max-width: none;
		padding-left: 18px;
		padding-right: 18px;
	}
	/* set max-width for square on mobile */
	.iBox .slide.fullsix.square,
	.iBox .slide.fulleight.square {
		max-width: 316px;
	}
	
	.iBox .slide.fullwidth .slide-info.has-info{display: block;}
	.iBox .link-more {width: 100%; text-align: center; margin-left: 18px;}


	.iBox .slide.season h2:before{top: -7px;}
}



/*===================================================================
		FULL WIDTH
====================================================================*/
.iBox.fullwidth{
	padding: 0;
}
.iBox .fullwidth-screen-slide a,
.iBox .fullwidth-screen-slide a:active,
.iBox .fullwidth-screen-slide a:visited,
.iBox .fullwidth-screen-slide a:hover,
.iBox .fullwidth-screen-slide a:focus{ color: inherit;}

.iBox .fullwidth-screen-slide{
	position: relative;
	padding-top: 18px;
	padding-bottom: 18px;
	opacity: 0;
}
.iBox.fullwidth .fullwidth-screen-slide{
	opacity: 1;
}
.iBox .fullwidth-screen-slide .image-full{
	position: relative;
	height: 630px;
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
}
.iBox .fullwidth-screen-slide .image-full img{
	display: none;
}
.iBox .fullwidth-screen-slide .slide{
	position: relative;
	width: 100%;
	max-width: 1200px;
	margin:0 auto;
	z-index: 101;
}
.iBox .fullwidth-screen-slide .slide-info{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 18px 18px 12px 55px;
	z-index: 100;
}
.iBox .fullwidth-screen-slide .slide-int{
	position: relative;
	text-align: left;
}
.iBox .fullwidth-screen-slide h2 {
	font-family:'Swift W01 Regular', Georgia, serif;
	color: #fff;
	font-size: 28px;
	line-height: 34px;
	padding: 0;
	margin: 0;
	text-align: left;
	text-shadow: 2px 2px 8px rgba(0,0,0,0.7);
}
@media all and (-ms-high-contrast: none) {
	.iBox .fullwidth-screen-slide h2 {
		text-shadow: 2px 2px 0 rgba(0,0,0,0.7);
	}
}

.iBox .fullwidth-screen-slide h2 a {font-weight: normal;}
.iBox .fullwidth-screen-slide h2:before{
	content: '';
	display: block;
	position: relative;
	float: left;
	width: 23px;
	height: 39px;
	margin-right: 16px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.iBox .fullwidth-screen-slide .photocredit{
	position: absolute;
	width: 100%;
	max-width: 1236px;
	left: 0;
	right: 0;
	margin:0 auto;
	font-family:'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
	font-size: 14px;
	line-height: 32px;
	color: #333;
	text-align: right;
	padding: 0 18px;
}

@media only screen and (max-width: 1024px){
	.iBox .fullwidth-screen-slide .slide-info{padding-left: 40px;}
	/*html.no-touch*/ .iBox .fullwidth-screen-slide .image-full{background-attachment: scroll; background-size: 100% auto; background-position: center; }
	.iBox .fullwidth-screen-slide .photocredit{position: relative; padding:18px 20px 0;}

	.iBox .fullwidth-screen-slide .image-full {background-image: none !important; height: auto;}
	.iBox .fullwidth-screen-slide .image-full img{display: block;}
}

@media only screen and (max-width: 640px){
	.iBox .fullwidth-screen-slide .slide-info {padding-left: 20px;}
	.iBox .fullwidth-screen-slide h2 {font-size: 20px; line-height: 20px;}
	.iBox .fullwidth-screen-slide .photocredit{line-height: 14px; }
}
