/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)

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;
}

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  color: #333;
  font-family: "Helvetica Neue", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 32px;
  padding: 16px;
}
a {
  color: #1177dd;
  text-decoration: none;
}
a:hover {
  border-bottom: 1px solid #1177dd;
}
a.button {
  background: -webkit-gradient(linear, left top, left bottom, from(#3290ef), to(#1177dd));
  background: -webkit-linear-gradient(#3290ef, #1177dd);
  background: -moz-linear-gradient(#3290ef, #1177dd);
  background: -ms-linear-gradient(#3290ef, #1177dd);
  background: -o-linear-gradient(#3290ef, #1177dd);
  background: linear-gradient(#3290ef, #1177dd);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0f6ac5;
  color: #ffffff;
  display: block;
  border-bottom: 2px solid #0d5dae;
  font-size: 24px;
  line-height: 62px;
  padding: 0 30px;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
}
a.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#499df1), to(#1a84ed));
  background: -webkit-linear-gradient(#499df1, #1a84ed);
  background: -moz-linear-gradient(#499df1, #1a84ed);
  background: -ms-linear-gradient(#499df1, #1a84ed);
  background: -o-linear-gradient(#499df1, #1a84ed);
  background: linear-gradient(#499df1, #1a84ed);
  border-bottom-color: #0f6ac5;
  color: #ffffff;
}
a.button:active {
  -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.4);
  border-bottom: none;
  margin-top: 2px;
}
h1 {
  font-size: 56px;
  font-weight: 200;
  line-height: 64px;
}
h2 {
  color: #888;
  font-family: serif;
  font-size: 20px;
  font-style: italic;
  margin-bottom: 32px;
}
h3 {
  font-weight: 600;
  text-transform: uppercase;
}
p {
  color: #707070;
  margin-bottom: 32px;
}
*/
.list {
  color: #707070;
  font-size: 14px;
  list-style: disc;
  margin-bottom: 32px;
  margin-left: 25px;
}
.list .list {
  margin-bottom: 0;
}
code {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #555;
  font-family: monospace;
  font-size: 14px;
}
pre code {
  display: block;
  line-height: 20px;
  overflow: scroll;
  padding: 14px 20px;
}
.demo .numbers {
  background-color: #ffd;
  border: 1px solid #eec;
  margin-bottom: 32px;
  padding: 16px 20px;
}
.demo .numbers p {
  margin-bottom: 0;
}
.demo .numbers .list {
  margin-bottom: 0;
}
.example {
  clear: both;
  margin-bottom: 32px;
}
.cards {
  overflow: hidden;
}
.cards li {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  background-image: url(card_logos.custom.png?sdfdsf);
  background-position: 0 0;
  float: left;
  height: 32px;
  margin-right: 8px;
  text-indent: -9999px;
  width: 51px;
}
.cards li:last-child {
  margin-right: 0;
}



.cards .jcb {
  background-position: 51px 0;
}
.cards .discover {
  background-position: 102px 0;
}

.cards .amex {
  background-position: 153px 0;
}

.cards .mastercard {
  background-position: 204px 0;
}

.cards .visa_electron {
  background-position: 255px 0;
}

.cards .visa {
  background-position: 306px 0;
}

.cards .diners_club_carte_blanche {
  background-position: 408px 0;
}

.cards .diners_club_international {
  background-position: 408px 0;
}

.cards .jcb.off {
  background-position: 51px 32px;
}

.cards .discover.off {
  background-position: 102px 32px;
}

.cards .amex.off {
  background-position: 153px 32px;
}

.cards .mastercard.off {
  background-position: 204px 32px;
}

.cards .visa_electron.off {
  background-position: 255px 32px;
}

.cards .visa.off {
  background-position: 306px 32px;
}

.cards .diners_club_carte_blanche.off {
  background-position: 408px 32px;
}

.cards .diners_club_international.off {
  background-position: 408px 32px;
}





.cc_validator {
  -webkit-box-shadow: 0 1px 3px #bbbbbb;
  -moz-box-shadow: 0 1px 3px #bbbbbb;
  box-shadow: 0 1px 3px #bbbbbb;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -webkit-linear-gradient(#ffffff, #f5f5f5);
  background: -moz-linear-gradient(#ffffff, #f5f5f5);
  background: -ms-linear-gradient(#ffffff, #f5f5f5);
  background: -o-linear-gradient(#ffffff, #f5f5f5);
  background: linear-gradient(#ffffff, #f5f5f5);
  background-color: #f8f8f8;
  border: 5px solid #fff;
}
.cc_validator h2 {
  color: #555;
  font-family: "Helvetica Neue", Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  margin-bottom: 0;
}
.cc_validator li {
  margin: 8px 0;
}
.cc_validator label {
  color: #555;
  display: block;
  font-size: 14px;
}
.cc_validator label small {
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  text-transform: uppercase;
}
.cc_validator input {
  -webkit-box-shadow: inset 0 1px 3px -1px #aaaaaa;
  -moz-box-shadow: inset 0 1px 3px -1px #aaaaaa;
  box-shadow: inset 0 1px 3px -1px #aaaaaa;
  border: 1px solid #aaa;
  border-color: #aaa #ddd #ddd #aaa;
  color: #333;
  display: block;
  font-size: 18px;
  height: 30px;
  padding: 0 5px;
  width: 300px;
  -moz-box-sizing: content-box;
}
.cc_validator input.validcc {
  background: url(tick.png) 270px center no-repeat;
}
.vertical {
  overflow: hidden;
}
.vertical li {
  float: left;
  width: 140px;
}
.vertical li .or {
  color: #aaa;
  float: left;
  font-size: 12px;
  margin-left: -8px;
  margin-top: 32px;
}
.vertical li:last-child {
  float: right;
  text-align: right;
}
.vertical li:last-child input {
  float: right;
}
.vertical input {
  width: 68px;
}
.footer {
  font-size: 12px;
  text-align: center;
}
.fork_me {
  right: 0;
  position: absolute;
  top: 0;
}
.fork_me a:hover {
  border: none;
}
@media screen and (max-width: 767px) {
  .demo .numbers ul {
    margin-left: 0;
    overflow: hidden;
  }
  .demo .numbers ul li {
    float: left;
    margin-left: 24px;
  }
}
@media screen and (min-width: 768px) {
  body {
    margin: 0;
  }
  #container {
    margin: 32px auto;
    width: 700px;
  }
  .cc_validator {
    vertical-align:top;
    margin: 0 0 32px;
  }
  .demo .numbers {
    float: right;
  }
  .download {
    clear: both;
  }
  
  .cards 
  {
    margin:0px;
  }
}
