- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
- 11
- 12
- 13
- 14
- 15
- 16
- 17
- 18
- 19
- 20
- 21
- 22
- 23
- 24
- 25
- 26
- 27
- 28
- 29
- 30
- 31
- 32
- 33
- 34
- 35
- 36
- 37
- 38
- 39
- 40
- 41
- 42
- 43
- 44
- 45
- 46
- 47
- 48
- 49
- 50
- 51
- 52
- 53
- 54
- 55
- 56
- 57
- 58
- 59
- 60
- 61
- 62
- 63
- 64
- 65
- 66
- 67
- 68
- 69
- 70
- 71
- 72
- 73
- 74
- 75
- 76
- 77
- 78
- 79
- 80
- 81
- 82
- 83
- 84
- 85
- 86
- 87
- 88
- 89
- 90
- 91
- 92
- 93
- 94
- 95
- 96
- 97
- 98
- 99
- 100
- 101
- 102
- 103
- 104
- 105
- 106
- 107
- 108
- 109
- 110
- 111
- 112
- 113
- 114
- 115
- 116
- 117
- 118
- 119
- 120
- 121
- 122
- 123
- 124
- 125
- 126
- 127
- 128
- 129
- 130
- 131
- 132
- 133
- 134
- 135
- 136
- 137
- 138
- 139
- 140
- 141
- 142
- 143
- 144
- 145
- 146
- 147
- 148
- 149
- 150
- 151
- 152
- 153
- 154
- 155
- 156
- 157
- 158
- 159
- 160
- 161
- 162
- 163
- 164
- 165
- 166
- 167
- 168
- 169
- 170
- 171
- 172
- 173
- 174
- 175
- 176
- 177
- 178
- 179
- 180
- 181
- 182
- 183
- 184
- 185
- 186
- 187
- 188
- 189
- 190
- 191
- 192
- 193
- 194
- 195
- 196
- 197
- 198
- 199
- 200
- 201
- 202
- 203
- 204
- 205
- 206
- 207
- 208
- 209
- 210
- 211
- 212
- 213
- 214
- 215
- 216
- 217
- 218
<style>
/*********************************************************
RTO STYLES
**********************************************************/
#popup_rto_shade{
top: 0px;
left: 0px;
width: 100%;
height: 100%;
display: none;
z-index: 99998;
position: fixed;
background: rgba(33,33,33,0.8);
}
#popup_rto{
left: 0;
right: 0;
top: 10px;
width: 90%;
color: #433;
display: none;
margin: 0 auto;
z-index: 99999;
position: fixed;
padding: 40px 0px 25px;
text-align: center;
background: #ECE9DC;
border: 7px solid #d5c9bC;
font-family: gothambook, sans-serif;
}
.if_you_order{
color: #a99;
font-size: 12px;
padding-bottom: 15px;
}
.if_you_order > span{
color: #a10;
}
.save_additional{
font-size: 19px;
padding: 20px 0px;
}
.save_ten{
font-size: 90px;
font-weight: 700;
font-family: gothambold, sans-serif;
}
.save_ten > sup{
font-size: 0.5em;
}
.any_product{
font-size: 19px;
padding: 10px 0px 20px;
}
#popup_cta{
color: #fff;
font-size: 19px;
background: #c30;
font-weight: 700;
padding: 20px 20%;
border-radius: 5px;
display: inline-block;
text-decoration: none;
font-family: gothambold, sans-serif;
}
#popup_cta:hover{
background: #d32;
}
#popup_rto_x{
top: 10px;
right: 10px;
border: none;
display: block;
position: absolute;
text-decoration: none;
}
/********************************************************
CLOCK STYLES
*********************************************************/
#popup_clock{
color: #fdba3d;
font-size: 0px;
overflow: hidden;
position: relative;
border-radius: 4px;
display: inline-block;
vertical-align: middle;
border: 1px solid #000;
border-bottom: 1px solid #222;
background: #444 none repeat scroll 0% 0%;
box-shadow: 0px -35px 25px -15px rgba(22, 22, 22, 0.5) inset;
}
#popup_clock:after{
content: '';
left: 0px;
width: 100%;
height: 50%;
bottom: 0px;
position: absolute;
background: rgba(33, 33, 33, 0.3) none repeat scroll 0% 0%;
}
#popup_clock .popup_timeleft{
font-size: 15px;
padding: 3px;
}
#popup_clock > div{
padding: 0;
padding-top: 5px;
display: inline-block;
vertical-align: middle;
border-left: 1px solid #333;
border-right: 1px solid #555;
}
#popup_clock > div:last-of-type{
border-right: none;
}
.popup_time{
width: 35px;
font-size: 20px;
font-weight: 700;
text-align: right;
display: inline-block;
font-family: gothambold, sans-serif;
}
.popup_smalltext{
font-size: 20px;
padding-left: 8px;
padding-right: 10px;
}
@media (min-width: 700px){
#popup_rto{
width: 700px;
padding: 30px 0px;
}
.if_you_order{
font-size: 30px;
}
.save_additional{
font-size: 27px;
}
.save_ten{
font-size: 100px;
}
.any_product{
font-size: 25px;
}
#popup_cta{
font-size: 30px;
padding: 20px 130px;
}
#popup_clock .popup_timeleft{
font-size: 19px;
}
#popup_clock > div{
padding: 8px;
padding-top: 10px;
}
.popup_time{
width: 40px;
font-size: 31px;
}
}
</style>
<div id="popup_rto_shade">
</div>
<div id="popup_rto">
<a id="popup_rto_x" href="#">
<img src="http://m.rosettastone.com/assets/menu-close-black.png">
</a>
<div class="if_you_order">
— <span>If you order in the next 10 minutes</span> —
</div>
<div id="popup_clock">
<div class="popup_timeleft">
TIME LEFT:
</div>
<div>
<span class="popup_time minutes">10</span>
<span class="popup_smalltext">min</span>
</div>
<div>
<span class="popup_time seconds">00</span>
<span class="popup_smalltext">sec</span>
</div>
</div>
<div class="save_additional">SAVE AN ADDITIONAL</div>
<div class="save_ten">
<sup>$</sup><span id="popup_rto_amount">10</span>
</div>
<div class="any_product">OFF ANY PRODUCT</div>
<a id="popup_cta" href="http://www.rosettastone.com/lp/solo/btsagi/">SHOP NOW</a>
</div>