/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
  -webkit-appearance: none;
}
::-moz-selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #fe57a1;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
table button, table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */
#container {
  width: 100%;
  background:   url(../images/bg-body.png) repeat-x   center 0;
  background-size: 640px 376px;
  min-height: 286px;
}
#container #video {
  width: 580px;
  height: 262px;
  margin: 8px auto 0 auto;
  display: block;
}
#container #header {
  width: 100%;
  height: 86px;
  text-align: center;
  position: relative;
  padding: 0;
}
#container #header img {
    width: 157px;
    height: 46px;
  margin-top: 16px;
}
#container #header a.lang {
  font-size: 18px;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 10px 8px;
  color: #ffffff;
  background-color: #df343a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#df343a), to(#7b090c));
  background-image: -webkit-linear-gradient(top, #df343a, #7b090c);
  background-image: -moz-linear-gradient(top, #df343a, #7b090c);
  background-image: -ms-linear-gradient(top, #df343a, #7b090c);
  background-image: -o-linear-gradient(top, #df343a, #7b090c);
  background-image: linear-gradient(to bottom, #df343a, #7b090c);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#container #header a.home {
  position: absolute;
  top: 14px;
  left: 20px;
}
#container #header a.home img {
  width: 62px;
  height: 62px;
  margin: 0;
}
#container div {
  min-width: 280px;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
#container div h1 {
  font-size: 28px;
  margin: 0;
  text-align: center;
}
#container div h1 em {
  color: #c52128;
}
#container div h1 em span {
  color: #231f20;
}
#container div h2 {
  color: #231f20;
  font-size: 28px;
  margin: 6px 0;
  text-align: center;
}
#container div h3 {
  color: #455353;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
  margin: .8em 0 0 0;
  padding: 22px 0;
  background: #dcdede url(../images/bg-seperator.png) no-repeat   center 0;
  background-size: 243px 59px;
}
#container div h3 strong {
  color: #c52128;
  font-style: italic;
}
#container div h3 strong em {
  color: #455353;
}
#container div p {
  color: #666666;
  font-size: 22px;
  text-align: center;
  margin: .5em 0;
}
#container div p a {
  color: #c52128;
  text-decoration: underline;
}
#container div dl, #container div dt, #container div dd {
  margin: 0;
}
#container div dl {
  background:   url(../images/bg-details-end.png) no-repeat   0 100%;
  background-size: 100% 76px;
  padding-bottom: 76px;
}
#container div dt {
  font-size: 30px;
  font-weight: bold;
  color: #455353;
  line-height: 76px;
  position: relative;
  height: 76px;
  background: #fff url(../images/bg-accordian-gradient.png) repeat-x   0 0;
  background-size: 100% 76px;
  cursor: pointer;
}
#container div dt.two-lines {
  line-height: 38px;
}
#container div dt img {
  float: left;
  margin-top: 13.5px;
  margin-left: 20px;
  margin-right: 52px;
  width: 28px;
  height: 49px;
}
#container div dt img.talk {
  margin-top: 17px;
  width: 50px;
  height: 42px;
  margin-right: 30px;
}
#container div dt img.save {
  margin-top: 16px;
  width: 44px;
  height: 44px;
  margin-right: 36px;
}
#container div dt img.control {
  margin-top: 15px;
  width: 58px;
  height: 46px;
  margin-right: 22px;
}
#container div dt img.inbox {
  margin-top: 15px;
  width: 44px;
  height: 46px;
  margin-right: 36px;
}
#container div dt img.contact {
  margin-top: 16px;
  width: 42px;
  height: 44px;
  margin-right: 38px;
}
#container div dt img.switch {
  margin-top: 10px;
  width: 64px;
  height: 56px;
  margin-right: 16px;
}
#container div dt span {
  width: 98px;
  height: 76px;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff url(../images/bg-accordian-chevron.png) no-repeat   0 0;
  background-size: 98px 152px;
  text-indent: -5000px;
}
#container div dt.open span {
  background-position: 0 bottom;
}
#container div dd {
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#container div dd p {
  color: #666666;
  font-size: 30px;
  line-height: 1.75em;
  margin: 1em 40px;
  text-align: left;
}
#container div dd p strong {
  font-style: italic;
}
#container div dd p strong em {
  color: #c52128;
}
#container div dd p strong.no-em {
  font-style: normal;
}
#container div dd p.accent {
  color: #231f20;
  clear: both;
}
#container div dd img.head {
  width: 100%;
}
#container div dd img.screen-capture {
  float: right;
  margin: 20px 0 20px 40px;
  width: 226px;
  height: 342px;
}
#container div dd.close {
  display: none;
}
#container div fieldset {
  width: 580px;
  margin: 0 auto;
  position: relative;
}
#container div fieldset legend {
  color: #666666;
  font-size: 22px;
  font-weight: normal;
  padding-bottom: 20px;
  text-align: center;
}
#container div fieldset input {
  color: #717171;
  font-size: 30px;
  float: left;
  clear: left;
  width: 324px;
  margin-bottom: 12px;
  border: 2px solid #d4dbdc;
  padding: 12px 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: none;
}
#container div fieldset input.error {
  border-color: #c52128;
}
#container div fieldset button {
  font-size: 36px;
  font-weight: bold;
  text-shadow: 1px 1px 4px #333;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #c91525;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
  background-image: -webkit-linear-gradient(top, #c91525, #720d15);
  background-image: -moz-linear-gradient(top, #c91525, #720d15);
  background-image: -ms-linear-gradient(top, #c91525, #720d15);
  background-image: -o-linear-gradient(top, #c91525, #720d15);
  background-image: linear-gradient(to bottom, #c91525, #720d15);
  padding: 47px 26px;
  margin-left: 10px;
  border: 2px solid #d4dbdc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 6px #666666;
  -moz-box-shadow: 1px 1px 6px #666666;
  box-shadow: 1px 1px 6px #666666;
}
#container div fieldset #errorMsg {
  font-size: 14px;
  font-weight: bold;
  color: #c52128;
  position: absolute;
  top: 28px;
  text-align: center;
  width: 100%;
  padding: 0 40px 0 0;
}
#container div.hello {
  min-height: 286px;
  background:   url(../images/bg-devices.png) no-repeat   90% -40px;
  background-size: 322px 348px;
}
#container div.hello img.hello {
  margin: 40px 0;
  width: 218px;
  height: 114px;
}
#container div.hello .lnk-demo {
  display: block;
  width: 70%;
  padding-left: 140px;
  margin-left: -44px;
  min-height: 88px;
  background:   url(../images/bg-icon-play.png) no-repeat   0 0;
  background-size: 158px 88px;
  font-size: 28px;
  color: #231f20;
}
#container div.hello .lnk-demo em {
  color: #c52128;
  font-weight: bold;
}
#container div.hello .lnk-demo em span {
  color: #231f20;
}
#container div.get-started {
  padding: 20px 0 0 0;
  background:   url(../images/bg-hrule.png) no-repeat   0 0;
  background-size: 100% 80px;
}
#container div.details {
  padding: 0;
  background: #f3f3f3;
}
#container div.thanks {
  min-width: 200px;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 60px;
}
#container div.thanks h1 {
  font-size: 36px;
  text-align: center;
  text-transform: uppercase;
  margin: 56px 0;
}
#container div.thanks h1 em {
  font-size: 52px;
  display: block;
}
#container div.thanks p {
  text-align: left;
  font-size: 32px;
}
#container div.share {
  min-height: 122px;
  padding-top: 80px;
  text-align: center;
  background: #8b191e url(../images/bg-share.png) no-repeat   0 0;
  background-size: 100% 202px;
}
#container #footer {
  margin: 0 auto;
  padding: 1px 0;
  min-width: 280px;
  max-width: 760px;
  background: #808181;
  text-align: center;
}
#container #footer p {
  text-align: center;
}
#container #footer p a {
  text-decoration: none;
}
#container #footer .btn {
  font-size: 36px;
  font-weight: bold;
  text-shadow: 1px 1px 4px #333;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #c91525;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
  background-image: -webkit-linear-gradient(top, #c91525, #720d15);
  background-image: -moz-linear-gradient(top, #c91525, #720d15);
  background-image: -ms-linear-gradient(top, #c91525, #720d15);
  background-image: -o-linear-gradient(top, #c91525, #720d15);
  background-image: linear-gradient(to bottom, #c91525, #720d15);
  padding: 20px 0;
  width: 100%;
  border: 2px solid #7f8787;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 1px 1px 6px #666666;
  -moz-box-shadow: 1px 1px 6px #666666;
  box-shadow: 1px 1px 6px #666666;
  display: block;
  text-align: center;
}
#container #footer h5, #container #footer p {
  font-size: 30px;
  color: #ffffff;
  margin: 0 1em 1em;
}
.french #container #video {
  width: 600px;
  height: 270px;
  margin: 4px auto 0 auto;
  display: block;
}
.french #container div h3 {
  font-size: 26px;
}
.french #container div fieldset input {
  font-size: 22px;
  width: 270px;
}
.french #container div fieldset button {
  font-size: 30px;
}
.french #container div.thanks {
  min-width: 280px;
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}
.french #container div.thanks h1 {
  text-align: left;
}
.french #container div.thanks h1 em {
  font-size: 40px;
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-width: 320px) and (max-width: 480px) {
  #container {
    width: 100%;
    background:   url(../images/bg-body.png) repeat-x   center 0;
    background-size: 320px 188px;
    min-height: 286px;
  }
  #container #video {
    width: 290px;
    height: 131px;
    margin: 4px auto 0 auto;
    display: block;
  }
  #container #header {
    width: 100%;
    height: 43px;
    text-align: center;
    position: relative;
    padding: 0;
  }
  #container #header img {
    width: 157px;
    height: 46px;
    margin-top: 8px;
  }
  #container #header a.lang {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 4px;
    color: #ffffff;
    background-color: #df343a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df343a), to(#7b090c));
    background-image: -webkit-linear-gradient(top, #df343a, #7b090c);
    background-image: -moz-linear-gradient(top, #df343a, #7b090c);
    background-image: -ms-linear-gradient(top, #df343a, #7b090c);
    background-image: -o-linear-gradient(top, #df343a, #7b090c);
    background-image: linear-gradient(to bottom, #df343a, #7b090c);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #container #header a.home {
    position: absolute;
    top: 7px;
    left: 10px;
  }
  #container #header a.home img {
    width: 31px;
    height: 31px;
    margin: 0;
  }
  #container div {
    min-width: 300px;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
  }
  #container div h1 {
    font-size: 14px;
    margin: 0;
    text-align: center;
  }
  #container div h1 em {
    color: #c52128;
  }
  #container div h1 em span {
    color: #231f20;
  }
  #container div h2 {
    color: #231f20;
    font-size: 14px;
    margin: 3px 0;
    text-align: center;
  }
  #container div h3 {
    color: #455353;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: .8em 0 0 0;
    padding: 11px 0;
    background: #dcdede url(../images/bg-seperator.png) no-repeat   center 0;
    background-size: 121.5px 29.5px;
  }
  #container div h3 strong {
    color: #c52128;
    font-style: italic;
  }
  #container div h3 strong em {
    color: #455353;
  }
  #container div p {
    color: #666666;
    font-size: 11px;
    text-align: center;
    margin: .5em 0;
  }
  #container div p a {
    color: #c52128;
    text-decoration: underline;
  }
  #container div dl, #container div dt, #container div dd {
    margin: 0;
  }
  #container div dl {
    background:   url(../images/bg-details-end.png) no-repeat   0 100%;
    background-size: 100% 38px;
    padding-bottom: 38px;
  }
  #container div dt {
    font-size: 15px;
    font-weight: bold;
    color: #455353;
    line-height: 38px;
    position: relative;
    height: 38px;
    background: #fff url(../images/bg-accordian-gradient.png) repeat-x   0 0;
    background-size: 100% 38px;
    cursor: pointer;
  }
  #container div dt.two-lines {
    line-height: 19px;
  }
  #container div dt img {
    float: left;
    margin-top: 6.75px;
    margin-left: 20px;
    margin-right: 26px;
    width: 14px;
    height: 24.5px;
  }
  #container div dt img.talk {
    margin-top: 8.5px;
    width: 25px;
    height: 21px;
    margin-right: 15px;
  }
  #container div dt img.save {
    margin-top: 8px;
    width: 22px;
    height: 22px;
    margin-right: 18px;
  }
  #container div dt img.control {
    margin-top: 7.5px;
    width: 29px;
    height: 23px;
    margin-right: 11px;
  }
  #container div dt img.inbox {
    margin-top: 7.5px;
    width: 22px;
    height: 23px;
    margin-right: 18px;
  }
  #container div dt img.contact {
    margin-top: 8px;
    width: 21px;
    height: 22px;
    margin-right: 19px;
  }
  #container div dt img.switch {
    margin-top: 5px;
    width: 32px;
    height: 28px;
    margin-right: 8px;
  }
  #container div dt span {
    width: 49px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff url(../images/bg-accordian-chevron.png) no-repeat   0 0;
    background-size: 49px 76px;
    text-indent: -5000px;
  }
  #container div dt.open span {
    background-position: 0 bottom;
  }
  #container div dd {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  #container div dd p {
    color: #666666;
    font-size: 15px;
    line-height: 1.75em;
    margin: 1em 20px;
    text-align: left;
  }
  #container div dd p strong {
    font-style: italic;
  }
  #container div dd p strong em {
    color: #c52128;
  }
  #container div dd p strong.no-em {
    font-style: normal;
  }
  #container div dd p.accent {
    color: #231f20;
    clear: both;
  }
  #container div dd img.head {
    width: 100%;
  }
  #container div dd img.screen-capture {
    float: right;
    margin: 10px 0 10px 20px;
    width: 113px;
    height: 171px;
  }
  #container div dd.close {
    display: none;
  }
  #container div fieldset {
    width: 290px;
    margin: 0 auto;
    position: relative;
  }
  #container div fieldset legend {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 10px;
    text-align: center;
  }
  #container div fieldset input {
    color: #717171;
    font-size: 15px;
    float: left;
    clear: left;
    width: 162px;
    margin-bottom: 6px;
    border: 1px solid #d4dbdc;
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: none;
  }
  #container div fieldset input.error {
    border-color: #c52128;
  }
  #container div fieldset button {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #c91525;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
    background-image: -webkit-linear-gradient(top, #c91525, #720d15);
    background-image: -moz-linear-gradient(top, #c91525, #720d15);
    background-image: -ms-linear-gradient(top, #c91525, #720d15);
    background-image: -o-linear-gradient(top, #c91525, #720d15);
    background-image: linear-gradient(to bottom, #c91525, #720d15);
    padding: 23.5px 13px;
    margin-left: 5px;
    border: 1px solid #d4dbdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px #666666;
    -moz-box-shadow: 1px 1px 3px #666666;
    box-shadow: 1px 1px 3px #666666;
  }
  #container div fieldset #errorMsg {
    font-size: 7px;
    font-weight: bold;
    color: #c52128;
    position: absolute;
    top: 14px;
    text-align: center;
    width: 100%;
    padding: 0 20px 0 0;
  }
  #container div.hello {
    min-height: 143px;
    background:   url(../images/bg-devices.png) no-repeat   90% -20px;
    background-size: 161px 174px;
  }
  #container div.hello img.hello {
    margin: 20px 0;
    width: 109px;
    height: 57px;
  }
  #container div.hello .lnk-demo {
    display: block;
    width: 70%;
    padding-left: 70px;
    margin-left: -22px;
    min-height: 44px;
    background:   url(../images/bg-icon-play.png) no-repeat   0 0;
    background-size: 79px 44px;
    font-size: 14px;
    color: #231f20;
  }
  #container div.hello .lnk-demo em {
    color: #c52128;
    font-weight: bold;
  }
  #container div.hello .lnk-demo em span {
    color: #231f20;
  }
  #container div.get-started {
    padding: 10px 0 0 0;
    background:   url(../images/bg-hrule.png) no-repeat   0 0;
    background-size: 100% 40px;
  }
  #container div.details {
    padding: 0;
    background: #f3f3f3;
  }
  #container div.thanks {
    min-width: 260px;
    max-width: 740px;
    margin: 0 auto;
    padding: 0 30px;
  }
  #container div.thanks h1 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 28px 0;
  }
  #container div.thanks h1 em {
    font-size: 26px;
    display: block;
  }
  #container div.thanks p {
    text-align: left;
    font-size: 16px;
  }
  #container div.share {
    min-height: 61px;
    padding-top: 40px;
    text-align: center;
    background: #8b191e url(../images/bg-share.png) no-repeat   0 0;
    background-size: 100% 101px;
  }
  #container #footer {
    margin: 0 auto;
    padding: 1px 0;
    min-width: 300px;
    max-width: 780px;
    background: #808181;
    text-align: center;
  }
  #container #footer p {
    text-align: center;
  }
  #container #footer p a {
    text-decoration: none;
  }
  #container #footer .btn {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #c91525;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
    background-image: -webkit-linear-gradient(top, #c91525, #720d15);
    background-image: -moz-linear-gradient(top, #c91525, #720d15);
    background-image: -ms-linear-gradient(top, #c91525, #720d15);
    background-image: -o-linear-gradient(top, #c91525, #720d15);
    background-image: linear-gradient(to bottom, #c91525, #720d15);
    padding: 10px 0;
    width: 100%;
    border: 1px solid #7f8787;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px #666666;
    -moz-box-shadow: 1px 1px 3px #666666;
    box-shadow: 1px 1px 3px #666666;
    display: block;
    text-align: center;
  }
  #container #footer h5, #container #footer p {
    font-size: 15px;
    color: #ffffff;
    margin: 0 1em 1em;
  }
  .french #container #video {
    width: 300px;
    height: 135px;
    margin: 2px auto 0 auto;
    display: block;
  }
  .french #container div h3 {
    font-size: 13px;
  }
  .french #container div fieldset input {
    font-size: 11px;
    width: 135px;
  }
  .french #container div fieldset button {
    font-size: 15px;
  }
  .french #container div.thanks {
    min-width: 300px;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .french #container div.thanks h1 {
    text-align: left;
  }
  .french #container div.thanks h1 em {
    font-size: 20px;
  }
}
/* Smartphones (large screen) ----------- */
@media only screen and (min-width: 480px) and (max-width: 639px) {
  #container {
    width: 100%;
    background:   url(../images/bg-body.png) repeat-x   center 0;
    background-size: 480px 282px;
    min-height: 286px;
  }
  #container #video {
    width: 435px;
    height: 196.5px;
    margin: 6px auto 0 auto;
    display: block;
  }
  #container #header {
    width: 100%;
    height: 64.5px;
    text-align: center;
    position: relative;
    padding: 0;
  }
  #container #header img {
    width: 174px;
    height: 39px;
    margin-top: 12px;
  }
  #container #header a.lang {
    font-size: 18px;
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 7.5px 6px;
    color: #ffffff;
    background-color: #df343a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df343a), to(#7b090c));
    background-image: -webkit-linear-gradient(top, #df343a, #7b090c);
    background-image: -moz-linear-gradient(top, #df343a, #7b090c);
    background-image: -ms-linear-gradient(top, #df343a, #7b090c);
    background-image: -o-linear-gradient(top, #df343a, #7b090c);
    background-image: linear-gradient(to bottom, #df343a, #7b090c);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #container #header a.home {
    position: absolute;
    top: 10.5px;
    left: 15px;
  }
  #container #header a.home img {
    width: 46.5px;
    height: 46.5px;
    margin: 0;
  }
  #container div {
    min-width: 290px;
    max-width: 770px;
    margin: 0 auto;
    padding: 0 15px;
  }
  #container div h1 {
    font-size: 21px;
    margin: 0;
    text-align: center;
  }
  #container div h1 em {
    color: #c52128;
  }
  #container div h1 em span {
    color: #231f20;
  }
  #container div h2 {
    color: #231f20;
    font-size: 21px;
    margin: 4.5px 0;
    text-align: center;
  }
  #container div h3 {
    color: #455353;
    font-size: 27px;
    font-weight: normal;
    text-align: center;
    margin: .8em 0 0 0;
    padding: 16.5px 0;
    background: #dcdede url(../images/bg-seperator.png) no-repeat   center 0;
    background-size: 182.25px 44.25px;
  }
  #container div h3 strong {
    color: #c52128;
    font-style: italic;
  }
  #container div h3 strong em {
    color: #455353;
  }
  #container div p {
    color: #666666;
    font-size: 16.5px;
    text-align: center;
    margin: .5em 0;
  }
  #container div p a {
    color: #c52128;
    text-decoration: underline;
  }
  #container div dl, #container div dt, #container div dd {
    margin: 0;
  }
  #container div dl {
    background:   url(../images/bg-details-end.png) no-repeat   0 100%;
    background-size: 100% 57px;
    padding-bottom: 57px;
  }
  #container div dt {
    font-size: 22.5px;
    font-weight: bold;
    color: #455353;
    line-height: 57px;
    position: relative;
    height: 57px;
    background: #fff url(../images/bg-accordian-gradient.png) repeat-x   0 0;
    background-size: 100% 57px;
    cursor: pointer;
  }
  #container div dt.two-lines {
    line-height: 28.5px;
  }
  #container div dt img {
    float: left;
    margin-top: 10.125px;
    margin-left: 20px;
    margin-right: 39px;
    width: 21px;
    height: 36.75px;
  }
  #container div dt img.talk {
    margin-top: 12.75px;
    width: 37.5px;
    height: 31.5px;
    margin-right: 22.5px;
  }
  #container div dt img.save {
    margin-top: 12px;
    width: 33px;
    height: 33px;
    margin-right: 27px;
  }
  #container div dt img.control {
    margin-top: 11.25px;
    width: 43.5px;
    height: 34.5px;
    margin-right: 16.5px;
  }
  #container div dt img.inbox {
    margin-top: 11.25px;
    width: 33px;
    height: 34.5px;
    margin-right: 27px;
  }
  #container div dt img.contact {
    margin-top: 12px;
    width: 31.5px;
    height: 33px;
    margin-right: 28.5px;
  }
  #container div dt img.switch {
    margin-top: 7.5px;
    width: 48px;
    height: 42px;
    margin-right: 12px;
  }
  #container div dt span {
    width: 73.5px;
    height: 57px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff url(../images/bg-accordian-chevron.png) no-repeat   0 0;
    background-size: 73.5px 114px;
    text-indent: -5000px;
  }
  #container div dt.open span {
    background-position: 0 bottom;
  }
  #container div dd {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  #container div dd p {
    color: #666666;
    font-size: 22.5px;
    line-height: 1.75em;
    margin: 1em 30px;
    text-align: left;
  }
  #container div dd p strong {
    font-style: italic;
  }
  #container div dd p strong em {
    color: #c52128;
  }
  #container div dd p strong.no-em {
    font-style: normal;
  }
  #container div dd p.accent {
    color: #231f20;
    clear: both;
  }
  #container div dd img.head {
    width: 100%;
  }
  #container div dd img.screen-capture {
    float: right;
    margin: 15px 0 15px 30px;
    width: 169.5px;
    height: 256.5px;
  }
  #container div dd.close {
    display: none;
  }
  #container div fieldset {
    width: 435px;
    margin: 0 auto;
    position: relative;
  }
  #container div fieldset legend {
    color: #666666;
    font-size: 16.5px;
    font-weight: normal;
    padding-bottom: 15px;
    text-align: center;
  }
  #container div fieldset input {
    color: #717171;
    font-size: 22.5px;
    float: left;
    clear: left;
    width: 243px;
    margin-bottom: 9px;
    border: 1.5px solid #d4dbdc;
    padding: 9px 15px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background: none;
  }
  #container div fieldset input.error {
    border-color: #c52128;
  }
  #container div fieldset button {
    font-size: 27px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #c91525;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
    background-image: -webkit-linear-gradient(top, #c91525, #720d15);
    background-image: -moz-linear-gradient(top, #c91525, #720d15);
    background-image: -ms-linear-gradient(top, #c91525, #720d15);
    background-image: -o-linear-gradient(top, #c91525, #720d15);
    background-image: linear-gradient(to bottom, #c91525, #720d15);
    padding: 35.25px 19.5px;
    margin-left: 7.5px;
    border: 1.5px solid #d4dbdc;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 4.5px #666666;
    -moz-box-shadow: 1px 1px 4.5px #666666;
    box-shadow: 1px 1px 4.5px #666666;
  }
  #container div fieldset #errorMsg {
    font-size: 10.5px;
    font-weight: bold;
    color: #c52128;
    position: absolute;
    top: 21px;
    text-align: center;
    width: 100%;
    padding: 0 30px 0 0;
  }
  #container div.hello {
    min-height: 214.5px;
    background:   url(../images/bg-devices.png) no-repeat   90% -30px;
    background-size: 241.5px 261px;
  }
  #container div.hello img.hello {
    margin: 30px 0;
    width: 163.5px;
    height: 85.5px;
  }
  #container div.hello .lnk-demo {
    display: block;
    width: 70%;
    padding-left: 105px;
    margin-left: -33px;
    min-height: 66px;
    background:   url(../images/bg-icon-play.png) no-repeat   0 0;
    background-size: 118.5px 66px;
    font-size: 21px;
    color: #231f20;
  }
  #container div.hello .lnk-demo em {
    color: #c52128;
    font-weight: bold;
  }
  #container div.hello .lnk-demo em span {
    color: #231f20;
  }
  #container div.get-started {
    padding: 15px 0 0 0;
    background:   url(../images/bg-hrule.png) no-repeat   0 0;
    background-size: 100% 60px;
  }
  #container div.details {
    padding: 0;
    background: #f3f3f3;
  }
  #container div.thanks {
    min-width: 230px;
    max-width: 710px;
    margin: 0 auto;
    padding: 0 45px;
  }
  #container div.thanks h1 {
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    margin: 42px 0;
  }
  #container div.thanks h1 em {
    font-size: 39px;
    display: block;
  }
  #container div.thanks p {
    text-align: left;
    font-size: 24px;
  }
  #container div.share {
    min-height: 91.5px;
    padding-top: 60px;
    text-align: center;
    background: #8b191e url(../images/bg-share.png) no-repeat   0 0;
    background-size: 100% 151.5px;
  }
  #container #footer {
    margin: 0 auto;
    padding: 1px 0;
    min-width: 290px;
    max-width: 770px;
    background: #808181;
    text-align: center;
  }
  #container #footer p {
    text-align: center;
  }
  #container #footer p a {
    text-decoration: none;
  }
  #container #footer .btn {
    font-size: 27px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #c91525;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
    background-image: -webkit-linear-gradient(top, #c91525, #720d15);
    background-image: -moz-linear-gradient(top, #c91525, #720d15);
    background-image: -ms-linear-gradient(top, #c91525, #720d15);
    background-image: -o-linear-gradient(top, #c91525, #720d15);
    background-image: linear-gradient(to bottom, #c91525, #720d15);
    padding: 15px 0;
    width: 100%;
    border: 1.5px solid #7f8787;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 1px 1px 4.5px #666666;
    -moz-box-shadow: 1px 1px 4.5px #666666;
    box-shadow: 1px 1px 4.5px #666666;
    display: block;
    text-align: center;
  }
  #container #footer h5, #container #footer p {
    font-size: 22.5px;
    color: #ffffff;
    margin: 0 1em 1em;
  }
  .french #container #video {
    width: 450px;
    height: 202.5px;
    margin: 3px auto 0 auto;
    display: block;
  }
  .french #container div h3 {
    font-size: 19.5px;
  }
  .french #container div fieldset input {
    font-size: 16.5px;
    width: 202.5px;
  }
  .french #container div fieldset button {
    font-size: 22.5px;
  }
  .french #container div.thanks {
    min-width: 290px;
    max-width: 770px;
    margin: 0 auto;
    padding: 0 15px;
  }
  .french #container div.thanks h1 {
    text-align: left;
  }
  .french #container div.thanks h1 em {
    font-size: 30px;
  }
}
/* Everything else ----------- */
@media only screen and (min-width: 640px) {
  #container {
    width: 100%;
    background:   url(../images/bg-body.png) repeat-x   center 0;
    background-size: 640px 376px;
    min-height: 286px;
  }
  #container #video {
    width: 580px;
    height: 262px;
    margin: 8px auto 0 auto;
    display: block;
  }
  #container #header {
    width: 100%;
    height: 86px;
    text-align: center;
    position: relative;
    padding: 0;
  }
  #container #header img {
    width: 157px;
    height: 46px;
    margin-top: 16px;
  }
  #container #header a.lang {
    font-size: 18px;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 10px 8px;
    color: #ffffff;
    background-color: #df343a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df343a), to(#7b090c));
    background-image: -webkit-linear-gradient(top, #df343a, #7b090c);
    background-image: -moz-linear-gradient(top, #df343a, #7b090c);
    background-image: -ms-linear-gradient(top, #df343a, #7b090c);
    background-image: -o-linear-gradient(top, #df343a, #7b090c);
    background-image: linear-gradient(to bottom, #df343a, #7b090c);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #container #header a.home {
    position: absolute;
    top: 14px;
    left: 20px;
  }
  #container #header a.home img {
    width: 62px;
    height: 62px;
    margin: 0;
  }
  #container div {
    min-width: 280px;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
  }
  #container div h1 {
    font-size: 28px;
    margin: 0;
    text-align: center;
  }
  #container div h1 em {
    color: #c52128;
  }
  #container div h1 em span {
    color: #231f20;
  }
  #container div h2 {
    color: #231f20;
    font-size: 28px;
    margin: 6px 0;
    text-align: center;
  }
  #container div h3 {
    color: #455353;
    font-size: 36px;
    font-weight: normal;
    text-align: center;
    margin: .8em 0 0 0;
    padding: 22px 0;
    background: #dcdede url(../images/bg-seperator.png) no-repeat   center 0;
    background-size: 243px 59px;
  }
  #container div h3 strong {
    color: #c52128;
    font-style: italic;
  }
  #container div h3 strong em {
    color: #455353;
  }
  #container div p {
    color: #666666;
    font-size: 22px;
    text-align: center;
    margin: .5em 0;
  }
  #container div p a {
    color: #c52128;
    text-decoration: underline;
  }
  #container div dl, #container div dt, #container div dd {
    margin: 0;
  }
  #container div dl {
    background:   url(../images/bg-details-end.png) no-repeat   0 100%;
    background-size: 100% 76px;
    padding-bottom: 76px;
  }
  #container div dt {
    font-size: 30px;
    font-weight: bold;
    color: #455353;
    line-height: 76px;
    position: relative;
    height: 76px;
    background: #fff url(../images/bg-accordian-gradient.png) repeat-x   0 0;
    background-size: 100% 76px;
    cursor: pointer;
  }
  #container div dt.two-lines {
    line-height: 38px;
  }
  #container div dt img {
    float: left;
    margin-top: 13.5px;
    margin-left: 20px;
    margin-right: 52px;
    width: 28px;
    height: 49px;
  }
  #container div dt img.talk {
    margin-top: 17px;
    width: 50px;
    height: 42px;
    margin-right: 30px;
  }
  #container div dt img.save {
    margin-top: 16px;
    width: 44px;
    height: 44px;
    margin-right: 36px;
  }
  #container div dt img.control {
    margin-top: 15px;
    width: 58px;
    height: 46px;
    margin-right: 22px;
  }
  #container div dt img.inbox {
    margin-top: 15px;
    width: 44px;
    height: 46px;
    margin-right: 36px;
  }
  #container div dt img.contact {
    margin-top: 16px;
    width: 42px;
    height: 44px;
    margin-right: 38px;
  }
  #container div dt img.switch {
    margin-top: 10px;
    width: 64px;
    height: 56px;
    margin-right: 16px;
  }
  #container div dt span {
    width: 98px;
    height: 76px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff url(../images/bg-accordian-chevron.png) no-repeat   0 0;
    background-size: 98px 152px;
    text-indent: -5000px;
  }
  #container div dt.open span {
    background-position: 0 bottom;
  }
  #container div dd {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  #container div dd p {
    color: #666666;
    font-size: 30px;
    line-height: 1.75em;
    margin: 1em 40px;
    text-align: left;
  }
  #container div dd p strong {
    font-style: italic;
  }
  #container div dd p strong em {
    color: #c52128;
  }
  #container div dd p strong.no-em {
    font-style: normal;
  }
  #container div dd p.accent {
    color: #231f20;
    clear: both;
  }
  #container div dd img.head {
    width: 100%;
  }
  #container div dd img.screen-capture {
    float: right;
    margin: 20px 0 20px 40px;
    width: 226px;
    height: 342px;
  }
  #container div dd.close {
    display: none;
  }
  #container div fieldset {
    width: 580px;
    margin: 0 auto;
    position: relative;
  }
  #container div fieldset legend {
    color: #666666;
    font-size: 22px;
    font-weight: normal;
    padding-bottom: 20px;
    text-align: center;
  }
  #container div fieldset input {
    color: #717171;
    font-size: 30px;
    float: left;
    clear: left;
    width: 324px;
    margin-bottom: 12px;
    border: 2px solid #d4dbdc;
    padding: 12px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: none;
  }
  #container div fieldset input.error {
    border-color: #c52128;
  }
  #container div fieldset button {
    font-size: 36px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #c91525;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
    background-image: -webkit-linear-gradient(top, #c91525, #720d15);
    background-image: -moz-linear-gradient(top, #c91525, #720d15);
    background-image: -ms-linear-gradient(top, #c91525, #720d15);
    background-image: -o-linear-gradient(top, #c91525, #720d15);
    background-image: linear-gradient(to bottom, #c91525, #720d15);
    padding: 47px 26px;
    margin-left: 10px;
    border: 2px solid #d4dbdc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 6px #666666;
    -moz-box-shadow: 1px 1px 6px #666666;
    box-shadow: 1px 1px 6px #666666;
  }
  #container div fieldset #errorMsg {
    font-size: 14px;
    font-weight: bold;
    color: #c52128;
    position: absolute;
    top: 28px;
    text-align: center;
    width: 100%;
    padding: 0 40px 0 0;
  }
  #container div.hello {
    min-height: 286px;
    background:   url(../images/bg-devices.png) no-repeat   90% -40px;
    background-size: 322px 348px;
  }
  #container div.hello img.hello {
    margin: 40px 0;
    width: 218px;
    height: 114px;
  }
  #container div.hello .lnk-demo {
    display: block;
    width: 70%;
    padding-left: 140px;
    margin-left: -44px;
    min-height: 88px;
    background:   url(../images/bg-icon-play.png) no-repeat   0 0;
    background-size: 158px 88px;
    font-size: 28px;
    color: #231f20;
  }
  #container div.hello .lnk-demo em {
    color: #c52128;
    font-weight: bold;
  }
  #container div.hello .lnk-demo em span {
    color: #231f20;
  }
  #container div.get-started {
    padding: 20px 0 0 0;
    background:   url(../images/bg-hrule.png) no-repeat   0 0;
    background-size: 100% 80px;
  }
  #container div.details {
    padding: 0;
    background: #f3f3f3;
  }
  #container div.thanks {
    min-width: 200px;
    max-width: 680px;
    margin: 0 auto;
    padding: 0 60px;
  }
  #container div.thanks h1 {
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    margin: 56px 0;
  }
  #container div.thanks h1 em {
    font-size: 52px;
    display: block;
  }
  #container div.thanks p {
    text-align: left;
    font-size: 32px;
  }
  #container div.share {
    min-height: 122px;
    padding-top: 80px;
    text-align: center;
    background: #8b191e url(../images/bg-share.png) no-repeat   0 0;
    background-size: 100% 202px;
  }
  #container #footer {
    margin: 0 auto;
    padding: 1px 0;
    min-width: 280px;
    max-width: 760px;
    background: #808181;
    text-align: center;
  }
  #container #footer p {
    text-align: center;
  }
  #container #footer p a {
    text-decoration: none;
  }
  #container #footer .btn {
    font-size: 36px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #c91525;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
    background-image: -webkit-linear-gradient(top, #c91525, #720d15);
    background-image: -moz-linear-gradient(top, #c91525, #720d15);
    background-image: -ms-linear-gradient(top, #c91525, #720d15);
    background-image: -o-linear-gradient(top, #c91525, #720d15);
    background-image: linear-gradient(to bottom, #c91525, #720d15);
    padding: 20px 0;
    width: 100%;
    border: 2px solid #7f8787;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 1px 1px 6px #666666;
    -moz-box-shadow: 1px 1px 6px #666666;
    box-shadow: 1px 1px 6px #666666;
    display: block;
    text-align: center;
  }
  #container #footer h5, #container #footer p {
    font-size: 30px;
    color: #ffffff;
    margin: 0 1em 1em;
  }
  .french #container #video {
    width: 600px;
    height: 270px;
    margin: 4px auto 0 auto;
    display: block;
  }
  .french #container div h3 {
    font-size: 26px;
  }
  .french #container div fieldset input {
    font-size: 22px;
    width: 270px;
  }
  .french #container div fieldset button {
    font-size: 30px;
  }
  .french #container div.thanks {
    min-width: 280px;
    max-width: 760px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .french #container div.thanks h1 {
    text-align: left;
  }
  .french #container div.thanks h1 em {
    font-size: 40px;
  }
}
/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #container {
    width: 100%;
    background:   url(../images/bg-body.png) repeat-x   center 0;
    background-size: 320px 188px;
    min-height: 286px;
  }
  #container #video {
    width: 290px;
    height: 131px;
    margin: 4px auto 0 auto;
    display: block;
  }
  #container #header {
    width: 100%;
    height: 43px;
    text-align: center;
    position: relative;
    padding: 0;
  }
  #container #header img {
    width: 157px;
    height: 46px;
    margin-top: 8px;
  }
  #container #header a.lang {
    font-size: 18px;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 4px;
    color: #ffffff;
    background-color: #df343a;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#df343a), to(#7b090c));
    background-image: -webkit-linear-gradient(top, #df343a, #7b090c);
    background-image: -moz-linear-gradient(top, #df343a, #7b090c);
    background-image: -ms-linear-gradient(top, #df343a, #7b090c);
    background-image: -o-linear-gradient(top, #df343a, #7b090c);
    background-image: linear-gradient(to bottom, #df343a, #7b090c);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }
  #container #header a.home {
    position: absolute;
    top: 7px;
    left: 10px;
  }
  #container #header a.home img {
    width: 31px;
    height: 31px;
    margin: 0;
  }
  #container div {
    min-width: 300px;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
  }
  #container div h1 {
    font-size: 14px;
    margin: 0;
    text-align: center;
  }
  #container div h1 em {
    color: #c52128;
  }
  #container div h1 em span {
    color: #231f20;
  }
  #container div h2 {
    color: #231f20;
    font-size: 14px;
    margin: 3px 0;
    text-align: center;
  }
  #container div h3 {
    color: #455353;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: .8em 0 0 0;
    padding: 11px 0;
    background: #dcdede url(../images/bg-seperator.png) no-repeat   center 0;
    background-size: 121.5px 29.5px;
  }
  #container div h3 strong {
    color: #c52128;
    font-style: italic;
  }
  #container div h3 strong em {
    color: #455353;
  }
  #container div p {
    color: #666666;
    font-size: 11px;
    text-align: center;
    margin: .5em 0;
  }
  #container div p a {
    color: #c52128;
    text-decoration: underline;
  }
  #container div dl, #container div dt, #container div dd {
    margin: 0;
  }
  #container div dl {
    background:   url(../images/bg-details-end.png) no-repeat   0 100%;
    background-size: 100% 38px;
    padding-bottom: 38px;
  }
  #container div dt {
    font-size: 15px;
    font-weight: bold;
    color: #455353;
    line-height: 38px;
    position: relative;
    height: 38px;
    background: #fff url(../images/bg-accordian-gradient.png) repeat-x   0 0;
    background-size: 100% 38px;
    cursor: pointer;
  }
  #container div dt.two-lines {
    line-height: 19px;
  }
  #container div dt img {
    float: left;
    margin-top: 6.75px;
    margin-left: 20px;
    margin-right: 26px;
    width: 14px;
    height: 24.5px;
  }
  #container div dt img.talk {
    margin-top: 8.5px;
    width: 25px;
    height: 21px;
    margin-right: 15px;
  }
  #container div dt img.save {
    margin-top: 8px;
    width: 22px;
    height: 22px;
    margin-right: 18px;
  }
  #container div dt img.control {
    margin-top: 7.5px;
    width: 29px;
    height: 23px;
    margin-right: 11px;
  }
  #container div dt img.inbox {
    margin-top: 7.5px;
    width: 22px;
    height: 23px;
    margin-right: 18px;
  }
  #container div dt img.contact {
    margin-top: 8px;
    width: 21px;
    height: 22px;
    margin-right: 19px;
  }
  #container div dt img.switch {
    margin-top: 5px;
    width: 32px;
    height: 28px;
    margin-right: 8px;
  }
  #container div dt span {
    width: 49px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff url(../images/bg-accordian-chevron.png) no-repeat   0 0;
    background-size: 49px 76px;
    text-indent: -5000px;
  }
  #container div dt.open span {
    background-position: 0 bottom;
  }
  #container div dd {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  #container div dd p {
    color: #666666;
    font-size: 15px;
    line-height: 1.75em;
    margin: 1em 20px;
    text-align: left;
  }
  #container div dd p strong {
    font-style: italic;
  }
  #container div dd p strong em {
    color: #c52128;
  }
  #container div dd p strong.no-em {
    font-style: normal;
  }
  #container div dd p.accent {
    color: #231f20;
    clear: both;
  }
  #container div dd img.head {
    width: 100%;
  }
  #container div dd img.screen-capture {
    float: right;
    margin: 10px 0 10px 20px;
    width: 113px;
    height: 171px;
  }
  #container div dd.close {
    display: none;
  }
  #container div fieldset {
    width: 290px;
    margin: 0 auto;
    position: relative;
  }
  #container div fieldset legend {
    color: #666666;
    font-size: 11px;
    font-weight: normal;
    padding-bottom: 10px;
    text-align: center;
  }
  #container div fieldset input {
    color: #717171;
    font-size: 15px;
    float: left;
    clear: left;
    width: 162px;
    margin-bottom: 6px;
    border: 1px solid #d4dbdc;
    padding: 6px 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: none;
  }
  #container div fieldset input.error {
    border-color: #c52128;
  }
  #container div fieldset button {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #c91525;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
    background-image: -webkit-linear-gradient(top, #c91525, #720d15);
    background-image: -moz-linear-gradient(top, #c91525, #720d15);
    background-image: -ms-linear-gradient(top, #c91525, #720d15);
    background-image: -o-linear-gradient(top, #c91525, #720d15);
    background-image: linear-gradient(to bottom, #c91525, #720d15);
    padding: 23.5px 13px;
    margin-left: 5px;
    border: 1px solid #d4dbdc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px #666666;
    -moz-box-shadow: 1px 1px 3px #666666;
    box-shadow: 1px 1px 3px #666666;
  }
  #container div fieldset #errorMsg {
    font-size: 7px;
    font-weight: bold;
    color: #c52128;
    position: absolute;
    top: 14px;
    text-align: center;
    width: 100%;
    padding: 0 20px 0 0;
  }
  #container div.hello {
    min-height: 143px;
    background:   url(../images/bg-devices.png) no-repeat   90% -20px;
    background-size: 161px 174px;
  }
  #container div.hello img.hello {
    margin: 20px 0;
    width: 109px;
    height: 57px;
  }
  #container div.hello .lnk-demo {
    display: block;
    width: 70%;
    padding-left: 70px;
    margin-left: -22px;
    min-height: 44px;
    background:   url(../images/bg-icon-play.png) no-repeat   0 0;
    background-size: 79px 44px;
    font-size: 14px;
    color: #231f20;
  }
  #container div.hello .lnk-demo em {
    color: #c52128;
    font-weight: bold;
  }
  #container div.hello .lnk-demo em span {
    color: #231f20;
  }
  #container div.get-started {
    padding: 10px 0 0 0;
    background:   url(../images/bg-hrule.png) no-repeat   0 0;
    background-size: 100% 40px;
  }
  #container div.details {
    padding: 0;
    background: #f3f3f3;
  }
  #container div.thanks {
    min-width: 260px;
    max-width: 740px;
    margin: 0 auto;
    padding: 0 30px;
  }
  #container div.thanks h1 {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    margin: 28px 0;
  }
  #container div.thanks h1 em {
    font-size: 26px;
    display: block;
  }
  #container div.thanks p {
    text-align: left;
    font-size: 16px;
  }
  #container div.share {
    min-height: 61px;
    padding-top: 40px;
    text-align: center;
    background: #8b191e url(../images/bg-share.png) no-repeat   0 0;
    background-size: 100% 101px;
  }
  #container #footer {
    margin: 0 auto;
    padding: 1px 0;
    min-width: 300px;
    max-width: 780px;
    background: #808181;
    text-align: center;
  }
  #container #footer p {
    text-align: center;
  }
  #container #footer p a {
    text-decoration: none;
  }
  #container #footer .btn {
    font-size: 18px;
    font-weight: bold;
    text-shadow: 1px 1px 4px #333;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #c91525;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#c91525), to(#720d15));
    background-image: -webkit-linear-gradient(top, #c91525, #720d15);
    background-image: -moz-linear-gradient(top, #c91525, #720d15);
    background-image: -ms-linear-gradient(top, #c91525, #720d15);
    background-image: -o-linear-gradient(top, #c91525, #720d15);
    background-image: linear-gradient(to bottom, #c91525, #720d15);
    padding: 10px 0;
    width: 100%;
    border: 1px solid #7f8787;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 3px #666666;
    -moz-box-shadow: 1px 1px 3px #666666;
    box-shadow: 1px 1px 3px #666666;
    display: block;
    text-align: center;
  }
  #container #footer h5, #container #footer p {
    font-size: 15px;
    color: #ffffff;
    margin: 0 1em 1em;
  }
  .french #container #video {
    width: 300px;
    height: 135px;
    margin: 2px auto 0 auto;
    display: block;
  }
  .french #container div h3 {
    font-size: 13px;
  }
  .french #container div fieldset input {
    font-size: 11px;
    width: 135px;
  }
  .french #container div fieldset button {
    font-size: 15px;
  }
  .french #container div.thanks {
    min-width: 300px;
    max-width: 780px;
    margin: 0 auto;
    padding: 0 10px;
  }
  .french #container div.thanks h1 {
    text-align: left;
  }
  .french #container div.thanks h1 em {
    font-size: 20px;
  }
}
a {
  text-decoration: none;
  color: #c52128;
}
/* ==|== print styles ======================================================= */
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
