.clear-fix{
  clear:both;
}
@font-face {
  font-family: lobster;
  src: url(../fonts/Lobster.ttf) format('truetype');
}
@font-face {
  font-family: niconneReg;
  src: url(../fonts/Niconne-Regular.ttf) format('truetype');
}
#helper {/*helper is located before the tag <img> it is used to make the image align to center and middle*/
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#mainHdr{
  position:fixed !important;
  background:none;
  width:100%;
  z-index: 999999;
  background: rgba(0,0,0,1);
  background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,1)), color-stop(12%, rgba(0,0,0,0.88)), color-stop(25%, rgba(0,0,0,0.75)), color-stop(39%, rgba(0,0,0,0.61)), color-stop(50%, rgba(0,0,0,0.5)), color-stop(51%, rgba(0,0,0,0.49)), color-stop(60%, rgba(0,0,0,0.4)), color-stop(76%, rgba(0,0,0,0.24)), color-stop(91%, rgba(0,0,0,0.09)), color-stop(100%, rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,0.88) 12%, rgba(0,0,0,0.75) 25%, rgba(0,0,0,0.61) 39%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.49) 51%, rgba(0,0,0,0.4) 60%, rgba(0,0,0,0.24) 76%, rgba(0,0,0,0.09) 91%, rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;

}
.fixedHdr{
  position:fixed;
  background:#000 !important;
  width:100%;
  z-index: 999999;
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}
.header{
  background:rgba(47,47,47,0.98);
  padding:10px 0;
}
.header .sitename{
  margin-left:20px;
  float:left;
}
.header .sitename a{
  color:#fff;
  font-family: lobster;
  font-size:24px;
}

.header ul.wed-link{
  list-style: none;
  padding:0;
  margin:0 20px;
  float:left;
  width:auto !important;
}
.header ul.wed-link li{
  display: inline-block;
}
.header ul.wed-link li a{
  color: rgba(225,225,225,0.87);
  padding: 8px 10px!important;
  font-size: 14px;
  box-sizing: inherit !important;
  display: block;
  font-weight:700;
}
.link-bold{
  font-weight:700;
}
.header ul.wed-link li a:hover{
  color:#d3ca84;
}
.header a.games-btn{
  float:right;
  margin-right:20px;
  color: rgba(225,225,225,0.87);
  padding: 8px 10px!important;
  font-size: 13px;
  font-weight:600;
  box-sizing: inherit !important;
  display: block;
  border:1px solid rgba(225,225,225,0.87);
}
.chageStyle{
  color:#d3ca84 !important;
  border:1px solid #d3ca84 !important;
  -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
}
.header a.games-btn:hover{
  color:#d3ca84;
  border:1px solid #d3ca84;
}
.header-title{
  position:relative;
  padding:15px 0;
  background:#fff;
  border-bottom:1px solid rgba(0,0,0,0.09);
}
.header-title h3{
  text-align: center;
  margin:0 0 0 0;
  font-family: lobster;
  color:#afa553;
}
.header-subtitle{
  background:#fff;
  padding:10px 0;

  text-align:center;
  box-shadow: 0 1px 3px rgba(0,0,0,0.05), 0 1px 2px rgba(0,0,0,0.05);
  text-transform: uppercase;
  font-size:13px;
  font-weight:700;
}
.header-subtitle a{
  color:rgba(0,0,0,0.40);
}
.header-subtitle span{
  color:rgba(0,0,0,0.70);
  text-transform: none;
}
.header-subtitle a.play-all{
  text-transform: capitalize !important;
  border:1px solid #e0e0e0;
  padding:3px 5px;
  font-size:12px;
}
.clear-right{
  margin-right:0 !important;
}
.row.full-width {
  background: transparent;
  max-width: 100% !important;
}
.device-header{
  display:none;
  background:#000;
  position:fixed;
  z-index: 999999;
  width:100%;
  padding:10px 15px;
}
.device-header .sitename{
  float:left;
  font-family:lobster;
  font-size:24px;
}
.device-header .sitename a{
  color:#fff;
}
.device-header .brgr-menu{
  float:right;
  font-size:24px;
  color:#fff;
  cursor:pointer;
}
.reveal-overlay{
  overflow: auto !important;
  z-index: 99999999999;
}
.reveal{
  background:#000 !important;
  padding-top: 50px;
}
.reveal .button {
  background: none;
  font-size: 100%;
  border:1px solid #000;
}
.reveal .button:hover {
    color: #d3ca84;
    border:1px solid #d3ca84;
}

