/*
      ___        ___      ___        ___
     /\__\      /\  \    /\  \      /\  \
    /::|  |    /::\  \   \:\  \    /::\  \
   /:|:|  |   /:/\:\  \   \:\  \  /:/\:\  \
  /:/|:|__|__/::\~\:\  \  /::\  \/::\~\:\  \    ___  _ ____ _ ___ ____ _
 /:/ |::::\__\/\:\ \:\__\/:/\:\__\/\:\ \:\__\   |__> | |__, |  |  |--| |___
 \/__/~~/:/  /\~\:\ \/__/:/  \/__/__\:\/:/  /   .co.nz
       /:/  /\:\ \:\__\/:/  /        \::/  /
      /:/  /  \:\ \/__/\/__/         /:/  /
     /:/  /    \:\__\               /:/  /
     \/__/      \/__/               \/__/


Theme Name:
Description:
Version: 1
Author: Meta Digital
Author URI: http://metadigital.co.nz/
*/

/*============Sticky Footer============*/
html,
body {height:100%;}

#wrap{
  min-height:100%;
  height:auto!important;
  height:100%;
  margin:0 auto -150px;
  padding:228px 0px 150px 0px;
  background-image: url('images/white-bg.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top left;
}

footer {
  background-color: #32424c;
  height:150px;
}

.clear{clear:both;}


.alignright,
img.alignright{
  float:right;
  margin:0 0 15px 30px;
}

.alignleft,
img.alignleft{
  float:left;
  margin:0 30px 15px 0;
}

body {
    overflow-x: hidden !important;
}
.container {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

* {outline:none!important;}

.blue-background{
  background-color:#3d525e;
}

.blue-background .page-sub-banner-text{
  padding: 80px 15px;
}

/*==========Fonts & Headings===========*/

body{
  font-family: 'Noto Sans', sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color:#fff;
  background-color: #3d525e;

}

h1{
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color:#fff;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

h2{
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: bold;
  color:#fff;
  display: inline-block;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}

h2 .border,
h1 .border{
  width:100%;
  position: absolute;
  height:5px;
  display: block;
  background-color: #fff;
  left:0;
  bottom:0;
}

h3{
  font-size: 26px;
  font-size: 2.6rem;
  color:#fff;
}

h4{
  font-size: 18px;
  font-size: 1.8rem;
  color:#61a320;
}

h5{
  font-size: 16px;
  font-size: 1.6rem;
  color:#fff;
  line-height: 1.8;
}


p{
  line-height: 1.8;
}

strong{font-weight:bold}

a{
  color:#61a320;
  text-decoration:none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:visited,
a:hover,
a:active{
  text-decoration:underline;
}
.generic-btn{
  display: inline-block;
  border:1px solid #61a321;
  color:#fff;
  padding:7px 20px 7px 30px;
  position: relative;
  overflow: hidden;
  text-decoration:none!important;
  z-index:1;
}

.slider-btn{
  display: inline-block;
  background-color: #61a321;
  color:#fff;
  padding:10px 20px 10px 30px;
  position: relative;
  overflow: hidden;
  text-decoration:none!important;
  position: relative;
}

.generic-btn span.button-text{
  z-index:1;
  position: relative;
}

.generic-btn i,
.slider-btn i{
  z-index:1;
 position: absolute;
 left:15px;
 opacity: 0.5;
  top:51%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.generic-btn:hover{
  padding:7px 30px 7px 20px;
  color:#fff;
}

.slider-btn:hover{
  padding:10px 30px 10px 20px;
  color:#fff;
}

.generic-btn span.hover-bg{
  z-index:0;
  position: absolute;
  width:0px;
  left:0;
  top:0;
  height:100%;
  background-color: #61a321;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.generic-btn:hover span.hover-bg{
  width:100%;
}

/* Header
==============================*/

header{
  position: fixed;
  width:100%;
  background-image: url('images/white-bg.png');
  z-index:100;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom:1px solid #f1f1f1;
}

.header-logo{
  display: inline-block;
  margin:65px 0 30px 0;
  padding:0;
  overflow: hidden;
  height:auto
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.scroll-header .header-logo{
  height: 67px;
  margin:15px 0;
}

header .header-right{
  padding-top:115px;
  display: inline-block;
  float:right;
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-right .lang-select{
  color:#32424c;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
  margin-bottom:25px;
}

.scroll-header .header-right{
  padding-top:55px;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

  #wrap{
    padding-top:173px;
  }

  .header-logo{
    margin:20px 0 20px 0;
  }

  header .header-right{
    padding-top:60px;
  }

}

/* Mobile */
@media (max-width: 767px) {

  #wrap{
    padding-top:83px;
  }

  .header-logo,
  .scroll-header .header-logo{
    width:160px;
    height: 48px;
    margin:20px 0;
  }

  .header-logo img{
    width:100%;
  }

  header .header-right,
  .scroll-header .header-right{
    padding-top:15px;
  }

  .header-right .lang-select{
    margin-bottom:10px;
  }

}

/* Nav
==============================*/

nav.main-menu ul{
  padding:0 0 15px 0;
  margin:0;
  display:inline-block;
  position:relative;
}

nav.main-menu li{
  display:inline-block;
  padding:0 0 0 40px;
  margin:0;
  position:relative;
}

nav.main-menu li a{
  font-size: 16px;
  font-size: 1.6rem;
  color:#61a320;
  padding:0 0 12px 0;
  border-bottom: 2px solid transparent;
}

nav.main-menu li a:hover{
  border-bottom:2px solid #79909d;
  text-decoration: none;
}

nav.main-menu ul.sub-menu{
  display:none;
  position:absolute;
  white-space:nowrap;
  top:100%;
  left:0;
  z-index:99999;
  text-align:left;
  overflow:hidden;
  padding:0;
}

.shiftnav#shiftnav-main{
  background-color: #2B3942;
  border-left:1px solid #f1f1f1;
}

.shiftnav::after{
  display:none!important;
}

.shiftnav#shiftnav-main .shiftnav-panel-close{
  display: block;
  position: relative;
  background-color: #3D525E;
  margin-bottom:40px;
  text-align: center;
}

.shiftnav#shiftnav-main .shiftnav-panel-close:after{
  content:" Close";
}

.shiftnav#shiftnav-main ul.shiftnav-menu li > a{
  font-size: 16px;
  font-size: 1.6rem;
  color:#61a320;
  margin:0 15px;
  border-bottom:2px solid transparent;
}

