﻿/** Landing Slideshow **/
.landing-slideshow { display: none; }
.landing-slideshow img { width: 100%; height: auto; }    

/* pager */
.landing-slideshow .cycle-pager { 
  text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 45px;
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) {
  .landing-slideshow .cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 45px;
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio:0) {
  .landing-slideshow .cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 70px;
  }
}

.landing-slideshow .cycle-pager span { 
  font-size: 2.5em; width: 16px; height: 16px; 
  display: inline-block; color: #ddd; cursor: pointer; 
}
.landing-slideshow .cycle-pager span.cycle-pager-active { color: #99ca3c;}
.landing-slideshow .cycle-pager > * { cursor: pointer;  }

/* overlay */
.landing-slideshow .cycle-overlay { 
  font-size: 2em;
  position: absolute; bottom: 0; width: 100%; z-index: 600;
  background: black; color: white; padding: 15px; opacity: .5;
  text-transform: uppercase;
}

.landing-slideshow .cycle-prev, .landing-slideshow .cycle-next { position: absolute; top: 0; width: 9%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.landing-slideshow .cycle-prev { left: 0;  background: url("/Cms_Data/Sites/ZENX/Files/cycle-prev.svg") 50% 50% no-repeat;}
.landing-slideshow .cycle-next { right: 0; background: url("/Cms_Data/Sites/ZENX/Files/cycle-next.svg") 50% 50% no-repeat;}
.landing-slideshow .cycle-prev:hover, .landing-slideshow .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

/** Home Slideshow **/
.home-slideshow { display: none; }
.home-slideshow img { width: 100%; height: auto; }

/* pager */
.home-slideshow .cycle-pager { 
  text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 35px;   
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio:0) {
  .home-slideshow .cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 35px;   
  }
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio:0) {
  .home-slideshow .cycle-pager { 
    text-align: center; width: 100%; z-index: 500; position: absolute; bottom: 60px;   
  }
}

.home-slideshow .cycle-pager span { 
  font-size: 2.5em; width: 16px; height: 16px; 
  display: inline-block; color: #ddd; cursor: pointer; 
}

.home-slideshow .cycle-pager span.cycle-pager-active { color: #99ca3c;}
.home-slideshow .cycle-pager > * { cursor: pointer;}
.home-slideshow .cycle-prev, .home-slideshow .cycle-next { position: absolute; top: 0; width: 9%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.home-slideshow .cycle-prev { left: 0;  background: url("/Cms_Data/Sites/ZENX/Files/cycle-prev.svg") 50% 50% no-repeat;}
.home-slideshow .cycle-next { right: 0; background: url("/Cms_Data/Sites/ZENX/Files/cycle-next.svg") 50% 50% no-repeat;}
.home-slideshow .cycle-prev:hover, .home-slideshow .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }

/** Project Slideshow **/
#project-slideshow-top { width: 100%; }

#project-slideshow-bottom div.project-images-list {
  width: 64px;
  height: 64px;
  display: inline-block;
  cursor: pointer;
}

#project-slideshow-bottom { margin-top: 20px }

#project-slideshow-top .cycle-prev, #project-slideshow-top .cycle-next { position: absolute; top: 0; width: 9%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
#project-slideshow-top .cycle-prev { left: 0;  background: url("/Cms_Data/Sites/ZENX/Files/cycle-prev.svg") 50% 50% no-repeat;}
#project-slideshow-top .cycle-next { right: 0; background: url("/Cms_Data/Sites/ZENX/Files/cycle-next.svg") 50% 50% no-repeat;}
#project-slideshow-top .cycle-prev:hover, #project-slideshow-top .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }
