/*--------------------------------------*/
/* Homepage slider styles --------------*/
/*--------------------------------------*/

.none {
  display: none;
}

.slider figure .flex-caption {
  top: 38%;
}
.slide-show__game-logo:hover {
	opacity: .88;
	display: block;
}
.flex .slides img {
  width: 80%;
  margin: 0 auto 20px;
}

.bulletrow {
  display: none; 
}

@media screen and (min-width: 700px) {
  .bulletrow {
    display: block;
  }
}

.slider figure h2 {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
}

.slider figure .button__kickstarter,
.slider figure .button__paypal,
.slider figure .button__play {
  display: block;
  margin: 0 auto;
}

.slider figure .button__kickstarter,
.slider figure .button__kickstarter a {
	background-image: url(../img/btn-hero-kickstarter.png); 
}
.slider figure .button__paypal,
.slider figure .button__paypal a {
	background-image: url(../img/btn-hero-paypal.png); 
}
.slider figure .button__play h6 {
  color: #57fcc5;
  font-size: 18px;
  font-weight: 500;
  line-height: 51px;
}

.slider figure .button__play:hover h6 {
  color: #2f2f2f;
}

.flex .bulletrow .flex-control-nav.flex-control-paging a, 
.flex .bulletrow .flex-control-nav.flex-control-paging a:hover, 
.flex .bulletrow .flex-control-nav.flex-control-paging a.flex-active {
  background-repeat: no-repeat;
  background-image: none;
  background-size: contain;
  border: none;
  bottom: 10px;
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: 600;
  left: 5px;
  line-height: 57px;
  padding: 0 20px;
  position: absolute;
  right: 5px;
  text-indent: 0;
  text-transform: uppercase;
  width: auto;
}
  
@media screen and (min-width: 600px) {
  .flex .bulletrow .flex-control-nav.flex-control-paging a, 
  .flex .bulletrow .flex-control-nav.flex-control-paging a:hover, 
  .flex .bulletrow .flex-control-nav.flex-control-paging a.flex-active {
    background-color: transparent;
    background-size: contain;
  } 
}

.flex .bulletrow .flex-control-nav.flex-control-paging a {
  color: #2f2f2f;
  position: absolute;
}
  
@media screen and (min-width: 600px) {
  .flex .bulletrow .flex-control-nav.flex-control-paging a,
  .flex .bulletrow .flex-control-nav.flex-control-paging a.flex-active {
    height: 80px;
  }
}
  
.flex .bulletrow .flex-control-nav.flex-control-paging a:hover,
.flex .bulletrow .flex-control-nav.flex-control-paging a.flex-active {
  color: white;
}

.ph-slider__tab-text {
  display: none;
}
  
@media screen and (min-width: 500px) {
  .ph-slider__tab-text {
    display: block;
    line-height: 17px;
    padding: 0 10px;
    position: absolute;
    top: 19%;
    width: 118px;
    z-index: 30;
  } 
}

.human-resources__hero-tab--0,
.human-resources__hero-tab--1,
.human-resources__hero-tab--2,
.human-resources__hero-overlay {
  background-position: center;
  background-repeat: no-repeat;
  width:100%;
  height: 80px;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
}

.flex .bulletrow .flex-control-nav.flex-control-paging a .human-resources__hero-overlay {
  background-image: url(../img/btn_hero_thumb_x2_green.png);
  background-position: center;
  background-size: 100%;
  z-index: 20;
}

.flex .bulletrow .flex-control-nav.flex-control-paging a.flex-active .human-resources__hero-overlay,
.flex .bulletrow .flex-control-nav.flex-control-paging a:hover .human-resources__hero-overlay {
  background-image: url(../img/btn_hero_thumb_x2_red.png);
  background-position: center;
  background-size: 100%;
  z-index: 20;
  height: 80px;
}

.human-resources__hero-tab--0,
.human-resources__hero-tab--1,
.human-resources__hero-tab--2 {
  background-size: 99%;
  z-index: 10;
}

.human-resources__hero-tab--0{
  background-image: url(../img/thumb01.png);
}

.human-resources__hero-tab--1{
  background-image: url(../img/thumb02.png);
}

.human-resources__hero-tab--2{
  background-image: url(../img/thumb03.png);
}