/*-- Generic Styles --*/

.btn:hover {
    color: #fff;
}


.buy-btn {
color: #fff;
display: inline-block;
border-radius: 4px;
border: 6px solid #e8e8e6;
transition: box-shadow .2s ease-in-out;
font-size: 45px;
margin: 0 -5px 5px -5px;
}

.buy-btn .box {
display: inline-block;
padding: 8px;
font-family: "Lilita One";
line-height: 1;
background: #ff9000;
border-radius: 4px;
box-shadow: 1px 1px 2px 0px #333;
position: relative;
width: 276px;
}

.buy-btn .box:hover {
background: #ff9b1a;
box-shadow: 1px 1px 5px 0px #333;
}

.buy-btn strong {
color: #7c4600;
text-shadow: 1px 1px 1px rgba(255,255,255,.5);
font-weight: normal;
font-size: 60px;
border-right: 1px solid #ffc67f;
box-shadow: 3px 0px 1px -2px;
}

.buy-btn .box sup {
font-size: 30px;
top: 13px;
position: absolute;
}
.buy-btn .box .price {
margin: 0 7px 0 20px;
}

.buy-btn em {
font-family: "PT Sans";
font-weight: bold;
font-size: 28px;
padding: 0;
font-style: normal;
position: absolute;
top: 28px;
right: 10px;
text-transform: uppercase;
text-shadow: 2px 2px 3px rgba(174,104,11,.9);
}

/*-- Buy Button --

.buy-btn {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:
        0 6px 0 #dd7000,
        0 13px 18px rgba(0,0,0,.35);
    -moz-box-shadow:
        0 6px 0 #dd7000,
        0 13px 18px rgba(0,0,0,.35);
    box-shadow:
        0 6px 0 #dd7000,
        0 13px 18px rgba(0,0,0,.35);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    -moz-transition: -moz-box-shadow .2s ease-in-out;
    -o-transition: -o-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    font-size: 24px;
    margin: 24px 0 0 0;
}

.buy-btn .box {
    display: inline-block;
    padding: 4px 12px 8px 12px;
    font-family: "Bevan", "Chunk Five", "Arial Black", Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 1.2;
    text-shadow: 2px 2px 2px rgba(174,104,11,.8);
    background: #3194c6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e07600), to(#ff9c12));
    background: -moz-linear-gradient(#e07600, #ff9c12);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,.15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,.15);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,.15);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;

    -webkit-animation-name: orangePulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.buy-btn .box:hover {
    text-shadow: 2px 2px 2px rgba(174,104,11,.8);
    background: #f78100;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f78100), to(#fea419));
    background: -moz-linear-gradient(#f78100, #fea419);
}

.buy-btn:active {
    -webkit-box-shadow:
        0 6px 0 #c96600,
        0 10px 10px rgba(0,0,0,.3);
    -moz-box-shadow:
        0 6px 0 #c96600,
        0 10px 10px rgba(0,0,0,.3);
    box-shadow:
        0 6px 0 #c96600,
        0 10px 10px rgba(0,0,0,.3);

}

.buy-btn:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.buy-btn sup {
    font-family: "Arial Black", Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: relative;
    top: -16px;
    left: -2px;
}

.buy-btn strong {
    color: #b05d00;
    text-shadow: 2px 1px 1px rgba(255,185,100,.8);
    font-size: 40px;
    position: relative; top: 2px;
    padding: 0 4px 0 0;
    font-weight: normal;
}

.buy-btn em {
    border-left: 1px dotted #b25e00;
    padding: 0 0 0 10px;
    font-style: normal;
}*/

/*-- Continue Button --*/

.continue-btn {
    color: #fff;
    display: inline-block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow:
        0 6px 0 #4e4e4e,
        0 13px 18px rgba(0,0,0,.35);
    -moz-box-shadow:
        0 6px 0 #4e4e4e,
        0 13px 18px rgba(0,0,0,.35);
    box-shadow:
        0 6px 0 #4e4e4e,
        0 13px 18px rgba(0,0,0,.35);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    -moz-transition: -moz-box-shadow .2s ease-in-out;
    -o-transition: -o-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
}

