
@font-face {
  font-family: 'trump-gothic-pro-bold';
  src: url('trump-gothic-pro-bold.eot');
  src: url('trump-gothic-pro-bold.woff2') format('woff2'),
       url('trump-gothic-pro-bold.woff') format('woff'),
       url('trump-gothic-pro-bold.ttf') format('truetype'),
       url('trump-gothic-pro-bold.svg#trump-gothic-pro-bold') format('svg'),
       url('trump-gothic-pro-bold.eot?#iefix') format('embedded-opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'ThompsonModern';
  src: url('ThompsonModern.eot');
  src: url('ThompsonModern.woff2') format('woff2'),
       url('ThompsonModern.woff') format('woff'),
       url('ThompsonModern.ttf') format('truetype'),
       url('ThompsonModernd.svg#ThompsonModern') format('svg'),
       url('ThompsonModern.eot?#iefix') format('embedded-opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'ThompsonModernSemibold';
  src: url('ThompsonModernSemibold.eot');
  src: url('ThompsonModernSemibold.woff2') format('woff2'),
       url('ThompsonModernSemibold.woff') format('woff'),
       url('ThompsonModernSemibold.ttf') format('truetype'),
       url('ThompsonModernSemibold.svg#ThompsonModernSemibold') format('svg'),
       url('ThompsonModernSemibold.eot?#iefix') format('embedded-opentype');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'ThompsonModernLight';
  src: url('ThompsonModernLight.eot');
  src: url('ThompsonModernLight.woff2') format('woff2'),
       url('ThompsonModernLight.woff') format('woff'),
       url('ThompsonModernLight.ttf') format('truetype'),
       url('ThompsonModernLight.svg#ThompsonModernLight') format('svg'),
       url('ThompsonModernLight.eot?#iefix') format('embedded-opentype');
  font-weight: 100;
  font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */


 

}

img {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
user-select: none;
}

body{

}

.greenarrow{
  position:absolute;
  bottom:10px;
  left:50%;

  transform : translate(-50%, 0) scale(.5) 

}

.ball0 {
    position:absolute;
    display:block;
    width:10%;
    top:100%;
    pointer-events: none;
    left:-3px;
    z-index: 100;
}

.ball0 img{
   
}

.ball1 {
    position:absolute;
    display:block;
    width:10%;
    top:150%;
    pointer-events: none;
    right:0px;
    z-index: 100;
}

.ball0 img{
   
}


.ball2 {
    position:absolute;
    display:block;
    width:6%;
    top:160%;
    pointer-events: none;
    right:5%;
    z-index: 100;
}

.ball3 {
    position:absolute;
    display:block;
    width:9%;
    top:260%;
    pointer-events: none;
    left:0px;
    z-index: 100;
}





  


.heroPlayBtn{
  position: relative;
  display:block;
 
  
}

.close{
  z-index: 100;
  position:absolute;
  display: block;
  top:0px;
  right:15px;
  color:white;
  font-family: trump-gothic-pro-bold;
  font-size: 40px;
  cursor: pointer;
}
.playerWrapper{
  display:none;
  position:fixed;
 
  width: 100%;
  height:100%;
  z-index: 1000;

  overflow-x: hidden;
 

  background-color: black;
}



.videowrapper{
    position: relative;
    padding-top: 25px;
    top:50%;
    padding-bottom: 56.25%; /* 16:9 aspect ratio */
    height: 0;
    background-color: red

    -webkit-transform: translateX(0%) translateY(-50%);
   transform: translateX(0%) translateY(-50%);
}

.videowrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}








.vid{
  position: absolute;
  top: 50%; 
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto; 
  height: auto;
  background: transparent url("backgroundvideo.jpg") 50% 50% / cover no-repeat ;
  overflow: hidden;
}

 a{
  cursor: url(paw-favicon.png), auto;
}

.wrapper{
  
  
  display: block;
  height: 100%;
  width: 100%;
  border-radius: 0;
 
  background-color:#e5e5e5;
  
  

  position: absolute;
  top: 0%;
  left: 0px;
   overflow-y: scroll-y;
    cursor: url(paw-favicon.png), auto;
  
}

.middlesection{
  position: relative;
    display: block;
    min-height: 260px;
    width: 100%;
    z-index: 10;
    color:white;
    text-align: center;
    font-size: 13px;
    top:0px;
     font-family: ThompsonModernSemibold;
     background-color: #e5e5e5;
     overflow: hidden;

     background: url(background.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    overflow-x: hidden;
}

.typeinterface{
   position: relative;
    display: block;
    
    width: 100%;
    z-index: 10;
    color:white;
    text-align: center;
    font-size: 34px;
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 100px;
    top:0px;
     font-family: 'ThompsonModernLight';
    
     overflow: hidden;
     color: #888686;
     overflow-x: hidden;
}


.intro{
  padding:40px;
  color: #c21824;
  font-size: 18px;
    top:0px;
     font-family: ThompsonModernSemibold;
     overflow-x: hidden;
     
}

.intro p{
  line-height: 19px;
}

.intro h2{
  line-height: 5px;
  font-size: 42px;
  font-family:trump-gothic-pro-bold;
}

.howitworkswrapper{
  font-family: ThompsonModern;
   color:#ec4444;
   position:relative;
  display:flex;
  left:50%;
  width:70%;
  top:0px;
  height:auto;
  min-height: 200px;
  max-width: 1100px;
 

 
  
}

.confirmation{
  display:none;
  position:absolute;
  width:100%;
  height: 100%;
   background: lightgray;
  top:0;
  left:0;
  opacity:0;
  overflow-x: hidden;
}

.confirmation p{
 top:50%;
}

.howitworksImage{
  position:relative;
  display:block;
 
  width:55%;
  left:14%;
  
}
.howitworksText{
  position:relative;
  display:block;
  width:40%;
  left:6%;

   text-align: left;
    font-family: ThompsonModern;
  
}



.howitworksText p{
  color:#777777;
  font-family: ThompsonModern;
  font-size: 18px;
}

.howitworksText h1{
  color:#c21824;
}


.stepswrapper{
  font-family: "ThompsonModern";
   color: #c21824;
   position:relative;
  display:flex;
  left:50%;
  width:80%;
  top:0px;
  height:auto;
  min-height: 200px;
  max-width: 1100px;

  padding-top: 80px;
  padding-bottom: 80px;
  
}

.slickdot {
    height: 8px;
    width: 8px;
    margin:3px;
    background: lightgray;
    border-radius: 50px;
    display: inline-block;
    
}

.container{
  display:none;
   
}



.btnTrans{
  position:absolute;
  display:block;
  top:10px;
 
  width:calc(100% - 20px);
  height:calc(100% - 25px);
  background-color: black;
  opacity:0;
   text-align: center;
    font-family: trump-gothic-pro-bold;
}

.btnTrans h1 {
  position:absolute;
  display: inline-block;
  bottom:30px;
  text-align: center;
  left:50%;
  transform: translateX(-50%);
  font-size: 12px;
}

.step0{
  position:relative;
  display:block;
 
  width:25%;
  left:6%;
   text-align: center;
    font-family: trump-gothic-pro-bold;
  
}

.step1{
  position:relative;
  display:block;
 
  width:25%;
  left:12%;
   text-align: center;
    font-family: trump-gothic-pro-bold;
  
}
.step2{
  position:relative;
  display:block;
  width:25%;
  left:18%;

   text-align: center;
   font-family: trump-gothic-pro-bold;
  
}

.stepswrapper h1{
  font-family: ThompsonModernSemibold;
  line-height: 10px;

}
.stepswrapper h2{
  line-height: 10px;
  font-size: 40px;

}
.stepswrapper p{
  color:grey;
  font-family: ThompsonModern;
  font-size: 18px;
}

.catgallerysection{
    font-family: "Gotham-Medium";
    color:#ec4444;
    
    display:block;
    left:0%;
    width:100%;
    top:0px;
    height:auto;
    padding-top:60px;
    padding-bottom:60px;
    z-index: 0;
    height:auto;
    text-align: center;
    overflow-x:hidden;
    color: #c21824;
  font-size: 22px;
    top:0px;
     background-color: #e5e5e5;
     font-family: trump-gothic-pro-bold;
}

.catgalleryLockup{
  position:relative;
  display: block;
  left:50%;
  width:80%;
  top:0px;
  height:auto;
  padding-top: 40px;
   padding-bottom: 40px;
   max-width: 1100px;
  
}

.catgallerysection h1{
  font-family: ThompsonModernSemibold;
  line-height: 21px;
  font-size: 18px;
  padding-right: 15px;
  padding-left: 15px;

}
.catgallerysection h2{
  line-height: 40px;
  font-size: 45px;
  padding-right: 25px;
  padding-left: 25px;
  text-transform: uppercase;

}


.galleryWrapper{
   display: inline-block;
  position: relative;
  float: left;
  width:100%;
  height:auto;

}

.gallerythumb{
   display: inline-block;
  position: relative;
  float: left;
  width:33%;
  padding:10px;
  height:auto;
  overflow: hidden;

}

.spacer{
  display:inline-block;
  position:relative;
  width:100%;
}

input{


 border: 0;
 border-bottom: 1px solid #888686;
 width: 100%;
 font-size: 20px;
 line-height: 35px;
 height: 70px;
 text-align: center;
 padding: 2px;
 background: transparent;
  color: #888686;
  text-transform: uppercase;
  font-family: 'ThompsonModernLight';
  text-indent: 0;
}

 input.shake {
 animation-name: shaker;
 animation-duration: 200ms;
 animation-timing-function: ease-in-out;
 animation-delay: 0s;
}

 input:focus {
 outline: 0;
  color: #888686;
}

.header{
   position: relative;
    display: block;
    height: 60px;
   width: 100%;
    z-index: 10;
    color:white;
    text-align: center;
    font-size: 13px;
    top:0px;
     font-family: ThompsonModernSemibold;
     background-color: #e5e5e5;
     overflow: hidden;
  
}



.subtitle{
  color:#4b6d03;
}

.fancy {
  top:20px;
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: inline-block;
  position: relative;  
}
.fancy span:before,
.fancy span:after {
  content: "";
  position: absolute;
  height: 0px;
  border-bottom: 1px solid #4b6d03;
  
  top: 0;
  width: 1600px;
}
.fancy span:before {
  right: 100%;
  margin-right: 15px;
}
.fancy span:after {
  left: 100%;
  margin-left: 15px;
}




.headerOpacity{
  display: block;
  position:absolute;
  height: 100%;
  width: 100%;

  background-color: black;
  opacity:.4;

}

.hero{
  display:block;
  position:relative;
  width:100%;
  height:auto;
  min-height: 771px;
  background-color: black;
  overflow: hidden;
  z-index: 0;
   
}

.hero p{
  margin:0;
}

.heroHeader{
  margin:0;
  font-family: 'trump-gothic-pro-bold';
   color:white;
   font-size: 90px;
   text-align: center;
   font-weight: 100;
   font-style: normal;
   text-transform: uppercase;
   text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.3);
   line-height: 90px;
}




.line-divider {
    background-color: #111;
    margin-top: 15px;
    margin-bottom: 43px;
}

.line-divider {
    height: 1px;
    width: 110px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 25px;
}



.button {
    
}

.button {
   
    background-color: #c21824; /* Green */
    margin-top:60px;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border: 1px solid #c21824;
    border-radius: 30px;
    left:50%;
     font-family: ThompsonModernSemibold;
    
}

.buttonoutline {
    background-color: white; /* Green */

    border: none;
    color: #c21824;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin-top:60px;

    border: 1px solid #c21824;
      font-family: ThompsonModernSemibold;
    border-radius: 30px;
    left:50%;
   
}


.herolockUp{
   position:absolute;
   display:block;
   width:80%;
   min-height: 20px;
   height:auto;
   
   top:50%;
   left:50%;



   transform-origin: center top;
   transform: translateX(-50%) translateY(-50%);

}


.herolockUp img{
    display:block;
    position:relative;
    left:50%;

    transform-origin: center top;
    transform: translateX(-50%) ;
}




.footer{
  display:block;
  position:relative;
  width:100%;
  height:160px;
  background-color: #e5e5e5;

  
}

#footer-share {
    height: intrinsic;
    background-color: #e5e5e5;
   
     font-family: trump-gothic-pro-bold;
    color: #888686;
    font-size: 20px;
}