.shiftnav ul.shiftnav-menu li.menu-item > a:hover,
.shiftnav ul.shiftnav-menu li.current-menu-item > a{
    border-bottom:2px solid #79909d!important;
  text-decoration: none;
}

.shiftnav ul.shiftnav-menu li.menu-item > a:active{
  background-color: #3D525E;
  color:#ffffff;
}

#shiftnav-main.shiftnav.shiftnav-shiftnav-main{

  color:#ffffff;
}

/* Keyframes
===========================*/

/* buttons */
@keyframes buttons {
  0% {
    opacity:0.5;
    left:15px;
  }

  50% {
     opacity:0;
  }

  100% {
     opacity:0.5;
    left:85%;
  }
}

@keyframes buttons {
  0% {
    opacity:0.5;
    left:15px;
  }

  50% {
     opacity:0;
  }

  100% {
     opacity:0.5;
    left:86%;
  }
}

.generic-btn:hover i,
.slider-btn:hover i{
  -webkit-animation: buttons linear 0.5s both;
  animation: buttons linear 0.5s both;
}


/* Heading border */
@-webkit-keyframes borderBottomFull {
  from {
    width:0;
  }

  to {
    width:100%;
  }
}

@keyframes borderBottomFull {
  from {
    width:0;
  }

  to {
    width:100%;
  }
}

.borderBottomFull .border{
  -webkit-animation: borderBottomFull ease-out 2s forwards;
  animation: borderBottomFull ease-out 2s forwards;
}

/* Slider Image */

@-webkit-keyframes sliderImageFromRight {

  0% {
    width:200px;
    left:-50%;
  }

  10% {
     width:200px;
    left:-50%;
  }

  50% {
    width:200px;
    left:150%;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }

   71% {
     width:300px;
    left:150%;
     -moz-transform: scaleX(-1);
     -o-transform: scaleX(-1);
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
     filter: FlipH;
     -ms-filter: "FlipH";
  }

  100%{
    width:300px;
    left:-50%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }

}

@keyframes sliderImageFromRight {

  0% {
    width:200px;
    left:-50%;
  }

  10% {
     width:200px;
    left:-50%;
  }

  50% {
    width:200px;
    left:150%;
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }

   71% {
     width:300px;
    left:150%;
     -moz-transform: scaleX(-1);
     -o-transform: scaleX(-1);
     -webkit-transform: scaleX(-1);
     transform: scaleX(-1);
     filter: FlipH;
     -ms-filter: "FlipH";
  }

  100%{
    width:300px;
    left:-50%;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }

}

.slider-fin{
  -webkit-animation: sliderImageFromRight linear 15s infinite both;
  animation: sliderImageFromRight linear 15s infinite both;
}


/* Home
==============================*/

#home-slider .item{
  background-color: #153554;
    background-position: center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.slider-content{
  padding:120px 15px 80px 15px;
  z-index:99;
}

.slider-content h2{
  margin:0 0 30px 0;
}