.continue-btn span {
    display: inline-block;
    padding: 10px 12px;
    font-family: "Bevan", "Chunk Five", "Arial Black", Helvetica, Arial, sans-serif;
    font-size: 23px;
    line-height: 1.2;
    text-shadow: 2px 2px 2px rgba(94,94,94,.8);
    background: #3194c6;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4e4e4e), to(#7f7f7f));
    background: -moz-linear-gradient(#4e4e4e, #7f7f7f);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 -1px 1px rgba(255,255,255,.15);
    -moz-box-shadow: inset 0 -1px 1px rgba(255,255,255,.15);
    box-shadow: inset 0 -1px 1px rgba(255,255,255,.15);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    -moz-transition: -moz-transform .2s ease-in-out;
    -o-transition: -o-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;

    -webkit-animation-name: grayPulse;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
}

.continue-btn span:hover {
    text-shadow: 2px 2px 2px rgba(94,94,94,.8);
    background: #7f7f7f;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#666), to(#666));
    background: -moz-linear-gradient(#666, #666);
}

.continue-btn:active {
    -webkit-box-shadow:
        0 6px 0 #999,
        0 10px 10px rgba(0,0,0,.3);
    -moz-box-shadow:
        0 6px 0 #999,
        0 10px 10px rgba(0,0,0,.3);
    box-shadow:
        0 6px 0 #999,
        0 10px 10px rgba(0,0,0,.3);
}

.continue-btn:active span {
    -webkit-transform: translate(0, 4px);
    -moz-transform: translate(0, 4px);
    -o-transform: translate(0, 4px);
    transform: translate(0, 4px);
}

.continue-btn sup {
    font-family: "Arial Black",
    Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: relative;
    top: 3px;
    left: -2px;
}

.continue-btn strong {
    color: #b05d00;
    text-shadow: 2px 1px 1px rgba(255,185,100,.8);
    font-size: 40px;
    position: relative; top: 2px;
    padding: 0 4px 0 0;
}

continue-btn em {
    padding: 0;
}

/*-- Orange Continue Button --*/

.continue-btn.orange {
    -webkit-box-shadow:
        0 6px 0 #dd7000,
        0 13px 18px rgba(0,0,0,.35);
    -moz-box-shadow:
        0 6px 0 #dd7000,
        0 13px 18px rgba(0,0,0,.35);
    box-shadow:
        0 6px 0 #dd7000,
        0 13px 18px rgba(0,0,0,.35);
}

.continue-btn.orange span {
    text-shadow: 2px 2px 2px rgba(174,104,11,.8);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e07600), to(#ff9c12));
    background: -moz-linear-gradient(#e07600, #ff9c12);
    -webkit-animation-name: orangePulse;
}

.continue-btn.orange span:hover {
    text-shadow: 2px 2px 2px rgba(174,104,11,.8);
    background: #f78100;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f78100), to(#fea419));
    background: -moz-linear-gradient(#f78100, #fea419);
}

.continue-btn.orange:active {
    -webkit-box-shadow:
        0 6px 0 #c96600,
        0 10px 10px rgba(0,0,0,.3);
    -moz-box-shadow:
        0 6px 0 #c96600,
        0 10px 10px rgba(0,0,0,.3);
    box-shadow:
        0 6px 0 #c96600,
        0 10px 10px rgba(0,0,0,.3);
}

/*-- Glowing Effects --*/

@-webkit-keyframes orangePulse {
    from { background-color: #FF5C00; -webkit-box-shadow: 0 0 9px #333; }
    50% { background-color: #ffa200; -webkit-box-shadow: 0 0 18px #ffa200; }
    to { background-color: #FF5C00; -webkit-box-shadow: 0 0 9px #333; }
}

@-webkit-keyframes grayPulse {
    from { background-color: #333; -webkit-box-shadow: 0 0 9px #333; }
    50% { background-color: #999; -webkit-box-shadow: 0 0 18px #ccc; }
    to { background-color: #333; -webkit-box-shadow: 0 0 9px #333; }
}
