@font-face {
    font-family: 'justusbold';
    src: url('../fonts/justus/justus-bold.eot');
    src: url('../fonts/justus/justus-bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/justus/justus-bold.woff2') format('woff2'),
        url('../fonts/justus/justus-bold.woff') format('woff'),
        url('../fonts/justus/justus-bold.ttf') format('truetype'),
        url('../fonts/justus/justus-bold.svg#justusbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'justusitalic';
    src: url('../fonts/justus/justus-italic.eot');
    src: url('../fonts/justus/justus-italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/justus/justus-italic.woff2') format('woff2'),
        url('../fonts/justus/justus-italic.woff') format('woff'),
        url('../fonts/justus/justus-italic.ttf') format('truetype'),
        url('../fonts/justus/justus-italic.svg#justusitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'justusroman';
    src: url('../fonts/justus/justus-roman.eot');
    src: url('../fonts/justus/justus-roman.eot?#iefix') format('embedded-opentype'),
        url('../fonts/justus/justus-roman.woff2') format('woff2'),
        url('../fonts/justus/justus-roman.woff') format('woff'),
        url('../fonts/justus/justus-roman.ttf') format('truetype'),
        url('../fonts/justus/justus-roman.svg#justusroman') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    margin:0;
    padding:0;
    overflow: hidden;
    width:100%;
    height:100%;
}


.wrapper {
  width: 95%;
  /* whatever width you want */
  
  position: relative;
    margin:10px auto;
}

.wrapper:after {
  padding-top:50.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

#container{
    top:0px;
    left:0px;
    width:100%;
        height:100%;
    position: absolute;
}
.top{
    position:absolute;
    top:0px;
    left:0px;
    z-index:5000;
    background-color:#fff;
    width:100%;
    padding:5px;
    font-family: sans-serif;
    text-transform: uppercase;
    color:#999;
    font-size:90%;
}


.coverLayout{
    overflow: hidden!important;
    width:100%;
    height:34%;
    position:absolute;
    left:0px;
    bottom:0px; 
    
}
.coverLayout img{
    width:100%!important;
    height:auto;
}

#title{
    overflow: hidden!important;
    width:100%;
    height:34%;
    position:absolute;
    left:0%;
    bottom:0%; 

}



.icont{
    position:absolute;
    width:36%!important;  
    height:11%!important;
     
    left:77px ;
    top:295px;
    border-radius: 20px;
     background:transparent url('../images/Video-poster.jpg') no-repeat 0 0; 
           -webkit-background-size:cover; 
           -moz-background-size:cover; 
           -o-background-size:cover; 
           background-size:cover; 
}

.page6Layout{
    overflow: hidden!important;
    -webkit-overflow: hidden!important;
    -moz-overflow: hidden!important;
    width:100%;
    height:100%;
    position:absolute;

}


#cereal-vid{
   
    top:0px;
    left:0px;
    cursor: pointer;
    width:100%;
    height:100%;
    
    
    
}
#cereal-vid video{
    
    width:110%;
    height:120%;
    object-fit: cover;
    -webkit-object-fit: cover;
    -moz-object-fit: cover;
    -o-object-fit: cover;
    margin-top:-11%;
    margin-left:-8%;
    overflow: hidden;
    z-index: -100;
    opacity: 1;
     
}


.page6{
    position: absolute;
    top:13%;
    left:12%;  
    display:block; 
    width:30%;
    height:10%;
  
}

.page6:hover{
    background-color:rgba(255,255,255,0.5);
}

.page7{
    position: absolute;
    top:25%;
    left:12%;  
    display:block; 
   
    width:30%;
    height:7%;
}

.page7:hover{
    background-color:rgba(255,255,255,0.5);
}

.page11{
    position: absolute;
    top:29%;
    right:15%;  
    display:block; 
 
    width:30%;
    height:7%;
}

.page11:hover{
    background-color:rgba(255,255,255,0.5);
}

