/*
 * Global
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */

html,
body {
    font-size: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #f9f9f9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    color: #453333;
}

h2,
h3,
h4 {
    color: #666060;
    text-align: center;
}

p {
    text-align: center;
}

a {
    color: #999;
    text-decoration: none;
}

/*
 * Page Elements
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */

h1.title {
    background: transparent url('images/img_logo.png') left top no-repeat;
    background-size: 100% auto;
    width: 290px;
    height: 200px;
    font-size: 0;
    line-height: 0;
    margin: 10px auto 10px auto;
    padding: 0;
}

h1.title.jakesfireworks {
    background-image: url('images/Jakes-Fireworks-Logo.png');
    width: 210px;
    height: 200px;
}

h1.title.americandreamfireworks {
    background-image: url('images/American-Dream-Fireworks-logo-bg.png');
    width: 542px;
    height: 136px;
    margin-bottom: 20px;
}

h1.title.blackjackfireworks {
    background-image: url('images/BlackJack-Fireworks-logo.png');
    width: 330px;
    height: 320px;
    margin-bottom: 20px;
}

h1.title.bomberbrothersfireworks {
    background-image: url('images/Bomber-Brothers-Fireworks-logo.png');
    width: 542px;
    height: 181px;
    margin-bottom: 20px;
}

h1.title.grandslamfireworks {
    background-image: url('images/Grand-Slam-Fireworks-logo.png');
    width: 542px;
    height: 278px;
    margin-bottom: 20px;
}

h1.title.louisianafireworks {
    background-image: url('images/Louisiana-Fireworks-logo.png');
    width: 290px;
    height: 178px;
    margin-bottom: 20px;
}

h1.title.southernboomfireworks {
    background-image: url('images/Southern-Boom-Fireworks-logo.png');
    width: 290px;
    height: 47px;
}

h1.title.wholesalefireworks {
    background-image: url('images/Wholesale-Fireworks-logo.png');
    width: 260px;
    height: 260px;
    margin-bottom: 20px;
}

h1.title a {
    display: block;
    width: 100%;
    height: 100%;
}

.page {
    background: #f0efef;
    margin: 0 15px 10px 15px;
    padding: 20px 15px 30px 15px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
}

.account-container {
    text-align: center;
}

.btn,
input[type="submit"] {
    display: block;
    background-color: #f62a1d;
    font-size: 1rem;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin: 0 auto 6px auto;
    padding: 10px 16px 9px 16px;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.3);
}
input[type="submit"] {
    margin: 12px auto 12px auto;
    outline: 0;
}

