
.ka_text p
{
	line-height: 1.6em;
	color: #fff;
}

.tile
{
	overflow: hidden;
	cursor: pointer;
}


#actionArea {margin-bottom: 3%}
#actionArea {position: relative; /*height: 600px overflow: visible*/}
.actionAreaRow {position: relative; height: 300px }
#actionArea .tile {width: 25%;position: absolute;height: 250px; z-index: 1; padding: 25px; border: 4px solid #fff}
#actionArea .tile > button {width: 100%;height: 100%;}
#actionArea .tile > button[aria-expanded="true"] {height: auto}


#actionArea .animated.flipInX.backpic.tile figure img {width: 250px; margin: 0 auto}

#actionArea .ka_text {position: absolute;top: 5%;width: 90%; left: 5%}

#FloatyLightBox {display: none; position: relative; width: 80%; left: 10%; top: 10%;bottom: 10%; overflow-x: scroll;background-color: #fff; position: fixed; height: 80vh; z-index: 9999999}
#FloatyLightBoxBack {display: none; width: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.9); height: 100%; z-index: 99999}
#FloatyLightBox.active, #FloatyLightBoxBack.active {display: block}
#floatyFrame {width: 100%;outline: 0;border: none;position: absolute;top: 0;left: 0;height: 100%;}

.ka_close {position: absolute;top: 0;right: 0;font-size: 2em}
.ka_text h1, .ka_text h2, .ka_text h3, .ka_text h4, .ka_text h5, .ka_text h6 {color: #fff}

/*--- SPINNING WHEEL -------*/
.loader,
.loader:before,
.loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #000;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

@media all and (max-width: 768px) 
{
	#actionArea .ka_text {top: 25px}
	#actionArea .ka_close {top: -25px; right: -10px}
	#actionArea .tile {border: 1px solid #fff}
	
	#FloatyLightBox {top: 5%; width: 90%; left: 5%}
	
	
	
}