.page14{
    position: absolute;
    top:43%;
    left:12%; 
    display:block; 

    width:37%;
    height:11%;
}

.page14:hover{
    background-color:rgba(255,255,255,0.5);
}


.page16{
    position: absolute;
    bottom:27%;
    right:19%;  
    display:block; 

    width:25%;
    height:7%;
}

.page16:hover{
    background-color:rgba(255,255,255,0.5);
}

.page18{
    position: absolute;
   bottom:6%;
    right:9%; 
    display:block; 
 
    width:35%;
    height:7%;
}

.page18:hover{
    background-color:rgba(255,255,255,0.5);
}



#full_vid{
    z-index: 5000;
    position:fixed;
    display:none;
}

.overlay{
    position:fixed;
    width:100vw;
    height:100vh;
    background-color:rgba(0,0,0,0.8);
}


.closeBtn{
    font-size:30px;
    color:#fff;
    position:absolute;
    top:2%;
    right:1%;
    font-family: sans-serif;
    font-weight: 100;
    display: block;
    cursor: pointer;
}
.closeBtn img{
    width:50px;
    height:50px;
}

.overlay iframe{
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-240px;
    margin-left:-426px;
}


.p3{
    overflow: hidden!important;
    width:100%;
    height:100%;
    position:absolute;
    left:0px;
    top:0px; 
    
}
.pageLayout{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
   
}
 

.jPad{
    width:50%;
    position: absolute;
    top:9%;
    right:0%;
    display:none;
}

.jPad img{
    width:100%;

}
.louhei{
    width:50%;
    position: absolute;
    top:27%;
    left:10%;
    display:none;
}
.louhei img{
    width:100%;

}

.moviestar{
    width:53%;
    position: absolute;
    top:37%;
    right:0%;
    display:none;
}
.moviestar img{
    width:100%;

}

.trophy{
    width:25%;
    position: absolute;
    top:54%;
    left:26%;
    display:none;
}
.trophy img{
    width:100%;

}

.trophy2{
    width:20%;
    position: absolute;
    top:58%;
    left:7%;
    display:none;
}
.trophy2 img{
    width:100%;

}

.cereal{
    width:40%;
    position: absolute;
    top:69%;
    right:0%;
    display:none;
}
.cereal img{
    width:100%;

}

.couple{
    width:67%;
    position: absolute;
    top:59%;
    left:-2%;
    display:none;
}



.couple img{
    width:100%;

}

.p8a{
    width:80px;
    height:100px;
    position:absolute;
    top:325px;
    left:50px; 
    overflow: hidden;
}

.page8Layout{
    width:100%;
    height:100%;

}

.rewardQr{
    width:100%;



}
.rewardQr img{
    width:100%;
}

.rewardPpl{
    width:430px;
    height:auto;
    position: absolute;
    top:645px;
    right:-430px;

}
.rewardPpl img{
    width:100%;
}

.p8b{
    overflow: hidden!important;
    width:125px;
    height:25px;
    position:absolute;
    bottom:165px;
    right:168px; 

}
.page8bLayout{
    width:100%;
    height:100%;
}

.rewardLink {
    width:100%;
    height:20px;
    display:block;

}

.rewardLink:hover{
    background-color:rgba(255,255,255, 0.5);
}


.jseafood{

    position:absolute;
    width:25%;
    height:20px;
    top:51%;
    left:28%;
}


.jpot{

    position:absolute;
    width:25%;
    height:20px;
    top:51%;
    right:21%;
}


.jumbo{

    position:absolute;
    width:50%;
    height:20px;
    top:53.5%;
    left:28%;
}


.jseafood:hover, .jpot:hover, .jumbo:hover{
    background-color:rgba(255,255,255,0.5);
}
.page11bLayout{
    overflow: hidden!important;
    width:80px;
    height:100px;
    position:absolute;
    bottom:308px;
    right:-3px; 
}

.flash{
    display: none;
    width:80px;

}
.flash img{
    width:100%;
}