.banner{
  width:100%;
  height:100vh;
  background:url('../img/big-banner.jpg')no-repeat center center #000 !important;
  background-size: cover;
  padding:0;
  margin:0;
  position:relative !important;
}
.banner-wrapper{
  height:100vh;
  background:url('../img/teamsheevee-slice-images_33.png')no-repeat left top transparent !important;
  background-size: 47.5% !important;
}
.banner img{
  position:absolute;
  right: 26%;
  bottom: 7%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;

  -webkit-transform: translate(3em,0);
  -moz-transform: translate(3em,0);
  -o-transform: translate(3em,0);
  -ms-transform: translate(3em,0);
}
.section-content1{
  height:60vh;
  background:url('../img/teamsheevee-slice-images_24.jpg')no-repeat center center transparent !important;
  background-size: cover !important;
}
.count-wraper{
  width: 50%;
  height: auto;
  background: transparent;
  margin:130px auto 20px auto;
  position: relative;
}
.count-wraper div:last-child{
  margin-right:0 !important;
}
.count-timer{
  height: 110px;
  width: 110px;
  background: #d3ca84;
  border-radius: 50% 50%;
  float: left;
  text-align: center;
  padding: 30px 0;
  margin-right:70px;
}
.count-timer h3{
  margin-bottom:0;
  line-height: 0.8em;
}
.target-date{
  text-align:center;
}
.target-date span, p{
  color:#625d34;
}
.target-date p{
  font-size:24px;
}
.s-bg{
  background:url('../img/teamsheevee-slice-images_29.jpg')no-repeat center center transparent;
  height:100vh;
  position:relative;
}
.j-bg{
  background:url('../img/teamsheevee-slice-images_31.jpg')no-repeat center center transparent;
  height:100vh;
  position:relative;
}
.s-bg img{
  position:absolute;
  bottom:0;
  left:0;
}
.j-bg img{
  position:absolute;
  bottom:0;
  left:0;
}
.gallery-container{
  height:772px;
  padding:10px 10px;
  border:7px solid #d3ca84;
}
.gallery-container .gallery-wrapper{
  border:2px solid #d3ca84;
  height:100%;
  text-align:center;
  padding:30px 65px;
}
.main-gallery-container{
  border-top:1px solid #d6d2b5;
  border-bottom:4px solid #d3ca84;
  padding-top:50px;
  padding-bottom:50px;
  text-align: center;
}
.main-gallery-container img.video-title{
    margin-bottom:40px;
}
.gallery-btn-wrpr{
  margin-top:18px;
  height:540px;
  background:url('../img/teamsheevee-slice-images_22.png')no-repeat center center transparent;
}
.gallery-btn-wrpr img{
  margin-top:22.5%;
}
.footer-container{
  padding:20px 0;
  text-align:center;
}
.footer-container label{
  font-size:11px;
  font-weight:600;
  letter-spacing:2px;
}
.footer-container a{
  border:1px solid #d3ca84;
  color:#625d34;
  font-size:18px;
  background:#fff;
}
.footer-container a:hover{
  background:#d3ca84;
}

.videos-wpr {
  text-align:center;
  padding:30px 0;
  position:relative;
}
.videos-wpr:before {
  position:absolute;
  width:1px;
  height:100%;
  content:'';
  top:0;
  right:0;
  background:#e0e0e0;
}
.remove-before:before{background:none !important;}
.videos-wpr h3{
  font-family:lobster;
  margin-bottom:20px;
}
.img-holder{
  background:#000;
  padding:10px 10px 10px 10px;
  margin:0 auto 20px auto;
  width:250px;
}
.img-holder div{
  background:#000;
  vertical-align: middle;
  text-align: center;
  border:1px solid #afa553;
    height:200px;
}
.img-holder div img{
  width:64px;
}
.videos-wpr a.button{
  border:1px solid #d3ca84;
  background:#fff;
  color:#d3ca84;
}
.videos-wpr a.button:hover{

}