.slider-content p{
  margin:0 0 30px 0;
}

.slider-image{
  z-index:10;
}

.slider-image img{
  position: absolute;
  top:120px;
}

#home-slider #video-container{
  position: absolute;
  width:100%;
  height:100%;
  left:0;
  top:0;
}

#video-container video{
  width:100%;
  height:auto;
}

#home-slider .slider-fin{
  position: absolute;
  bottom:0;
  z-index:10;
}

#home-slider .slider-fin img{
  width:100%;
  height:auto;
}

#home-slider .carousel-control{
  width:4%;
  opacity: 1;
  background-image: none;
  z-index:20;
}

#home-slider .carousel-control i{
  font-size: 40px;
  font-size: 4rem;
  position: absolute;
  top:45%;
}

#home-slider .carousel-control.left i{
  right:0;
}

#home-slider .carousel-control.right i{
  left:0;
}

.home-block-image{
  padding:0;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.home-block-content{
  padding:0;
}

.home-block-content.bgcolour-1{background-color:#2b3942;}
.home-block-content.bgcolour-2{background-color:#3d525e;}


.home-block-content .home-block-content-inner{
  padding:80px;
}

.home-block-content p{
  margin:25px 0;
}

.home-block-content h2 .border{
  background-color: #64757e;
}

#home-parallax{
  height: 400px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* Mobile */
@media (max-width: 767px) {

  .home-block-image{
    min-height: 300px;
  }

  .home-block-content .home-block-content-inner{
    padding:20px;
  }

}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

  .home-block-content .home-block-content-inner{
    padding:40px;
  }

}


/* Massive Screen */
@media (min-width: 1600px) {

  .home-block-content .home-block-content-inner{
    padding:160px;
  }

}

/* News
==============================*/


.news-area h3,
.news-area h2,
.news-area h5,
.news-area h1
.news-area p,
.news-area{
  color:#32424c;
}

#news-archive{
  padding-top:80px;
  background-image: url('images/white-bg.png');
}

#news-archive h3{
  margin:0 0 25px 0;
}

.news-box{
  background-color: #fcfbfb;
  display: block;
  border-bottom:1px solid #c1c6c9;
  padding:15px;
  margin-bottom:40px;
  text-decoration: none!important;
}

.news-box .post-header h4{
  margin:10px 0 5px 0;
}

.news-box .news-meta{
  font-size: 12px;
  font-size: 1.2rem;
  font-style: italic;
}


.news-box .post-image{
  padding:0;
}

.news-box .post-image img{
  width: 100%;
  height: auto;
  margin:6px 0 15px 0;
  border:1px solid #d4d6d8;
}

.news-box .post-excerpt{
  padding:0 0 0 15px;
}

.news-box a.generic-btn{
  color:#61a320;
}

.news-box a.generic-btn:hover{
  color:#fff;
}

#more_posts,
.no-more-posts{
  text-align: center;
  display:block;
  margin:0 auto 60px auto;
  width:200px;
  cursor: pointer;
  color:#61a320;
}

#more_posts i{
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#more_posts:hover i{
  padding-top:5px;
  margin-bottom:-6px;
  font-size:110%;
}


/* About
==============================*/

.about-profiles{
    background-color:#3d525e;
}

.about-profiles-holder{
  padding:80px 0px 80px 0px;
}

.profile-col{
  padding-bottom:15px;
  padding-top:15px;
}

.profile-box{
  background-color:#2b3942;
}

.profile-image{
  text-align:center;
  padding-top:35px;
  overflow: hidden;
}

.profile-name h3{
  color:#ffffff;
  padding-bottom: 15px;
  margin-bottom: 0px;
}