.awards1{
    width:193px;
    height:auto;
    position: absolute;
    top:220px;
    left:80px;
    display: none;
}
.awards1 img{
    width:100%;
}


.awards2{
    width:193px;
    height:auto;
    position: absolute;
    top:458px;
    left:260px;
    display: none;
}
.awards2 img{
    width:100%;
}

.awards3{
    width:153px;
    height:auto;
    position: absolute;
    top:825px;
    left:260px;
    display: none;
}
.awards3 img{
    width:100%;
}

.awards4{
    width:193px;
    height:auto;
    position: absolute;
    top:775px;
    left:340px;
    display: none;
}
.awards4 img{
    width:100%;
}


.awards5{
    width:210px;
    height:auto;
    position: absolute;
    top:0px;
    left:20px;
    display: none;
}
.awards5 img{
    width:100%;
}

.awards6{
    width:210px;
    height:auto;
    position: absolute;
    top:40px;
    left:280px;
    display: none;
}
.awards6 img{
    width:100%;
}

.awards7{
    width:180px;
    height:auto;
    position: absolute;
    top:550px;
    left:250px;
    display: none;
}
.awards7 img{
    width:100%;
}


.awards8{
    width:180px;
    height:auto;
    position: absolute;
    top:730px;
    left:250px;
    display: none;
}
.awards8 img{
    width:100%;
}

.p11{

    width:380px;
    height:220px;
    position:absolute;
    top:20%;
    left:12%; 

}


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


.rewards-cont{
    display: none;
    width:100%;
    height:100%;
}


.rewards-frame1{ 
    width:100%;
    height:auto;
}

.rewards-frame1 img{ 
    padding:0px;
    width:100%;
    height:auto;
}

.imageSlide-cont{
    z-index: -1;
    top:0px;
    width:100%;
    position:absolute; 

}
.imageSlide{
    padding-top:3px;
    padding-left:-15px;
    width:100%;

}
.imageSlide img{
    position:absolute;
    width:100%;
    height:auto;

}


.p12{
    overflow: hidden!important;
    width:355px;
    height:170px;
    padding:10px;
    position:absolute;
    left:16.2%;
    top:15.1%; 
}


.page12aLayout{

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}


.rewards-cont2{ 

    width:100%;
    height:100%;      
}

.rewards-cont2 img{
    width:100%;
    height:auto;
}

.rewards-cont2 img:hover{
    -webkit-filter: saturate(1000%); /* Chrome, Safari, Opera */
    filter: saturate(1000%);
}



.p12b{
    overflow: hidden!important;
    width:170px;
    height:170px;
    padding:10px;
    position:absolute;
    right:-4.8%;
    bottom:23.7%; 
}

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



.rewards-cont3{ 

    width:100%;
    height:100%;      
}

.rewards-cont3 img{ 

    width:108%;
    height:auto;     
}

.rewards-cont3 img:hover {
    -webkit-filter: saturate(1000%); /* Chrome, Safari, Opera */
    filter: saturate(1000%);
}


.glass{
    position: absolute;
    bottom:0px;
    left:34px;
    width:120px;
    height:122px;
    overflow: hidden;

}


.glass img{
    width:100%;
}


.champagne{
    position: absolute;
    bottom:0px;
    right:0px;
    width:325px;
    height:435px;
    overflow: hidden;

}

.champagne img{
    width:100%;
    margin-left:81px;
}



