.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	-moz-animation-duration: 2s;
	-ms-animation-duration: 2s;
	-o-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-moz-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@-o-keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

@keyframes fadeIn {
	0% {opacity: 0;}	
	100% {opacity: 1;}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}



/* 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, 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;
}
/* HTML5 display-role reset for older browsers */
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;
}
strong {font-weight:bold;}
em {font-style:italic;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*End Reset*/

.cf:before, .cf:after {
    content: "";
    display: block;
}

.cf:after {
    clear: both;
}

html {
    min-height: 100%;
}

body {
  font: 13px/20px 'Lucida Grande', Verdana, sans-serif;
}

html, body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.container {
    width: 300px;
    margin: auto;
    position: relative;
    top: 20px;
    padding: 0 20px;
}

.checkout {
  width: 260px;
  margin: 30px auto;
  padding: 15px;
}


  
.checkout > p {
  zoom: 1;
}
.checkout > p:before, .checkout > p:after {
  content: '';
  display: table;
}
.checkout > p:after {
  clear: both;
}
.checkout > p + p {
  margin-top: 15px;
}

.checkout-header {
  position: relative;
  margin: -15px -15px 15px;
}

.checkout-title {
  padding: 10px 15px;
  line-height: 38px;
  font: 13px 'Lucida Grande', Verdana, sans-serif;
  font-weight: bold;
  color: #7f889e;
  text-shadow: 0 1px rgba(255, 255, 255, 0.7);
  background: #eceff5;
  border-bottom: 1px solid #c5ccdb;
  border-radius: 7px 7px 0 0;
  background-image: -webkit-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -moz-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: -o-linear-gradient(top, #f5f8fb, #e9edf3);
  background-image: linear-gradient(to bottom, #f5f8fb, #e9edf3);
  -webkit-box-shadow: inset 0 1px white;
  box-shadow: inset 0 1px white;
  letter-spacing: 0px;
}
.checkout-title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
}



.checkout-price {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 40px;
  font: 14px/40px Helvetica, Arial, sans-serif;
  color: white;
  text-align: center;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
  text-indent: -1px;
  letter-spacing: -1px;
  background: #FF0000!important;
  border: 1px solid #FF0000!important;
  border-color: #b33323 #ab3123 #982b1f;
  border-radius: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: -webkit-linear-gradient(top, #f75a3b, #d63b29);
  background-image: -moz-linear-gradient(top, #f75a3b, #d63b29);
  background-image: -o-linear-gradient(top, #f75a3b, #d63b29);
  background-image: linear-gradient(to bottom, #f75a3b, #d63b29);
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2);
}
.checkout-price:before {
  content: '';
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: 3px;
  right: 3px;
  border: 2px solid #f5f8fb;
  border-radius: 18px;
  -webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.2), inset 0 -1px 1px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.25);
}




p {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
    text-align: center;
    font-family: 'Lucida Grande', Verdana, sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin: 15px 0;
}

p a {
    text-decoration: none;
    color: #94abb8;
    background: #fff;
    padding: 2px 4px;
    border-radius: 3px;
    text-shadow: none;

}

.form-row {
    display: block;
    margin: 20px 0;
}

input[type=text] {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    font-family: 'Lucida Grande', Verdana, sans-serif;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 35px;
    padding: 0 10px;
    border: 1px solid #4e3043;
    border: 1px solid rgba(78,48,67,0.8);
    background: rgba(0,0,0,0.15);
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.2),inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2),inset 0 1px 1px rgba(0,0,0,0.1);
	color: #ffffff;
}

::-webkit-input-placeholder { /* WebKit browsers */
  color: #613B34;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #613B34;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:   #613B34;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #613B34;
}




input[type=text]:focus{
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.2),inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 3px rgba(255,255,255,0.15);
    box-shadow: 0 1px 0 rgba(255,255,255,0.2),inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 3px rgba(255,255,255,0.15);
    outline: 0;
}







.card-cvc, .card-expiry { width: 100%; text-align: center; }

.halfsies {
    float: left;
    width: 50%;
}
.halfsies:first-child { padding-right: 20px; }

.submit-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    height: 45px;
    font-family: 'Lucida Grande', Verdana, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    cursor: pointer;
    font-weight: bold;
    color: white;
    text-align: center;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2);
    background: #634056;
    background: -moz-linear-gradient(rgba(99,64,86,0.5),rgba(76,49,65,0.7));
    background: -ms-linear-gradient(rgba(99,64,86,0.5),rgba(76,49,65,0.7));
    background: -o-linear-gradient(rgba(99,64,86,0.5),rgba(76,49,65,0.7));
    background: -webkit-gradient(linear,0 0,0 100%,from(rgba(99,64,86,0.5)),to(rgba(76,49,65,0.7)));
    background: -webkit-linear-gradient(rgba(99,64,86,0.5),rgba(76,49,65,0.7));
    background: linear-gradient(rgba(99,64,86,0.5),rgba(76,49,65,0.7));
    border-radius: 5px;
    border: 1px solid #4e3043;
    box-shadow: inset 0 1px rgba(255,255,255,0.4),0 2px 1px rgba(0,0,0,0.1);
    text-shadow: 0 1px 0 rgba(0,0,0,0.3);
}





.submit-button:active {
    box-shadow: 0 1px 0 rgba(255,255,255,0.2),inset 0 1px 1px rgba(0,0,0,0.1),0 0 0 3px rgba(255,255,255,0.15);
    outline: 0;
}




.submit-button[disabled="disabled"] {
    opacity: 0.5;
    pointer-events: none;
}

.payment-errors, .payment-success {
    display: block;
    width: 100%;
    font-family: 'Lucida Grande', Verdana, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    background: #fff;
    border-radius: 3px;
    margin: 10px 0;
    text-align: center;
    padding: 10px 0;
}

.payment-errors {
    color: #f12531;
}

.payment-success {
    color: #666;
}

input.error {
    border: 1px solid #f12531;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.3), 0 0 8px rgba(241,37,48, 0.7);
}

@media only screen and (max-width: 400px) {
    .checkout, .container {
        width: 100%!important;
    }
    
    .checkout {
    margin: 15px auto 10px;
    }
    
    .container {
    	top: 0px!important;
    }
    
    .checkout-price {
    	right: -2px;
    }
    
    input[type=text] {
    font-size: 14px;
    }
}