#footer-share .content {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#footer-share #social-icons {
    display: block;
    margin-top: 9px;
    font-family: ThompsonModern;
    font-size: 15px;
}

#footer-share #social-icons span{
  top:-10px;
}

#footer-share #social-icons a{
  cursor:pointer;
}


#footer-share .dotComLink {
    margin: auto;
    margin-top: 40px;
    margin-bottom: 33px;
    display:none;
}

#footer-share .dotComLink a {
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}

#footer-share .dotComLink a:hover { color:#910235; }

#footer-share .links {
     font-family: trump-gothic-pro-bold;
    color: #666;
    font-size: 14px;
    margin-bottom: 20px;
    margin-left:20px;
     margin-right:20px;
     text-align: center;
}

#footer-share .links a {
   -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
}
#footer-share .links a:hover { color:#910235; }


#footer-share #social-icons #twitter-icon {
    margin-left: 60px;
}

#footer-share #social-icons #facebook-icon {
    margin-left: 0;
}

#footer-share .links a {
    color: #888686;
}
a:active, a:hover, a:link, a:visited {
    text-decoration: none;
    
    color: #888686;
}

@media screen and (max-width: 1300px) {
 

   
  
}

@media screen and (max-width: 1000px) {
  
    .flag{
    transform: translateX(-50%) scale(0.84);
  }

  .logo{
   transform: translateX(0%) scale(0.7);

 
}
  
.promoWrapper{
 
  left:12%;
}

.howitworkswrapper{
      display:block;
      top:0px;
      width:75%;

  }

    .howitworksImage{
    position:relative;
    display:block;
   
    width:100%;
    left:5%;
    
  }
  .howitworksText{
    position:relative;
    display:block;
    width:100%;
    left:0%;
    padding-bottom: 20px;

   
  }

  .gallerythumb{
   display: inline-block;
  position: relative;
  float: left;
  width:50%;
  padding:10px;
  height:auto;

}



  }