.p19{
    overflow: hidden!important;
    width:340px;
    height:185px;
    position:absolute;
    left:80px;
    top:10%; 
    border:solid 1px #fff; 


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


.dndSlide-cont{
    width:100%;
    height:100%;

}

.dndSlide{
    width:100%;

}
.dndSlide img{
    position: absolute;
    width:100%;
    height:auto;
}
.caption1{
    width: 100%;
    font-family: "justusitalic";
    text-align: center;
    color:#69266a;
    font-size:80%;
    position:absolute;
    top:29%;
    z-index: 3000;
}

 

.dnd-cont2{
    overflow: hidden!important;
    width:288px;
    height:169px;
    position:absolute;
    left:24%;
    top:14%;  
}
.dnd-cont2 a{
     background-color:rgba(0,0,0,0.3);
     width:288px;
     height:145px;
     display:block;
    opacity:0;
}
 



.dnd-cont2 a:hover{
    opacity: 1;
}



.dnd-cont3{
    overflow: hidden!important;
    width:260px;
    height:145px;
    position:absolute;
    left:14.5%;
    bottom:9.5%; 
    
}


.dnd-cont3 a{ 
    display:block;
    background-color:rgba(0,0,0,0.3);
    width:258px;
    height:143px;
    background-size:cover;
    z-index: -1;
    opacity: 0;
}
 

.dnd-cont3 a:hover{
    opacity: 1;
}



.p21{
    overflow: hidden!important;
    width:295px;
    height:180px;
    position:absolute;
    left:15%;
    bottom:7.2%; 
}

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

.dnd-cont4{ 
    display:none;
    width:100%;
    height:100%;
}

/* Portrait for tablet*/ 
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

      
     
.wrapper {
  width: 100%;
  /* whatever width you want */
  
  position: relative;
    margin:10px auto;
}

.wrapper:after {
  padding-top:130%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
      
      .p8a{
        width:18%;
        height:10%;
        position:absolute;
        top:32.8%;
        left:8.4%; 

    }


    .p8b{

        width:26%;
        height:25px;

        bottom:17%;
        right:33%; 

    }
 
    .icont{
        width:35.5%!important;  
        height:11%!important;

        left:15.5%!important ;
        top:29.5%;
    }
    #cereal-vid video{
        width:120%;
        height:120%;
       
    }
      
       .p11{

        width:680px;
        height:500px;
        position:absolute;
        top:20%;
        left:12%; 

    }

    .page11bLayout{

        bottom:33%!important;
        right:2.5%!important; 
    }

.p12{

        width:72.5%;
        height:20%;

    }

    .p12b{

        width:36%;
        height:18%;

        right:-4.8%;
        bottom:23.5%; 
    }
 .p19{

        width:70%;
        height:19%;
        position:absolute;
        left:15%;
        top:10%; 
        border:solid 1px #fff; 


    }
    
    .caption1{
        font-size:140%;
    }

   

.dnd-cont2{
     
    width:500px;
    height:250px;
     
}
.dnd-cont2 a{
     
     width:500px;
     height:250px;
   
}
 

.dnd-cont3{
    
    width:51%;
    height:15%;
    position:absolute;
    left:14.5%;
    bottom:9%; 
   
}


.dnd-cont3 a{ 
 
    width:100%;
    height:100%;
   
}
 

.p21{
    overflow: hidden!important;
    width:60%;
    height:18%;
    position:absolute;
    left:15%;
    bottom:7.2%; 
}


.glass{
    position: absolute;
    bottom:-7%;
    left:6.5%;
    width:25%;
    height:18%;
    overflow: hidden;

}

.champagne{
    position: absolute;
    bottom:0px;
    right:-9%;
    width:70%;
    height:45%;
    overflow: hidden;

}


}