fieldset {
    text-align: center;
    border-color: rgba(0,0,0,0.1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 12px 20px 10px 15px;
}
legend {
    color: #888080;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
    display: block;
    width: 300px;
    font-size: 1rem;
    border: 2px solid rgba(99,66,66,0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: 0;
    margin: 10px auto 10px auto;
    padding: 6px 8px 6px 8px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
    border: 2px solid rgba(99,66,66,0.6);
    outline: 0;
}
form ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.error, .alert {
    color: #f62a1d;
    font-style: italic;
}

.recaptcha-container {
    position: relative;
    text-align: center;
}

div.g-recaptcha {
    margin: 0 auto;
}

div.g-recaptcha > div,
div.g-recaptcha > div > div {
    margin: 0 auto;
}

.footer {

}

.footer .pyrovip {
    display: block;
    background: transparent url('images/img_logo.png') left top no-repeat;
    background-size: 100% auto;
    width: 150px;
    height: 103px;
    font-size: 0;
    line-height: 0;
    margin: 10px auto 12px auto;
    padding: 0;
}

/*
 * Animation Elements
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */

@-webkit-keyframes background-color {
    0% { background-color: #707070; }
    100% { background-color: #a0a0a0; }
}
@-moz-keyframes background-color {
    0% { background-color: #707070; }
    100% { background-color: #a0a0a0; }
}
.loading {
    font-size: 0;
    line-height: 0;
    text-align: center;
    margin: 20px auto 15px auto;
}
.loading span {
    display: inline-block;
    background-color: #a0a0a0;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation-name: background-color;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-name: background-color;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    animation-name: background-color;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.loading span:nth-of-type(2) {
    -webkit-animation-delay: 100ms;
    -moz-animation-delay: 100ms;
    animation-delay: 100ms;
}
.loading span:nth-of-type(3) {
    -webkit-animation-delay: 300ms;
    -moz-animation-delay: 300ms;
    animation-delay: 300ms;
}

/*
 * Print Elements
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */

.account-card {
    max-width: 700px;
    text-align: center;
    margin: 20px auto 0 auto;
    padding: 10px 10px 20px 10px;
    border: 2px solid rgba(0,0,0,0.5);
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}
.account-card.small {
    background-color: #fff;
    width: 250px;
    margin: 20px auto 0 auto;
    padding: 4px 4px 2px 4px;
    border: 1px solid rgba(0,0,0,0.5);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.3);
}
.account-card h1.title,
.account-card .title-print {
    width: 360px;
    height: 248px;
}
.account-card h1.title.jakesfireworks {
    width: 260px;
    height: 248px;
}
.account-card h1.title.americandreamfireworks {
    width: 260px;
    height: 65px;
}
.account-card h1.title.bomberbrothersfireworks {
    width: 260px;
    height: 87px;
}
.account-card h1.title.grandslamfireworks {
    width: 260px;
    height: 133px;
}
.account-card h1.title.louisianafireworks {
    width: 360px;
    height: 222px;
}
.account-card h1.title.southernboomfireworks {
    width: 260px;
    height: 58px;
}
.account-card h1.title.wholesalefireworks {
    width: 248px;
    height: 248px;
}
.account-card.small h1.title {
    width: 116px;
    height: 80px;
    margin: 0 auto 4px auto;
}
.account-card.small h1.title.jakesfireworks {
}
.account-card.small h1.title.louisianafireworks {
}
.account-card.small h1.title.southernboomfireworks {
}
.account-card.small h1.title.wholesalefireworks {
}
.account-card-id {
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    margin: 0 auto 10px auto;
}
.account-card.small .account-card-id {
    font-size: 0.875rem;
    margin: 0 auto 6px auto;
}
.account-card.small .code-container {
    height: 40px;
}
.account-card.small #account-card-code {
    -webkit-transform: translate(-50%, -25%) scale(0.5, 0.5) !important;
    -moz-transform: translate(-50%, -25%) scale(0.5, 0.5) !important;
    -ms-transform: translate(-50%, -25%) scale(0.5, 0.5) !important;
    transform: translate(-50%, -25%) scale(0.5, 0.5) !important;
    margin-left: 50%;
}

/*
 * Media Queries: Large Phone, Tablet and Desktop
 * ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 */

@media screen and (min-width: 480px) {
    .page {
        margin: 0 20px 10px 20px;
        padding: 20px 20px 30px 20px;
    }
    h1.title,
    .account-card h1.title {
        width: 360px;
        height: 248px;
    }
    h1.title.jakesfireworks,
    .account-card h1.title.jakesfireworks {
        width: 260px;
        height: 248px;
    }
    h1.title.americandreamfireworks,
    .account-card h1.title.americandreamfireworks {
        width: 260px;
        height: 65px;
    }
    h1.title.bomberbrothersfireworks,
    .account-card h1.title.bomberbrothersfireworks {
        width: 260px;
        height: 81px;
    }
    h1.title.grandslamfireworks,
    .account-card h1.title.grandslamfireworks {
        width: 260px;
        height: 133px;
    }
    h1.title.louisianafireworks,
    .account-card h1.title.louisianafireworks {
        width: 360px;
        height: 222px;
    }
    h1.title.southernboomfireworks,
    .account-card h1.title.southernboomfireworks {
        width: 260px;
        height: 58px;
    }
    h1.title.wholesalefireworks,
    .account-card h1.title.wholesalefireworks {
        width: 248px;
        height: 248px;
    }
}

@media screen and (min-width: 768px) {
    h1.title {
        width: 400px;
        height: 275px;
    }
    h1.title.jakesfireworks {
        width: 346px;
        height: 340px;
    }
    h1.title.americandreamfireworks {
        width: 542px;
        height: 136px;
    }
    h1.title.bomberbrothersfireworks {
        width: 542px;
        height: 181px;
    }
    h1.title.grandslamfireworks {
        width: 542px;
        height: 278px;
    }
    h1.title.louisianafireworks {
        width: 520px;
        height: 320px;
    }
    h1.title.southernboomfireworks {
        width: 543px;
        height: 88px;
    }
    h1.title.wholesalefireworks {
        width: 330px;
        height: 330px;
    }
    .btn,
    input[type="submit"] {
        display: table;
        margin: 0 auto 6px auto;
        padding: 10px 20px 9px 20px;
    }
    input[type="submit"] {
        margin: 12px auto 12px auto;
    }
    fieldset {
        padding: 12px 20px 10px 15px;
    }
    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
        display: inline-block;
        width: 300px;
        margin: 10px 10px 10px 10px;
    }
    select {
        display: inline-block;
        width: 300px;
        font-size: 1rem;
        border: 2px solid rgba(99,66,66,0.3);
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        outline: 0;
        margin: 10px 10px 10px 10px;
        padding: 6px 24px 6px 8px;
    }
    select option {

    }
    form ul {
        text-align: left;
        margin-left: 30%;
        margin-left: -webkit-calc(50% - 216px);
        margin-left: -moz-calc(50% - 216px);
        margin-left: calc(50% - 216px);
    }
    form ul li label {
        display: inline-block;
        width: 130px;
    }
}

@media screen and (min-width: 1025px) {
    h1.title {
        width: 520px;
        height: 358px;
    }
    h1.title.jakesfireworks {
        width: 346px;
        height: 340px;
    }
    h1.title.americandreamfireworks {
        width: 542px;
        height: 136px;
    }
    h1.title.bomberbrothersfireworks {
        width: 542px;
        height: 181px;
    }
    h1.title.grandslamfireworks {
        width: 542px;
        height: 278px;
    }
    h1.title.louisianafireworks {
        width: 520px;
        height: 320px;
    }
    h1.title.southernboomfireworks {
        width: 543px;
        height: 88px;
    }
    h1.title.wholesalefireworks {
        width: 330px;
        height: 330px;
    }
}