@media screen and (max-width: 760px) {


 
  .stepswrapper{
      display:block;
      width:80%;
  }

  .step0{
  position:relative;
  display:block;
 
  width:100%;
  left:0%;
   text-align: center;
    font-family: trump-gothic-pro-bold;
    padding-bottom: 30px;
  
}
    .step1{
  position:relative;
  display:block;
 
  width:100%;
  left:0%;
   text-align: center;
    font-family: trump-gothic-pro-bold;
    padding-bottom: 30px;
  
}
.step2{
  position:relative;
  display:block;
  width:100%;
  left:0%;

   text-align: center;
   font-family: trump-gothic-pro-bold;
   padding-bottom: 30px;
  
}

  .hero{
  
  min-height: 650px;
 
   
  }

  .typeinterface{
   
    font-size: 34px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
 
}
  input{
    font-size: 14px;
  }

}

 #footer-share .links .link2{
     font-family: ThompsonModern;
  }

@media screen and (max-width: 500px) {

  .greenarrow{
  position:absolute;
  bottom:80px;

}

  .catgalleryLockup{
    position:relative;
    height:100vw;

  }
   .gallerythumb{
   display: block;
  position:absolute;
  float: left;
  width:100%;
  padding:10px;

 left:0px;
  

}

.middlesection{
 
     background: url(backgroundm.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.container{
  display:inline-block;
   
}
#footer-share .links .link2{
    
  }

  #footer-share .links .link{
    display:block;
    width: 100%;
  }
  .divider{
    display:none;
  }
 
  .header{
      height:50px;
    }

  .ball0 {
    position:absolute;
    display:block;
    width:20%;
    top:100%;
    pointer-events: none;
    left:0px;
    z-index: 100;
}



.ball1 {
    position:absolute;
    display:block;
    width:20%;
    top:150%;
    pointer-events: none;
    right:0px;
    z-index: 100;
}



.ball2 {
    position:absolute;
    display:block;
    width:16%;
    top:160%;
    pointer-events: none;
    right:5%;
    z-index: 100;
}

.ball3 {
    position:absolute;
    display:block;
    width:19%;
    top:260%;
    pointer-events: none;
    left:0px;
    z-index: 100;
}



  
  

}

@media screen and (max-width: 400px) {

  
  #footer-share .links .link{
    display:block;
    width: 100%;
  }
  .divider{
    display:none;
  }
 
  .header{
      height:50px;
    }


}


  /*<--reg phones*/
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  
 
  .header{
      height:50px;
    }

   
  .hero{
      height:100vh;
      min-height:100vh;
    }

   
    

  }

  /*<--iphone 5*/

  @media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){
      .header{
      height:50px;
    }

     

    .hero{
        height:100vh;
        min-height:100vh;
      }

    
  }
  




