 overflow: hidden; overflow: hidden; overflow: hidden; overflow: hidden;*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 68px) 
and (max-device-width : 768px) {

	
/*
   
.cont {
  position: relative;
  overflow:scroll!important;
  height: 100vh!important;
  padding: 10px 10px; }
  .cont__inner {
    position: relative;
    height: 100%; }
    .cont__inner:hover .el__bg:after {
      opacity: 1; }
.el__content p{font-size:14px!important;}

	
	.el {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%!important;
  height: 100%!important;
  background: #252525;
  transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
  will-change: transform, width, opacity; }
	
	
	*/
	
	/*
.cont {
  position: relative;
  overflow:visible;
   height: 100vh!important;
  padding: 10px 10px; }*/
	
	.cont {
  position: relative;
  overflow: hidden;
		
  
   max-height: 100vh;
  height: 120vh;
  padding: 10px 10px; }
	
  .cont__inner {
    position: relative;
    height: 100%; }
	
	 
	
    .cont__inner:hover .el__bg:after {
      opacity: 1; }
.el__content p{font-size:14px!important;}



.el {
  position: absolute;
  left: 0;
  top: 0;
  width: 31.6%;
  height: 100%;
  background: #252525;
  transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
  will-change: transform, width, opacity; }
  .el:not(.s--active) {
    cursor: pointer; }
  .el__overflow {
    overflow: visible;
    position: relative;
    height: 100%; }
  .el__inner {
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: transform 1s; }
    .cont.s--inactive .el__inner {
      transform: translate3d(0, 100%, 0); }
  .el__bg {
    position: relative;
    width: calc(100vw - 140px);
    height: 100%;
    transition: transform 0.6s 0.7s;
    will-change: transform; }
    .el__bg:before {
      content: "";
      position: absolute;
      left: 0;
      top: -5%;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: center center;
      transition: transform 1s;
      transform: translate3d(0, 0, 0) scale(1); }
      .cont.s--inactive .el__bg:before {
        transform: translate3d(0, -100%, 0) scale(1.2); }
      .el.s--active .el__bg:before {
        transition: transform 0.8s; }
    .el__bg:after {
      content: "";
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 110%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      transition: opacity 0.5s; }
      .cont.s--el-active .el__bg:after {
        transition: opacity 0.5s 1.4s;
        opacity: 1 !important; }
  .el__preview-cont {
	  
	   
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items:flex-start;/*portfolio text*/
  position: absolute;
    left: 0;
    top: 20%;
    width: 100%!important;
    height: 200%;
    transition: all 0.3s 1.2s; }
    .cont.s--inactive .el__preview-cont {
      opacity: 0;
      transform: translateY(10px); }
    .cont.s--el-active .el__preview-cont {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.5s; }
	
	
  .el__heading {
    color: #00ff00;
    text-transform: uppercase;
    font-size: 13px!important; 

  letter-spacing: 2px;
  background: #000;
  margin: 0 0 10px 0;
  line-height: 18px;
	  padding:10px;
	  

}
	
	
	 .rotate {

  transform: rotate(0deg)!important;


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(0deg);

  /* Firefox */
  -moz-transform: rotate(0deg);

  /* IE */
  -ms-transform: rotate(0deg);

  /* Opera */
  -o-transform: rotate(0deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);

}
  .el__content {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.1s; }
	
		.el__content::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.el__content::-webkit-scrollbar-track {
  background: white;        /* color of the tracking area */
  border: 1px solid #00ff00;  /* creates padding around scroll thumb */
}

.el__content::-webkit-scrollbar-thumb {
  background-color: #00ff00;    /* color of the scroll thumb */
  border-radius: 0px;       /* roundness of the scroll thumb */
}
	
	
	  .el.s--active .el__content{
 
		overflow: auto!important;
	 
	}	
	
    .el.s--active .el__content {
      z-index: 2;
      opacity: 1;
      pointer-events: auto;
      transition: all 0.5s 1.4s; }
	
	
  .el__text {
    text-transform: none;
    font-size: 40px;
    color: #fff; } .el__close-btn {
    z-index: -1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    transition: all 0s 0.45s;
    cursor: pointer; }
    .el.s--active .el__close-btn {
      z-index: 5;
      opacity: 1;
      pointer-events: auto;
      transition: all 0s 1.4s; }
    .el__close-btn:before, .el__close-btn:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 8px;
      margin-top: -4px;
      background: #fff;
      opacity: 0;
      transition: opacity 0s; }
      .el.s--active .el__close-btn:before, .el.s--active .el__close-btn:after {
        opacity: 1; }
    .el__close-btn:before {
      transform: rotate(45deg) translateX(100%); }
      .el.s--active .el__close-btn:before {
        transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
        transform: rotate(45deg) translateX(0); }
    .el__close-btn:after {
      transform: rotate(-45deg) translateX(100%); }
      .el.s--active .el__close-btn:after {
        transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
        transform: rotate(-45deg) translateX(0); }
  .el__index {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 100%;
    min-height: 250px;
    text-align: center;
    font-size: 20vw;
    line-height: 0.85;
    font-weight: bold;
    transition: transform 0.5s, opacity 0.3s 1.4s;
    transform: translate3d(0, 1vw, 0); }
    .el:hover .el__index {
      transform: translate3d(0, 0, 0); }
    .cont.s--el-active .el__index {
      transition: transform 0.5s, opacity 0.3s;
      opacity: 0; }
    .el__index-back, .el__index-front {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
    .el__index-back {
      color: #000;
      opacity: 0;
      transition: opacity 0.25s 0.25s; }
      .el:hover .el__index-back {
        transition: opacity 0.25s;
        opacity: 1; }
    .el__index-overlay {
      overflow: hidden;
      position: relative;
      transform: translate3d(0, 100%, 0);
      transition: transform 0.5s 0.1s;
      color: transparent; }
      .el__index-overlay:before {
        content: attr(data-index);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #00ff00;
        transform: translate3d(0, -100%, 0);
        transition: transform 0.5s 0.1s; }
      .el:hover .el__index-overlay {
        transform: translate3d(0, 0, 0); }
        .el:hover .el__index-overlay:before {
          transform: translate3d(0, 0, 0); }
	
	
  .el:nth-child(1) {
    transform: translate3d(0%, 0, 0);
    transform-origin: 50% 50%; }
    .cont.s--el-active .el:nth-child(1):not(.s--active) {
      transform: scale(0.5) translate3d(0%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(1) .el__inner {
      transition-delay: 0s; }
    .el:nth-child(1) .el__bg {
      transform: translate3d(0%, 0, 0); }
      .el:nth-child(1) .el__bg:before {
        transition-delay: 0s;
        background-image: url("../images/projects/sportsleisure/omaghlc-main.jpg"); }
	
  .el:nth-child(2) {
    transform: translate3d(109.2083333333%, 0, 0);
    transform-origin: 155.2083333333% 50%; }
    .cont.s--el-active .el:nth-child(2):not(.s--active) {
      transform: scale(0.5) translate3d(105.2083333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(2) .el__inner {
      transition-delay: 0.1s; }
    .el:nth-child(2) .el__bg {
      transform: translate3d(-19.2%, 0, 0); }
      .el:nth-child(2) .el__bg:before {
        transition-delay: 0.1s;
        background-image: url("../images/projects/sportsleisure/antrimderry-main.jpg"); }
	
  .el:nth-child(3) {
    transform: translate3d(217.4166666667%, 0, 0);
    transform-origin: 260.4166666667% 50%; }
    .cont.s--el-active .el:nth-child(3):not(.s--active) {
      transform: scale(0.5) translate3d(210.4166666667%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(3) .el__inner {
      transition-delay: 0.2s; }
    .el:nth-child(3) .el__bg {
      transform: translate3d(-38.4%, 0, 0); }
      .el:nth-child(3) .el__bg:before {
        transition-delay: 0.2s;
        background-image: url("../images/projects/sportsleisure/uuc-sports-main.jpg"); }
	
  .el:nth-child(4) {
    transform: translate3d(325.625%, 0, 0);
    transform-origin: 365.625% 50%; }
    .cont.s--el-active .el:nth-child(4):not(.s--active) {
      transform: scale(0.5) translate3d(315.625%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(4) .el__inner {
      transition-delay: 0.3s; }
    .el:nth-child(4) .el__bg {
      transform: translate3d(-57.6%, 0, 0); }
      .el:nth-child(4) .el__bg:before {
        transition-delay: 0.3s;
        background-image: url("../images/projects/sportsleisure/sportsinstitution-main.jpg"); }

.el:nth-child(5) {
    transform: translate3d(433.8333333333%, 0, 0);
    transform-origin: 365.625% 50%; }
    .cont.s--el-active .el:nth-child(5):not(.s--active) {
      transform: scale(0.5) translate3d(315.625%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(5) .el__inner {
      transition-delay: 0.3s; }
    .el:nth-child(5) .el__bg {
      transform: translate3d(-57.6%, 0, 0); }
      .el:nth-child(5) .el__bg:before {
        transition-delay: 0.3s;
        background-image: url("../images/projects/sportsleisure/dungannonlc-main.jpg"); }
	
	

	 
  .el:nth-child(6) {
    transform: translate3d(550.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(6):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(6) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(6) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(6) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building6.jpg"); }
  .el:nth-child(7) {
    transform: translate3d(660.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(7):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(7) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(7) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(7) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building6.jpg"); }
  .el:nth-child(8) {
    transform: translate3d(770.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(8):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(8) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(8) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(8) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building5.jpg"); }
  .el:nth-child(9) {
    transform: translate3d(880.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(9):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(9) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(9) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(9) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building5.jpg"); }
  .el:nth-child(10) {
    transform: translate3d(990.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(10):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(10) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(10) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(10) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building5.jpg"); }

  .el:hover .el__bg:after {
    opacity: 0; }
  .el.s--active {
    z-index: 1;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s, width 0.7s 0.7s, z-index 0s; }
    .el.s--active .el__bg {
      transform: translate3d(0, 0, 0);
      transition: transform 0.6s; }
      .el.s--active .el__bg:before {
        transition-delay: 0.6s;
        transform: scale(1.1); }

.icon-link {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 32px; }
  .icon-link img {
    width: 100%;
    vertical-align: top; }
  .icon-link--twitter {
    left: auto;
    right: 5px; }

	
}





































/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 768px) {


.cont {
  position: relative;
  overflow: hidden;
  height: 80vh;
  padding: 40px 40px; }
  .cont__inner {
    position: relative;
    height: 100%; }
    .cont__inner:hover .el__bg:after {
      opacity: 1; }
.el__content p{font-size:12px!important;}



.el {
  position: absolute;
  left: 0;
  top: 0;
  width: 18.8%;
  height: 100%;
  background: #252525;
  transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
  will-change: transform, width, opacity; }
  .el:not(.s--active) {
    cursor: pointer; }
  .el__overflow {
    overflow: hidden;
    position: relative;
    height: 100%; }
  .el__inner {
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: transform 1s; }
    .cont.s--inactive .el__inner {
      transform: translate3d(0, 100%, 0); }
  .el__bg {
    position: relative;
    width: calc(100vw - 140px);
    height: 100%;
    transition: transform 0.6s 0.7s;
    will-change: transform; }
    .el__bg:before {
      content: "";
      position: absolute;
      left: 0;
      top: -5%;
      width: 100%;
      height: 110%;
      background-size: cover;
      background-position: center center;
      transition: transform 1s;
      transform: translate3d(0, 0, 0) scale(1); }
      .cont.s--inactive .el__bg:before {
        transform: translate3d(0, -100%, 0) scale(1.2); }
      .el.s--active .el__bg:before {
        transition: transform 0.8s; }
    .el__bg:after {
      content: "";
      z-index: 1;
      position: absolute;
      left: 0;
      top: 0;
      width: 110%;
      height: 100%;
      background: rgba(0, 0, 0, 0.8);
      opacity: 0;
      transition: opacity 0.5s; }
      .cont.s--el-active .el__bg:after {
        transition: opacity 0.5s 1.4s;
        opacity: 1 !important; }
	
	
	
  .el__preview-cont {
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center; 
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s 1.2s; }
    .cont.s--inactive .el__preview-cont {
      opacity: 0;
      transform: translateY(10px); }
    .cont.s--el-active .el__preview-cont {
      opacity: 0;
      transform: translateY(30px);
      transition: all 0.5s; }
	
	
  .el__heading {
    color: #00ff00;
    text-transform: uppercase;
    font-size: 19px!important;
  letter-spacing: 2px;
  background: #000;
  margin: 0 0 10px 0;
  line-height: 22px!important;
	  padding:10px;
	 
}
	
	 .rotate {

  transform: rotate(-90deg);


  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);

}
	
	
	
  .el__content {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.1s;
	}
	
	
	.el__content::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}

.el__content::-webkit-scrollbar-track {
  background: white;        /* color of the tracking area */
  border: 1px solid #00ff00;  /* creates padding around scroll thumb */
}

.el__content::-webkit-scrollbar-thumb {
  background-color: #00ff00;    /* color of the scroll thumb */
  border-radius: 0px;       /* roundness of the scroll thumb */
}
	
	
	  .el.s--active .el__content{
 
		overflow: auto!important;
	 
	}	

	
	
	
	
	.el.s--active .el__content {
      z-index: 2;
      opacity: 1;
      pointer-events: auto;
      transition: all 0.5s 1.4s; }
  .el__text {
    text-transform: none;
    font-size: 40px;
    color: #fff; } .el__close-btn {
    z-index: -1;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    height: 40px;
    opacity: 0;
    pointer-events: none;
    transition: all 0s 0.45s;
    cursor: pointer; }
    .el.s--active .el__close-btn {
      z-index: 5;
      opacity: 1;
      pointer-events: auto;
      transition: all 0s 1.4s; }
    .el__close-btn:before, .el__close-btn:after {
      content: "";
      position: absolute;
      left: 0;
      top: 50%;
      width: 100%;
      height: 8px;
      margin-top: -4px;
      background: #00ff00;
      opacity: 0;
      transition: opacity 0s; }
      .el.s--active .el__close-btn:before, .el.s--active .el__close-btn:after {
        opacity: 1; }
    .el__close-btn:before {
      transform: rotate(45deg) translateX(100%); }
      .el.s--active .el__close-btn:before {
        transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
        transform: rotate(45deg) translateX(0); }
    .el__close-btn:after {
      transform: rotate(-45deg) translateX(100%); }
      .el.s--active .el__close-btn:after {
        transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
        transform: rotate(-45deg) translateX(0); }
  .el__index {
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    height: 100%;
    min-height: 250px;
    text-align: center;
    font-size: 20vw;
    line-height: 0.85;
    font-weight: bold;
    transition: transform 0.5s, opacity 0.3s 1.4s;
    transform: translate3d(0, 1vw, 0); }
    .el:hover .el__index {
      transform: translate3d(0, 0, 0); }
    .cont.s--el-active .el__index {
      transition: transform 0.5s, opacity 0.3s;
      opacity: 0; }
    .el__index-back, .el__index-front {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%; }
    .el__index-back {
      color: #2f3840;
      opacity: 0;
      transition: opacity 0.25s 0.25s; }
      .el:hover .el__index-back {
        transition: opacity 0.25s;
        opacity: 1; }
    .el__index-overlay {
      overflow: hidden;
      position: relative;
      transform: translate3d(0, 100%, 0);
      transition: transform 0.5s 0.1s;
      color: transparent; }
      .el__index-overlay:before {
        content: attr(data-index);
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #00ff00;
        transform: translate3d(0, -100%, 0);
        transition: transform 0.5s 0.1s; }
      .el:hover .el__index-overlay {
        transform: translate3d(0, 0, 0); }
        .el:hover .el__index-overlay:before {
          transform: translate3d(0, 0, 0); }
	
  .el:nth-child(1) {
    transform: translate3d(0%, 0, 0);
    transform-origin: 50% 50%; }
    .cont.s--el-active .el:nth-child(1):not(.s--active) {
      transform: scale(0.5) translate3d(0%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(1) .el__inner {
      transition-delay: 0s; }
    .el:nth-child(1) .el__bg {
      transform: translate3d(0%, 0, 0); }
      .el:nth-child(1) .el__bg:before {
        transition-delay: 0s;
        background-image: url("../images/projects/sportsleisure/omaghlc-main.jpg"); }
	
  .el:nth-child(2) {
    transform: translate3d(109.2083333333%, 0, 0);
    transform-origin: 155.2083333333% 50%; }
    .cont.s--el-active .el:nth-child(2):not(.s--active) {
      transform: scale(0.5) translate3d(105.2083333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(2) .el__inner {
      transition-delay: 0.1s; }
    .el:nth-child(2) .el__bg {
      transform: translate3d(-19.2%, 0, 0); }
      .el:nth-child(2) .el__bg:before {
        transition-delay: 0.1s;
        background-image: url("../images/projects/sportsleisure/antrimderry-main.jpg"); }
	
  .el:nth-child(3) {
    transform: translate3d(217.4166666667%, 0, 0);
    transform-origin: 260.4166666667% 50%; }
    .cont.s--el-active .el:nth-child(3):not(.s--active) {
      transform: scale(0.5) translate3d(210.4166666667%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(3) .el__inner {
      transition-delay: 0.2s; }
    .el:nth-child(3) .el__bg {
      transform: translate3d(-38.4%, 0, 0); }
      .el:nth-child(3) .el__bg:before {
        transition-delay: 0.2s;
        background-image: url("../images/projects/sportsleisure/uuc-sports-main.jpg"); }
	
  .el:nth-child(4) {
    transform: translate3d(325.625%, 0, 0);
    transform-origin: 365.625% 50%; }
    .cont.s--el-active .el:nth-child(4):not(.s--active) {
      transform: scale(0.5) translate3d(315.625%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(4) .el__inner {
      transition-delay: 0.3s; }
    .el:nth-child(4) .el__bg {
      transform: translate3d(-57.6%, 0, 0); }
      .el:nth-child(4) .el__bg:before {
        transition-delay: 0.3s;
        background-image: url("../images/projects/sportsleisure/sportsinstitution-main.jpg"); }
	
.el:nth-child(5) {
    transform: translate3d(433.8333333333%, 0, 0);
    transform-origin: 365.625% 50%; }
    .cont.s--el-active .el:nth-child(5):not(.s--active) {
      transform: scale(0.5) translate3d(315.625%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(5) .el__inner {
      transition-delay: 0.3s; }
    .el:nth-child(5) .el__bg {
      transform: translate3d(-57.6%, 0, 0); }
      .el:nth-child(5) .el__bg:before {
        transition-delay: 0.3s;
        background-image: url("../images/projects/sportsleisure/dungannonlc-main.jpg"); }
	
	
	
	
	
  .el:nth-child(6) {
    transform: translate3d(550.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(6):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(6) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(6) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(6) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building5.jpg"); }
  .el:nth-child(7) {
    transform: translate3d(660.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(7):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(7) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(7) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(7) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building5.jpg"); }
  .el:nth-child(8) {
    transform: translate3d(770.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(8):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(8) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(8) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(8) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building5.jpg"); }
  .el:nth-child(9) {
    transform: translate3d(880.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(9):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(9) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(9) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(9) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building5.jpg"); }
  .el:nth-child(10) {
    transform: translate3d(990.825%, 0, 0);
    transform-origin: 470.8333333333% 50%; }
    .cont.s--el-active .el:nth-child(10):not(.s--active) {
      transform: scale(0.5) translate3d(420.8333333333%, 0, 0);
      opacity: 0;
      transition: transform 0.95s, opacity 0.95s; }
    .el:nth-child(10) .el__inner {
      transition-delay: 0.4s; }
    .el:nth-child(10) .el__bg {
      transform: translate3d(-76.8%, 0, 0); }
      .el:nth-child(10) .el__bg:before {
        transition-delay: 0.4s;
        background-image: url("../images/building5.jpg"); }

  .el:hover .el__bg:after {
    opacity: 0; }
  .el.s--active {
    z-index: 1;
    width: 100%;
    transform: translate3d(0, 0, 0);
    transition: transform 0.6s, width 0.7s 0.7s, z-index 0s; }
    .el.s--active .el__bg {
      transform: translate3d(0, 0, 0);
      transition: transform 0.6s; }
      .el.s--active .el__bg:before {
        transition-delay: 0.6s;
        transform: scale(1.1); }

.icon-link {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 32px; }
  .icon-link img {
    width: 100%;
    vertical-align: top; }
  .icon-link--twitter {
    left: auto;
    right: 5px; }

	
	
}
/*# sourceMappingURL=style3.css.map */
