.iBox .image .credits { display: none; }
.iBox a {font-weight: normal;}
.iBox .credits {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 8px 85px 8px 25px;
	font-family:'Embedded-DINWebPro','DIN Next W01 Regular', Arial, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #fff;
	background-color: transparent;
}
.iBox .credits.open {
	background-color: rgba(180,180,180,.9); /* @T244100 - change bg color of credits for this widget only per client */
	z-index: 4; /* @T244100 - fixes credits/link layering issues */
}

.iBox .credits .credits-text { opacity: 0; }
.iBox .credits.open .credits-text { opacity: 1; }
.iBox .credits .credits-text span { text-transform: uppercase; }
.iBox .credits .credits-toggle {
	position: absolute;
	z-index: 5; /* @T244100 - fixes credits/link layering issues */
	right: 15px;
	bottom: 2px;
	font-size: 12px;
	line-height: 15px;
	-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);
	cursor: pointer;
}

/* Credit Text Styles */

.iBox .slide > .credits-text {
	background-color: rgba(51, 51, 51, 0.952941);
    position: absolute;
    opacity: 1;
    color: #fff;
    font-size: 11px;
    padding: 7px;
    z-index: 1;
    min-width: 200px;
	left: 95px;
    bottom: -30px;
    display: none;
}

/*T239881 - Photo credit changes targeting specific imagebox variations */

/* Hide credits for logo imagebox */
.iBox .slide.quarter-small .credits {
	display: none;
}

@media only screen and (max-width: 768px) {
	.iBox .slide > .credits-text {
    	left: 115px;
	}
}

@media only screen and (max-width: 640px) {
	.iBox .image .credits { display: block; }

	.iBox .credits .credits-toggle {
		-webkit-transform: none;
				-ms-transform: none;
		        transform: none;
	}
	
	/* @T244100 - fixes credits/link layering issues */
	.iBox .slide-with-credits-open .slide-info {
		z-index: -1;
	}
}

@media only screen and (max-width: 375px) {
	.iBox .credits {
	    z-index: 4;
	    padding: 8px 0px 0px 7px;
	    font-size: 11px;
	    line-height: 16px;
	    text-align: left;
	}

	.iBox .credits .credits-toggle {
    	right: 10px;
	}

	.iBox .slide.quarter-medium .credits.open {
		padding: 8px 65px 8px 25px;
	}

}

/*===============================*/


.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.columns,
.content_right .iBox .slide.columns{
	padding-top: 0;
}
.iBox .slide.columns{
	padding-top: 18px;
	padding-bottom: 18px;
}

.iBox .slide-int{
	position: relative;
	overflow: hidden;
	text-align: left;
}

.iBox .image{
	position: relative;
	-webkit-transform: scale(1.1);
			-ms-transform: scale(1.1);
					transform: scale(1.1);
	-webkit-transition: transform ease .5s;
  				transition: transform ease .5s;
}
.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: 18px;
	right: 0;
	padding: 8px 15px 6px;
	background: #FFF;
	color: #333;
	font-size: 14px;
	line-height: 14px;
	font-family:'Embedded-DINWebPro-Bold','DIN Next W01 Bold', Arial, sans-serif;
}
.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;
}
.iBox .hover .desc{
	max-height: 0;
	opacity: 0;
  -webkit-transition: all ease .5s;
					transition: all ease .5s;
}
.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;
}
.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 .pinterest{
	position: relative;
	width: 40px;
	background-image: url(/includes/client_public/icon-pin.png);
}
.iBox .links .pinterest span,
.iBox .links .pinterest a{
	display: block;
	width: 100% !important;
  height: 100% !important;
	opacity: 0;
	background-image: none !important;
}
.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;
	background: -webkit-linear-gradient(transparent,transparent,transparent, #000000);
  background: -o-linear-gradient(transparent,transparent,transparent, #000000);
  background: -moz-linear-gradient(transparent,transparent,transparent, #000000);
  background: linear-gradient(transparent,transparent,transparent, #000000);
  opacity: 0.8;
}
/** standard hover effects **/
.iBox .slide.standard.hover .slide-int:hover .slide-info{ bottom: 50px; }
.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;
}
/** 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.grid-layout{ padding: 0 13px; }
.iBox .slide.grid{
	position: relative;
	float: left;
	padding: 15px;
	display: block;
}
.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', 'DIN Next W01 Regular', Arial, sans-serif;
	font-weight: bold;
	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;
}
.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', 'DIN Next W01 Medium', Arial, sans-serif;
	line-height: 30px;
	padding: 0 0 24px;
	color: #333;
}
.iBox.grid-layout .slick-slider .image{
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
}
.iBox.grid-layout .slick-slider .desc{
	opacity: 1;
	max-height: none;
	color: #333;
	font-family: 'Embedded-DINWebPro', 'DIN Next W01 Regular', Arial, sans-serif;
	line-height: 24px;
}
.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: 400;
  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
=====================================*/
.iBox .hover .slide-int:hover .image{
	-webkit-transform: scale(1);
			-ms-transform: scale(1);
					transform: scale(1);
}
.iBox .slide-int:hover .links{ bottom: 0; }
.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 {max-width: 730px; margin:0 auto; text-align: center;}
	.iBox .slide.columns{padding: 11px;}

	/** full width override **/
	.iBox .slide.fullwidth h2{font-size: 24px; line-height: 30px;}
	.iBox .slide.fullwidth .slide-info{  padding: 22px 28px;}
	.iBox .slide.fullwidth .gradient{
		background: -webkit-linear-gradient(transparent,transparent, #000000);
    background: -o-linear-gradient(transparent,transparent, #000000);
    background: -moz-linear-gradient(transparent,transparent, #000000);
    background: linear-gradient(transparent,transparent, #000000);
	}
	/** hover override **/
	.iBox .hover .desc{max-height: none;opacity: 1;}
	.iBox .image{-ms-transform: scale(1); -webkit-transform: scale(1); transform: scale(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; margin: 0 -18px; padding: 0;}
	.iBox.grid-layout .slick-prev{left: -20px; background-position: left -4px center;}
	.iBox.grid-layout .slick-next{right: -20px;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;}

/*T@238515: Negative margins added to provide for viewport sized images
/ ======== */

	.iBox.standard {
		margin: 0 -18px;
	}
	.iBox .slide.columns{padding: 16px 18px; display: inline-block; float: none!important;}

	/*.iBox.standard-layout .standard*/
	.iBox.standard-layout .standard,
	.iBox.standard-layout .slide.grid{max-width: 316px;}


	.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.linktext .credits {
		z-index: 200;
		display: block;
	}
/* ----------------------------- */

	.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;}
	.iBox .slide.fullwidth .gradient{display: none;}

	/**  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;}*/
	
	.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;}

	.iBox .credits {padding: 8px 65px 8px 25px; font-size: 11px; line-height: 12px;}
}



/*===================================================================
		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 .gradient{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 100;
	left: 0;
	bottom: 0;
  background: -webkit-linear-gradient(transparent,transparent,transparent, #000000);
  background: -o-linear-gradient(transparent,transparent,transparent, #000000);
  background: -moz-linear-gradient(transparent,transparent,transparent, #000000);
  background: linear-gradient(transparent,transparent,transparent, #000000);
  opacity: 0.8;
}
.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;
}
.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; }
}
