img {
  height: auto;
  vertical-align: middle;
  border: 0;
}


.tile-container:after {
  clear: both;
}


@media screen and (min-width:769px) {
	.tile {
	  float: left;
	margin-top: 11px;
	  margin-left: 7px;
	  background-color: transparent;
	  box-shadow: inset 0 0 1px #FFFFCC;
	  position: relative;
	  overflow: hidden;
	  -webkit-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	}
}
@media screen and (max-width: 1024px) and (orientation: landscape) {		
	.tile {
	  float: left;
	  margin-top: 5px;
	  margin-left: 2px;
	  background-color: transparent;
	  position: relative;
	  overflow: hidden;
	  -webkit-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	}

}

@media screen and (max-width: 1366px) {		
	.tile {
	  float: left;
	  margin-top: 10px;
	  margin-left: 7px;
	  background-color: transparent;
	  position: relative;
	  overflow: hidden;
	  -webkit-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	}

}
@media screen and (max-width: 1152px){		
	.tile {
	  float: left;
	  margin-top: 10px;
	  margin-left: 5px;
	  background-color: transparent;
	  position: relative;
	  overflow: hidden;
	  -webkit-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	}

}

@media screen and (max-width:768px) {
	.tile {
	  float: left;
	  margin-top: 5px;
	  margin-left: 3px;
	  background-color: transparent;
	  position: relative;
	  overflow: hidden;
	  -webkit-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
	}
}
.tile:hover {

}
.tile:active {
  outline: 0;
}
.tile.no-outline {
  outline-color: transparent;
}

.tile-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
}
.tile-content:first-child {
  display: block;
}
.tile-content .live-slide {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: none;
  overflow: hidden;
}
.tile-content .live-slide:nth-child(1) {
  display: block;
}
.tile-content.iconic .icon {
  position: absolute;
  width: 64px;
  height: 64px;
  font-size: 64px;
  top: 50%;
  margin-top: -40px;
  left: 50%;
  margin-left: -32px;
  text-align: center;
}
.tile-small .tile-content.iconic .icon {
  width: 32px;
  height: 32px;
  font-size: 32px;
  margin-left: -16px;
  margin-top: -16px;
}
.tile-content.image-set > img,
.tile-content.image-set > .image-container {
  margin: 0;
  padding: 0;
  width: 25% ;
  height: 50% ;
  float: left;
  border: 1px #1e1e1e solid;
}
.tile-content.image-set > img:first-child,
.tile-content.image-set > .image-container:first-child {
  width: 50% ;
  float: left;
  height: 100% ;
}
.tile-content.slide-up > .slide,
.tile-content.slide-down > .slide,
.tile-content.slide-up-2 > .slide,
.tile-content.slide-down-2 > .slide,
.tile-content.slide-left > .slide,
.tile-content.slide-right > .slide,
.tile-content.slide-left-2 > .slide,
.tile-content.slide-right-2 > .slide,
.tile-content.slide-up > .slide-over,
.tile-content.slide-down > .slide-over,
.tile-content.slide-up-2 > .slide-over,
.tile-content.slide-down-2 > .slide-over,
.tile-content.slide-left > .slide-over,
.tile-content.slide-right > .slide-over,
.tile-content.slide-left-2 > .slide-over,
.tile-content.slide-right-2 > .slide-over {
  width: 100%;
  height: inherit;
  display: block;
  position: absolute;
  box-shadow: inset 0 0 1px #FFFFCC;
}
.tile-content.slide-up > .slide,
.tile-content.slide-down > .slide,
.tile-content.slide-up-2 > .slide,
.tile-content.slide-down-2 > .slide,
.tile-content.slide-left > .slide,
.tile-content.slide-right > .slide,
.tile-content.slide-left-2 > .slide,
.tile-content.slide-right-2 > .slide {
  top: 0;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-up:hover > .slide,
.tile-content.slide-down:hover > .slide,
.tile-content.slide-up-2:hover > .slide,
.tile-content.slide-down-2:hover > .slide,
.tile-content.slide-left:hover > .slide,
.tile-content.slide-right:hover > .slide,
.tile-content.slide-left-2:hover > .slide,
.tile-content.slide-right-2:hover > .slide {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.tile-content.slide-up > .slide-over {
  top: 100%;
  z-index: 2;
  height: 75%;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.tile-content.slide-up:hover > .slide-over {
  top: 25%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-up-2 > .slide-over {
  top: 100%;
  z-index: 2;
  height: 100%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-up-2:hover > .slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  top: -100%;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.tile-content.slide-up-2:hover > .slide-over {
  top: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.tile-content.slide-down > .slide-over {
  top: -100%;
  z-index: 2;
  height: 75%;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.tile-content.slide-down:hover > .slide-over {
  top: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-down-2 > .slide-over {
  top: -100%;
  z-index: 2;
  height: 100%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-down-2:hover > .slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  top: 100%;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.tile-content.slide-down-2:hover > .slide-over {
  top: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.tile-content.slide-left > .slide-over {
  left: -100%;
  z-index: 2;
  width: 75%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.tile-content.slide-left:hover > .slide-over {
  left: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-left-2 > .slide {
  left: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-left-2 > .slide-over {
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-left-2:hover > .slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  left: 100%;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.tile-content.slide-left-2:hover > .slide-over {
  left: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.tile-content.slide-right > .slide-over {
  left: 100%;
  z-index: 2;
  width: 75%;
  height: 100%;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.tile-content.slide-right:hover > .slide-over {
  left: 25%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-right-2 > .slide {
  left: 0;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-right-2 > .slide-over {
  left: 100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.tile-content.slide-right-2:hover > .slide {
  -webkit-transform: scale(1);
          transform: scale(1);
  left: -100%;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.tile-content.slide-right-2:hover > .slide-over {
  left: 0;
  -webkit-transition: all 0.4s ease;
          transition: all 0.4s ease;
}
.tile-content.zooming .slide {
  box-shadow: inset 0 0 1px #FFFFCC;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.tile-content.zooming .slide:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.tile-content.zooming-out .slide {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}
.tile-content.zooming-out .slide:hover {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s ease;
          transition: all 0.6s ease;
}

.tile .tile-badge {
  position: absolute;
  bottom: 0;
  right: .625rem;
  padding: .25rem .625rem;
  z-index: 999;
}
.tile .tile-label {
  position: absolute;
  bottom: 0;
  left: .625rem;
  padding: .425rem .25rem;
  z-index: 999;
}
.tile-content .image-container,
.tile-content .carousel {
  box-shadow: inset 0 0 1px #FFFFCC;
  width: 100%;
  height: 100%;
}
[class*=tile-transform-] {
  -webkit-transition: all 0.22s ease;
          transition: all 0.22s ease;
}