@charset "utf-8";
/* CSS Document */
 
    @media only screen and (max-height: 320px) {
      body.home-video .header {
        height: 65%; } }
    body.home-video .header .logo {
      width: 280px;
      margin-top: 40px; }
  body.home-video .video-content {
    position: absolute;
    top:30px;
    right: 0;
    bottom:90px;
    left: 0;
    -ms-behavior: url(/backgroundsize.min.htc);
    behavior: url(/backgroundsize.min.htc);
    background-repeat: none;
    background-position: center center;
    background-size: cover; }
    @media only screen and (max-height: 320px) {
      body.home-video .video-content {
        display: none; } }
    body.home-video .video-content .feature-text {
      background-color: rgba(37, 37, 37, 0.5);
      width: 322px;
      position: absolute;
      left: 50%;
      bottom: 64px;
      padding: 10px 8px;
      margin-left: -161px;
      font-family: "Museo Sans W01 700", sans-serif;
      color: #FFF;
      font-size: 1.4em;
      line-height: 1.2em;
      text-transform: uppercase;
      text-align: center; }
      @media only screen and (max-width: 480px) {
        body.home-video .video-content .feature-text {
          width: 290px;
          margin-left: -154px;
          font-size: 1.3em; } }
  body.home-video .footer {
    width: 100%;
    height: 100px;
    position: absolute;
	 top:40%;
	  }
    @media only screen and (max-height: 320px) {
      body.home-video .footer {
        height: 35%; } }
    body.home-video .footer .button-container {
      display: inline; }
      body.home-video .footer .button-container .text {
        font-size: 1.4em;
        padding-top: 2px; }
    body.home-video .footer a.enter-link {
      width: 200px;
      text-align: center;
      display: block;
      text-decoration: none;
      margin-top: 52px;
      margin-left: auto;
      margin-right: auto;
      color: #666666;
      font-size: 1.15em;
      font-weight: 400; }
    body.home-video .footer a.enter-link:hover {
      color: #aaaaaa !important; }
  body.home-video .button-container img {
    margin-top: -2px;
    width:62px; }
  body.home-video #big-video-wrap {
    background-color: transparent;
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: auto !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -999;
    opacity: 0;
    -webkit-transition: opacity 500ms linear, top 600ms linear 100ms, bottom 600ms linear 100ms;
    -moz-transition: opacity 500ms linear, top 600ms linear 100ms, bottom 600ms linear 100ms;
    -ms-transition: opacity 500ms linear, top 600ms linear 100ms, bottom 600ms linear 100ms;
    -o-transition: opacity 500ms linear, top 600ms linear 100ms, bottom 600ms linear 100ms;
    transition: opacity 500ms linear, top 600ms linear 100ms, bottom 600ms linear 100ms; }
    html.special body.home-video #big-video-wrap {
      background-color: #000; }
      html.special body.home-video #big-video-wrap video {
        top: 50%;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transition: translateY(-50%);
        -ms-transition: translateY(-50%);
        -o-transition: translateY(-50%);
        transition: translateY(-50%); }
    body.home-video #big-video-wrap.display {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 999;
      opacity: 1; }
    body.home-video #big-video-wrap #big-video-vid {
      position: absolute; 
	  top: -56px !important;}
    body.home-video #big-video-wrap video {
      display: inline-block;
      width: 100% !important;
      height: 100% !important;
	  top:-30px !important; }

 
 
.play-video
{background:url(../images/play-btn3.png) no-repeat;
 height: 64px;
    width: 65px;
 
}

.playonload img
{
	 margin: 17px 17px !important;
    width: 27px !important;
}