@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,600');
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');

/*css starts here*/
.font_usage {
    font-family: 'PT Sans', sans-serif;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

/* =Global----------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
}

img {
    border: none;
    outline: none;
    max-width: 100%;
    height: auto
}

ul,
ul li {
    list-style: none;
}

figure {
    max-width: 100%
}

a {
    text-decoration: none;
    color: inherit;
    outline: none;
}

/* Text elements */
p {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 35px;
    font-weight: 300;
}

strong {
    font-weight: bold;
}

/* Links */
a {
    color: #812244;
    text-decoration: none;
    /*transition: all 0.5s ease-in-out 0s;*/
}

a:focus,
a:active,
a:hover {
    text-decoration: none;
}

:focus {
    /* remember to define focus styles! */
    outline: 0;
}

/* Reset CSS ENDS HERE */

html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
}

body {
    font-size: 14px;
    color: #000;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    background: #A2061C;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    height: 100%;
}

.wrapper {
    max-width: 1170px;
    margin: 0 auto;
}

/* layout */
#layout {
    float: left;
    width: 100%;
    position: relative;
    background: #fff; padding:56px 0 0;
    /*height:100%;*/
}

#layout.body_container {
    background-size: 100% auto !important;
}


/*********Header Css*********/
header { float: left; width: 100%; background: #151515; text-align: center; position: fixed; z-index: 999999; left: 0; top: 0; }
header .header_inner { float: left; width: 100%; padding: 0 20px; border-top: 4px solid #bce2f1; position: relative; min-height: 56px; }

header a.logo { display: inline-block; margin: 0; padding: 0; width: 108px; float: left; margin: 10px 0 0; }
header a.logo img { vertical-align: top; }
header ul.left_logos { float: left; padding: 10px 0 0 0; }
ul.left_logos li { display: inline-block; vertical-align: middle; }
ul.left_logos li a { display: inline-block; vertical-align: top; }
ul.left_logos li a img { vertical-align: top; }
ul.left_logos li.walmart_logo { background: url(../images/plus_icon.png) no-repeat right center; padding: 0 24px 0 0; background-size: 10px; }
ul.left_logos li.walmart_logo a { width: 75px; }
ul.left_logos li.instyle_logo { padding: 5px 0 0 10px; }
ul.left_logos li.instyle_logo a { width: 103px; }

header a.paid_logo{ display:inline-block;width:auto;  margin:0 auto;vertical-align:top; color:#000; text-transform:uppercase; font-family: 'Source Sans Pro', sans-serif; font-size:13px; font-weight:600; background:#bce2f1; padding:2px 5px 3px 5px; position:absolute; top:0; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); min-width:134px;}
a.paid_logo i{ padding:0 0 0 5px; font-size:13px; }

header .show_text{ float:left; width:100%; font-family: 'Source Sans Pro', sans-serif; font-size:11px; font-weight:600; color:#151515; text-transform:uppercase; text-align:center; background:#fff; padding:8px 20px; margin:0; position:relative; display:none; line-height:14px}
header .show_text sup{ font-size: 8px;}
header .show_text a{color:#666}
header .show_text a:hover{color:#999}
header .show_text span.close{ position:absolute; right:2px; top:10px; width:20px; height:20px; cursor:pointer;}
header .show_text span.close:before, header .show_text span.close:after { position:absolute; left:10px; content:""; height:13px; width:1px; background-color:#151515; }
header .show_text span.close:before { transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }
header .show_text span.close:after { transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); }

header ul.social_icon { list-style: none; float: right; width: auto; margin-top: 10px; }
header ul.social_icon li { list-style: none; display: inline-block; float: left; margin-left: 9px; }
header ul.social_icon li:first-child { margin-left: 0; }
header ul.social_icon li a { display: block; width: 32px; height: 32px; border-radius: 50%; border: 2px solid #fff; opacity: 1; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; }
header ul.social_icon li a i { font-size: 15px; line-height: 28px; color: #fff; display: inline-block; }
header ul.social_icon li a:hover { opacity: 0.7; }


.nav_menu{ position:fixed; left:0; top:0; width:100%; text-align:center; background:#000; z-index:-1; }
.nav_menu li{ display:inline-block;}
.nav_menu li a{ color:#fff;}
.nav_menu li a.current{ color:#f00; }

/********************************************Home Banner Css******************************************************************/
.home_banner {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 0;
    height: calc(100vh - 56px);
	overflow:hidden;
}

.ad_container {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    position: absolute;
    z-index: 999;
    width: 100%;
}

.ad_container .ad {
    display: block;
    width: 100%;
    text-align: center;
    max-width: 100%;
    margin: 0 auto;
    max-height: 90px;
    overflow: hidden;
}
.ad_container .ad img { vertical-align: top; }
#div-gpt-leaderboard-fixed-1 { max-width: 728px; margin: 0 auto; }
#div-gpt-mob-banner-fixed-1 { max-width: 320px; margin: 0 auto; }





.home_banner video {
position:absolute;
top:50%;left:50%;
min-width:100%;min-height:100%;
width:auto;height:auto;
z-index:1; 
transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); 
background-color:rgba(0,0,0,0);
}
.home_banner video::-webkit-media-controls{display:none !important;-webkit-appearance:none;}
.home_banner video::-webkit-media-controls-panel{display:none!important;-webkit-appearance:none;}
.home_banner video::--webkit-media-controls-play-button{display:none!important;-webkit-appearance:none;}
.home_banner video::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none;}


#lottie{
/*width:100%;*/
display:block;
overflow: hidden;
transform: translate3d(0,0,0);
text-align: center;
opacity: 1;
position:absolute;
/*top:50%;left:50%;
min-width:100%;min-height:100%;
width:auto;height:auto;*/
top:0;left:0;
width:100%; height:100%;
z-index:1; 
/*transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); */
background: -webkit-linear-gradient(270deg, rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
}
#lottie svg{ position:absolute; width: 100% !important; height: auto !important; left: 0; top: 50%; transform:translateY(-50%) !important; -webkit-transform:translateY(-50%) !important; -moz-transform:translateY(-50%) !important; }


.home_banner .header_shadow {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	z-index: 999
}

.home_banner .left_stars {
    position: absolute;
    left: 0;
    top: 0;
    /*width:29.1%;*/
    height: 100%;
    z-index: 99;
}

.home_banner .right_stars {
    position: absolute;
    right: 0;
    top: 0;
    /*width:54.5%;*/
    height: 100%;
    z-index: 99;
}

.home_banner .banner_cont {
    float: left;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    z-index: 999;
    margin: 55px 0 0;;
}

.banner_cont .big_logo img {
 /*width:90vh; max-width:94%;*/ height:calc(100vh - 640px); width:auto;
}

.banner_cont .text {
    margin: 0;
    z-index: 9999;
    position: relative;
}

.banner_cont .text .avl_at {
    display: block;
    color: #fff;
    font-family: 'PT Sans', sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 30px;
    padding: 0 0 15px;
    letter-spacing: 0.1em;
}

.banner_cont .text .walmart_logo {
    display: inline-block;
    width: 366px;
}

.banner_cont .text p {
    color: #fff;
    font-family: 'mb_empire_bookregular';
    font-size: 28px;
    line-height: 48px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 38px 0 50px;
}

.banner_cont .text p a{
	color: #BB9B51;
    font-weight: bold;
}

.banner_cont .text .scroll_bottom {
    display: inline-block;
    color: #fff;
    font-family: 'mb_empireblack';
    font-size: 33px;
    line-height: 37px;
    text-transform: uppercase;
    position: relative;
    padding: 0 0 50px;
}


@-moz-keyframes scrollMore {
    0% {
        bottom: -4px;
        opacity: 1;
    }
    20% {
        bottom: 3px;
    }
    40% {
        bottom: -4px;
    }
    60% {
        bottom: 0;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}

@-webkit-keyframes scrollMore {
    0% {
        bottom: -4px;
        opacity: 1;
    }
    20% {
        bottom: 3px;
    }
    40% {
        bottom: -4px;
    }
    60% {
        bottom: 0;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}

@keyframes scrollMore {
    0% {
        bottom: -4px;
        opacity: 1;
    }
    20% {
        bottom: 3px;
    }
    40% {
        bottom: -4px;
    }
    60% {
        bottom: 0;
    }
    100% {
        bottom: 0;
        opacity: 1;
    }
}

.banner_cont .text .scroll_bottom img {
    position: absolute;
    width: 39px;
    opacity: 0;
    left: 50%;
    z-index: 99999;
    margin: 0 0 0 -19px;
    bottom: 0;
    -webkit-animation: scrollMore 1.5s linear infinite;
    animation: scrollMore 1.5s linear infinite;
    -moz-animation: scrollMore 1.5s linear infinite;
    -webkit-animation-delay: 1.5s;
    -moz-animation-delay: 1.5s;
    -o-animation-delay: 1.5s;
    animation-delay: 1.5s;
}



.body_content {
    float: left;
    width: 100%;
    background-size: 100% !important;
    position: relative; overflow:hidden;
}


.card_row {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 9999;
}

.card_row1 {
    bottom: 47.5%;
}

.card_row2 {
    bottom: -22.5%;
}

.card_row3 {
    bottom: 55%;
}

.card_row4 {
    bottom: 64.2%;
}

.envelope {
    width: 26.6%;
    position: absolute;
    bottom: 0;
}

.card_row1 .envelope {
    left: 42%
}

.card_row2 .envelope {
    left: 7.5%
}

.card_row3 .envelope {
    right: 19%
}

.card_row4 .envelope {
    left: 28%
}

.envelope .back_part img,
.envelope .upper img {
    width: 100%;
    vertical-align: top;
}

.envelope .back_part {
    width: 100%;
}

.envelope .upper {
    position: absolute;
    width: 102.6%;
    left: -1.2%;
    bottom: -2%;
    z-index: 999
}


@-moz-keyframes flip_anim {
0% { z-index:9999; }
99% { z-index:9999; }
100% { z-index:9; }
}

@-webkit-keyframes flip_anim {
0% { z-index:9999; }
99% { z-index:9999; }
100% { z-index:9; }
}

@keyframes flip_anim {
0% { z-index:9999; }
99% { z-index:9999; }
100% { z-index:9; }
}

.envelope .flip {
    position: absolute;
    width: 125%;
    left: -11%;
    bottom: -11.5%; z-index:9999;
}

.envelope.go .flip{
	-webkit-animation: flip_anim 1.08s;
	animation: flip_anim 1.08s;
	-moz-animation: flip_anim 1.08s;
	-webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
	}


.envelope .flip li {
    width: 100%; position:absolute; left:0; bottom:0; z-index:999;
    vertical-align: top; opacity:0;
}
.envelope .flip li img{  width: 100%;
    vertical-align: top;}

.envelope .flip li.active{ opacity:1; }



@-moz-keyframes card_anim {
0% { bottom: -29%; transform:scale(0.6,0.6); -webkit-transform:scale(0.6,0.6); -moz-transform:scale(0.6,0.6); z-index: 99; }
50% { bottom: 55%; transform:scale(0.6,0.6); -webkit-transform:scale(0.6,0.6); -moz-transform:scale(0.6,0.6); z-index: 99; }
100% { bottom: 5%; transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); z-index:99999; }
}

@-webkit-keyframes card_anim {
0% { bottom: -29%; transform:scale(0.6,0.6); -webkit-transform:scale(0.6,0.6); -moz-transform:scale(0.6,0.6); z-index: 99; }
50% { bottom: 55%; transform:scale(0.6,0.6); -webkit-transform:scale(0.6,0.6); -moz-transform:scale(0.6,0.6); z-index: 99; }
100% { bottom: 5%; transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); z-index:99999; }
}

@keyframes card_anim {
0% { bottom: -29%; transform:scale(0.6,0.6); -webkit-transform:scale(0.6,0.6); -moz-transform:scale(0.6,0.6); z-index: 99; }
50% { bottom: 55%; transform:scale(0.6,0.6); -webkit-transform:scale(0.6,0.6); -moz-transform:scale(0.6,0.6); z-index: 99; }
100% { bottom: 5%; transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); z-index:99999; }
}


.card {
    float: left; width:90%; height:156.15%;
    text-align: center;
    background: url(../images/card_bg.png) no-repeat center top; background-size:contain;
    position: absolute;
    left: 50%;
    bottom: -29%; transform:scale(0.6,0.6); -webkit-transform:scale(0.6,0.6); -moz-transform:scale(0.6,0.6);
    margin: 0 0 0 -45%;
    z-index: 99;
}

.envelope.go .card{     
    -webkit-animation: card_anim 1s;
    animation: card_anim 1s;
    -moz-animation: card_anim 1s;
 -webkit-animation-delay:1.10s;-moz-animation-delay:1.10s;-o-animation-delay:1.10s;animation-delay:1.10s
 -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards;
 }


.card .card_cont {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    padding: 0 12%;
}

.card h3 {
    font-family: 'mb_empireblack';
    font-size: 33px;
    line-height: 37px;
    color: #000;
    padding: 0 0 10px;
    text-transform: uppercase;
}

.card img {
    display: inline-block;
    vertical-align: top;
}

.card p {
    font-family: 'mb_empirebold';
    font-size: 25px;
    line-height: 160%;
    color: #000;
    position: relative;
    padding: 15px 0 0;
    margin: 16px 0 0;
}

.card p:after {
    content: "";
    position: absolute;
    width: 66%;
    height: 4px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    background: #edcf92;
}




@-moz-keyframes hand_anim1 {
    0% { visibility:visible; }
    1% { visibility:hidden; }
    49% { visibility:hidden; }
    50% { visibility:visible; }
    100% { visibility:visible; }
}
@-webkit-keyframes hand_anim1 {
    0% { visibility:visible; }
    1% { visibility:hidden; }
    49% { visibility:hidden; }
    50% { visibility:visible; }
    100% { visibility:visible; }
}
@keyframes hand_anim1 {
    0% { visibility:visible; }
    1% { visibility:hidden; }
    49% { visibility:hidden; }
    50% { visibility:visible; }
    100% { visibility:visible; }
}


@-moz-keyframes hand_anim2 {
    0% { visibility:hidden; }
    1% { visibility:visible; }
    49% { visibility:visible; }
    50% { visibility:hidden; }
    100% { visibility:hidden; }
}
@-webkit-keyframes hand_anim2 {
    0% { visibility:hidden; }
    1% { visibility:visible; }
    49% { visibility:visible; }
    50% { visibility:hidden; }
    100% { visibility:hidden; }
}
@keyframes hand_anim2 {
    0% { visibility:hidden; }
    1% { visibility:visible; }
    49% { visibility:visible; }
    50% { visibility:hidden; }
    100% { visibility:hidden; }
}


.img_row {
    float: left;
    width: 100%;
    position: relative;
}

.row1 .brace_eargs {
    float: left;
    width: 34%;
}

.row1 .first_necklce {
    float: right;
    width: 36%;
}

.row1 .necklce_olay {
    float: left;
    width: 69.5%;
    margin: -24% 0 0;
}

.row1 .hand_img1a {
    position: absolute;
    right: 0;
    bottom: -19.5%;
    width: 35.25%;
    z-index: 999;
    -webkit-animation: hand_anim1 2s infinite;
    animation: hand_anim1 2s infinite;
    -moz-animation: hand_anim1 2s infinite;
    opacity: 1;
}

.row1 .hand_img1a img,
.row1 .hand_img1b img {
    width: 100%;
}

.row1 .hand_img1a .mob_img,
.row1 .hand_img1b .mob_img {
    display:none;
}

.row1 .hand_img1b {
    position: absolute;
    right: 0;
    bottom: -19.5%;
    width: 36.2%;
    z-index: 999;
    -webkit-animation: hand_anim2 2s infinite;
    animation: hand_anim2 2s infinite;
    -moz-animation: hand_anim2 2s infinite; visibility:hidden;
    /*opacity: 0;*/
}

.row1 .top_mob { float: left; width: 100%; display:none; margin:-10% 0 0; }
.row1 .mid_mob { float: left; width: 100%; margin:-47.9% 0 0; display:none; }


.row1 .bottle_img1a img,
.row1 .bottle_img1b img {
    width: 100%;
}

.row1 .bottle_img1a .mob_img,
.row1 .bottle_img1b .mob_img {
    display:none;
}

.row1 .bottle_img1a {
    position: absolute;
    left: 36%;
    bottom: -36%;
    width: 31.6%;
    z-index: 999;
    -webkit-animation: hand_anim1 2s infinite;
    animation: hand_anim1 2s infinite;
    -moz-animation: hand_anim1 2s infinite;
    opacity: 1;
}

.row1 .bottle_img1b {
    position: absolute;
    left: 36%;
    bottom: -36.3%;
    width: 29.55%;
    z-index: 999;
    -webkit-animation: hand_anim2 2s infinite;
    animation: hand_anim2 2s infinite;
    -moz-animation: hand_anim2 2s infinite; visibility:hidden;
    /*opacity: 0;*/
}


/*@-moz-keyframes pulsate {
    0% { transform:scale(0.9,0.9); -webkit-transform:scale(0.9,0.9); -moz-transform:scale(0.9,0.9); }
    5% { transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); }
    10% { transform:scale(0.9,0.9); -webkit-transform:scale(0.9,0.9); -moz-transform:scale(0.9,0.9); }
    15% {transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); }
    100% {transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); }
}

@-webkit-keyframes pulsate {
    0% { transform:scale(0.9,0.9); -webkit-transform:scale(0.9,0.9); -moz-transform:scale(0.9,0.9); }
    5% { transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); }
    10% { transform:scale(0.9,0.9); -webkit-transform:scale(0.9,0.9); -moz-transform:scale(0.9,0.9); }
    15% {transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); }
    100% {transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); }
}

@keyframes pulsate {
    0% { transform:scale(0.9,0.9); -webkit-transform:scale(0.9,0.9); -moz-transform:scale(0.9,0.9); }
    5% { transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); }
    10% { transform:scale(0.9,0.9); -webkit-transform:scale(0.9,0.9); -moz-transform:scale(0.9,0.9); }
    15% {transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); }
    100% {transform:scale(1,1); -webkit-transform:scale(1,1); -moz-transform:scale(1,1); }
}*/


.cart_icon{ position:absolute; width:5.1%; z-index:99999; 
    /*-webkit-animation: pulsate 3s linear infinite;
    animation: pulsate 3s linear infinite;
    -moz-animation: pulsate 3s linear infinite;*/
 }
.cart_icon img{ width:100%; }
.cart_icon > div{ width:100%; }
.cart_icon > .shop_now{ color:#fff; display:block; font-family: 'mb_empireblack'; font-size:20px; line-height:24px; position:absolute; top:calc(100% - 6px); left:50%; margin:0 0 0 -65px; width:130px; text-transform:uppercase; text-align:center; opacity:0; transition:all ease 0.3s; -webkit-transition:all ease 0.3s; -moz-transition:all ease 0.3s; visibility:hidden; }
.cart_icon:hover > .shop_now{ opacity:1; visibility:visible; }

.cart_icon.olay{ left:25.3%; bottom:33.5%; } 
.cart_icon.panteen{ left:66.9%; bottom:-20.8%; } 
.cart_icon.secret{ left:43%; bottom:-7.5%; } 
.cart_icon.crest{ left:64.5%; bottom:39.5%; } 

.row2 .mid_items {
    float: left;
    width: 100%;
    margin: -13% 0 0;
}


.row2 .hand_img2a {
    position: absolute;
    left: 0;
    bottom: -26.95%;
    width: 58.5%;
    z-index: 999;
    -webkit-animation: hand_anim1 2s infinite;
    animation: hand_anim1 2s infinite;
    -moz-animation: hand_anim1 2s infinite;
    opacity: 1;
}

.row2 .hand_img2a img,
.row2 .hand_img2b img {
    width: 100%;
}

.row2 .hand_img2a .mob_img,
.row2 .hand_img2b .mob_img {
    display:none;
}

.row2 .hand_img2b {
    position: absolute;
    left: 0;
    bottom: -30%;
    width: 58%;
    z-index: 999;
    -webkit-animation: hand_anim2 2s infinite;
    animation: hand_anim2 2s infinite;
    -moz-animation: hand_anim2 2s infinite; visibility:hidden;
    /*opacity: 0;*/
}

.row2 .mid_items1a { float: left; width: 100%; margin:-6% 0 0; display:none; }

.row3 .mid2_items {
    float: left;
    width: 100%;
    margin: -12% 0 0;
}

.row3 .mid_items1b { float: left; width: 100%; display:none; }


.row4 .bottom_items {
    float: left;
    width: 100%;
    margin: -40% 0 -12%;
}

.row4 .plate_img1a {
    position: absolute;
    left: 0;
    bottom: -3.2%;
    width: 43.3%;
    z-index: 999;
    -webkit-animation: hand_anim1 2s infinite;
    animation: hand_anim1 2s infinite;
    -moz-animation: hand_anim1 2s infinite;
    opacity: 1;
}

.row4 .plate_img1a img,
.row4 .plate_img1b img {
    width: 100%;
}

.row4 .plate_img1b {
    position: absolute;
    left: 0;
    bottom: -3.2%;
    width: 43.3%;
    z-index: 999;
    -webkit-animation: hand_anim2 2s infinite;
    animation: hand_anim2 2s infinite;
    -moz-animation: hand_anim2 2s infinite; visibility:hidden;
    /*opacity: 0;*/
}

.row4 .bottom_mob1 { float: right; width: 70.48%; margin:-23% 0 0; display:none; }
.row4 .bottom_mob2 { float: left; width: 100%; margin:0 0 0; display:none; }


#div-gpt-interstitial {
    height: 1px;
    overflow: hidden;
}

#div-gpt-wallpaper {
    height: 1px;
    overflow: hidden;
}


html {
    -webkit-text-size-adjust: 100%;
    /* Prevent font scaling in landscape while allowing user zoom */
}