.profile-image img {
  width:80%;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

.about-content{
  background-color:#2B3942;
}

.about-content-container{
  padding:80px 0px 80px 0px;
}

.about-content a{
  color:#5FA320;
  text-decoration:none;
}




/* Games
==============================*/

.game-header{
  padding:70px 0 30px 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.game-open .game-header{
  padding:150px 0 220px;
}

.game-header h2{
  margin-bottom:0;
  padding-bottom:0;
}

.game-header .game-read-more{
   margin-top:20px;
  display: inline-block;
  border:1px solid #61a321;
  color:#fff;
  padding:7px 20px 7px 35px;
  position: relative;
  overflow: hidden;
  text-decoration:none!important;
  z-index:1;
}

.game-read-more i{
  z-index:1;
  position: absolute;
  left:15px;
  opacity: 0.5;
  top:10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.game-open .game-read-more i{
    top:13px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Safari */
  transform: rotate(180deg);
}

.game-body{
  display: none;
  overflow: hidden;
  padding:30px 15px 60px;
  position: relative;

}

.right-color{
  background-color: #2b3941;
  position: absolute;
  right:0;
  top:0;
  width:50%;
  height:100%;
  z-index:1;
}

.game-body #game-content-right{
  position: relative;
  z-index: 2;
  padding-top:60px;
  padding-left:60px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

a.steam-btn,
a.official-btn{
  margin:40px 40px 0 25px;
  display: inline-block;
  border:1px solid #61a321;
  border-left:none;
  color:#fff;
  padding:7px 20px 7px 30px;
  position: relative;
  text-decoration:none!important;
  z-index:1;
  background-color:#61a321;
}

a.steam-btn img,
a.official-btn img{
  position: absolute;
  top:-7px;
  left:-25px;
  background-color: #3D525E;
    -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

a.steam-btn:hover,
a.official-btn:hover{
  color:#fff;
  background-color:#519014;
}


/* Page
==============================*/

#page-banner{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #2B3942;
}

#page-banner .page-banner-text{
  padding:120px 15px 200px 15px;
}

#page-banner .page-banner-text.page-banner-text-short{
  padding:80px 15px;
}

.page-banner-text a{
  color:#5FA320;
  text-decoration:none;
}

.page-content h2 .border{
  background-color: #64757e;
  max-width:80px;
}


/* Careers
==============================*/

#careers-gallery{
  margin-bottom: 20px;
}

#careers-gallery .gallery-item{
  padding:0;
}

#careers-gallery .gallery-item img{
  width:100%;
}

#careers-about{
  padding-bottom:40px;
}

#jobs-archive{
  background-color:#2b3942;
}

#jobs-archive h2{
  margin:50px 0;
}

.job-archive-container{
  padding-bottom:50px;
}

.job-post-wrapper{
  padding:0 1.5px 3px;
}

.job-post-wrapper .job-post{
  background-color: #32434d;
  padding:0 20px;
}

.job-post h3{
  margin:0;
  padding-top:30px;
}

.job-post a.generic-btn{
  margin-bottom:50px;
}

#jobs-contact{
  background-image: url('images/white-bg.png');
  padding: 80px 0 80px 0;
}

#jobs-contact h2{
  color:#3d525e;
}

.jobs-contact-form{
  background-color: #fcfbfb;
  padding:20px;
}


/* Single
==============================*/

.post-meta{
  display: block;
  padding-bottom:10px;
}

.single-post-content{
  color: #32424c;
  background-color: #fcfbfb;
}

.single-post-content{
  padding: 80px 0px 70px 0px;
}

.single-post-content ul{
  color:#32424c;
}

/* Forms
==============================*/

.gform_body li{
  color:#32424c;
}

.gform_body li label.gfield_label{
  font-weight: normal;
  margin:0;
}

.gform_body li .ginput_container{
  margin-bottom: 40px!important;
}

.gform_body li input{
  border:1px solid #c1c1c1;
  padding:5px 10px!important;
}

.gform_footer button.generic-btn{
  color:#61a320;
}

.gform_footer button.generic-btn:hover{
  color:#fff;
}

.gform_confirmation_wrapper{
  color:#2B3942;
}


/* Footer
==============================*/

footer{
  padding-top:40px;
}

footer ul.menu{
  padding:0;
  margin:0 0 0 0;
}

footer ul.menu li{
  display: inline-block;
  margin-right:35px;
}

footer ul.menu li a{
  color:#fff;
  font-size: 16px;
  font-size: 1.6rem;
}

footer ul.menu li a:hover{
  color:#61a320;
  text-decoration: none;
}

footer ul.social-links{
  padding:0;
  margin:30px 0 0 0;
}

footer ul.social-links li{
  display: inline-block;
  margin-right:10px;
  line-height: 31px;
}

footer ul.social-links li a{
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #595959;
  width:30px;
  height:30px;
  display: inline-block;
  text-align: center;
  color:#fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}

footer ul.social-links li a:hover{
  background-color:#9f9f9f;
}

#footer-right{
  text-align: right;
}

footer p.site-by{
  margin-top:30px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {

  footer{
    height:300px;
  }

#footer-left,
  #footer-right{
    text-align: center;
  }

  footer ul.menu li{
    margin:0 10px 0;
  }

  footer ul.social-links{
    margin:40px 0;
  }


  .fa-2x {
    float: right;
  }

}

/* Mobile */
@media (max-width: 767px) {

  footer{
    height:auto;
  }

  #footer-left,
  #footer-right{
    text-align: center;
  }

  footer ul.menu li{
    margin:0 10px 0;
  }

  footer ul.social-links{
    margin:40px 0;
  }

  .fa-2x {
    float: right;
  }

  .game-body .right-color{
    background-color: transparent;
  }

}