/* Landscape */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {


     
.wrapper {
  width: 100%;
  /* whatever width you want */
  
  position: relative;
    margin:10px auto;
}

.wrapper:after {
    padding-top:74%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
   .p8a{
        width:18%;
        height:10%;
        position:absolute;
        top:32.8%;
        left:8.4%; 

    }


    .p8b{

        width:26%;
        height:25px;

        bottom:17%;
        right:33%; 

    }
 
    .icont{
        width:35.5%!important;  
        height:11%!important;

        left:15.5%!important ;
        top:29.5%;
    }
    #cereal-vid video{
        width:120%;
        height:120%;
       
    }
       .p11{

        width:680px;
        height:500px;
        position:absolute;
        top:20%;
        left:12%; 

    }

    .page11bLayout{

        bottom:33%!important;
        right:2.5%!important; 
    }

      .p12{

        width:72.5%;
        height:20%;

    }

    .p12b{

        width:36%;
        height:18%;

        right:-4.8%;
        bottom:23.5%; 
    }

 .p19{

        width:70%;
        height:19%;
        position:absolute;
        left:15%;
        top:10%; 
        border:solid 1px #fff; 


    }
    
    .caption1{
        font-size:140%;
    }

   

.dnd-cont2{
     
    width:500px;
    height:250px;
     
}
.dnd-cont2 a{
     
     width:500px;
     height:250px;
   
}
 

.dnd-cont3{
    
    width:51%;
    height:15%;
    position:absolute;
    left:14.5%;
    bottom:9%; 
   
}


.dnd-cont3 a{ 
 
    width:100%;
    height:100%;
   
}
 

.p21{
    overflow: hidden!important;
    width:60%;
    height:18%;
    position:absolute;
    left:15%;
    bottom:7.2%; 
}


.glass{
    position: absolute;
    bottom:-7%;
    left:6.5%;
    width:25%;
    height:18%;
    overflow: hidden;

}

.champagne{
    position: absolute;
    bottom:0px;
    right:-9%;
    width:70%;
    height:45%;
    overflow: hidden;

}


}

@media only screen and (max-device-width: 425px) { 

    

.wrapper {
  width: 100%;
  /* whatever width you want */
  
  position: relative;
    margin:10px auto;
}

.wrapper:after {
  padding-top:140%;
  /* 16:9 ratio */
  display: block;
  content: '';
}

#container{
    top:0px;
    left:0px;
    width:100%;
        height:100%;
    position: absolute;
}
    
    .coverLayout{

        width:100%!important;
        height:35%!important;


    }
    
     


    #title{
        width:100%!important;

    }

    #title img{
        width:100%!important;
        height:auto;
    }


    .icont{
        width:35.5%!important;  
        height:11%!important;

        left:15.5%!important ;
        top:29.5%;
    }
    #cereal-vid video{
        width:120%;
        height:120%;
        opacity: 0;
    }


    .overlay iframe{
        position:relative;
        top:50%;
        left:0%;
        margin-top:-15%;
        margin-left:0px;
    }

    #player{
        width:100%;
        height:30%;
    }


    .p8a{
        width:18%;
        height:10%;
        position:absolute;
        top:32.8%;
        left:8.4%; 

    }


    .p8b{

        width:26%;
        height:25px;

        bottom:17%;
        right:33%; 

    }
    .p11{

        width:680px;
        height:500px;
        position:absolute;
        top:20%;
        left:12%; 

    }

    .page11bLayout{

        bottom:33%!important;
        right:2.5%!important; 
    }


    .p12{

        width:72.5%;
        height:20%;

    }

    .p12b{

        width:36%;
        height:18%;

        right:-4.8%;
        bottom:23.5%; 
    }

    .p19{

        width:70%;
        height:19%;
        position:absolute;
        left:15%;
        top:10%; 
        border:solid 1px #fff; 


    }
    
    .caption1{
        font-size:140%;
    }

   

.dnd-cont2{
     
    width:500px;
    height:250px;
     
}
.dnd-cont2 a{
     
     width:500px;
     height:250px;
   
}
 

.dnd-cont3{
    
    width:51%;
    height:15%;
    position:absolute;
    left:14.5%;
    bottom:9%; 
   
}


.dnd-cont3 a{ 
 
    width:100%;
    height:100%;
   
}
 

.p21{
    overflow: hidden!important;
    width:60%;
    height:18%;
    position:absolute;
    left:15%;
    bottom:7.2%; 
}


.glass{
    position: absolute;
    bottom:-7%;
    left:6.5%;
    width:25%;
    height:18%;
    overflow: hidden;

}

.champagne{
    position: absolute;
    bottom:0px;
    right:-9%;
    width:70%;
    height:45%;
    overflow: hidden;

}



}

