html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background-color: #2D2D2D;
}
.sub-header {
    font-size: 14pt !important;
    line-height: 1.4em;
}
.header {
    letter-spacing: 1px;
}
.clearfix {
    clear: both;
}

.hide {
    display: none;
}

.rez-container {
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

@media (min-width:1200px){
    .gift-card-back.gift-card-s {
        margin-left: 0;
        width: 380px;
    }
    .col-xs-12.col-lg-10.col-lg-offset-1.col-frame.card-img{
        padding:0 5px;
    }

    .personalized-card__proof div:nth-child(2) {
        border-left: 0;
    }
}

@media(max-width: 900px) {
    .rez-container {
        width: 720px;
    }
}
@media (max-width: 720px) {
    .rez-container {
        width: 300px;
    }
}

h1, h2, h3, h4, h5, h6, p, label, span, li, a, button, td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

form input[type="text"], form input[type="password"], form textarea {
    display: block;
}
form a {
    text-decoration: none;
    color: inherit;
}
section#final-proof {
    background-color: #272828;
}

header {
    text-align: center;
    margin: 0 auto;
    font-size: 14pt;
    padding: 10px 0;
    position: static;
}
@media(max-width: 720px) {
    header {
        height: 90px;
    }
}

button:focus, a:focus {
    outline-color: #262626;
}

section .rez-container {
    padding-top: 50px;
    padding-bottom: 70px;
}

.button {
    margin-top: 40px;
    display: inline-block;
    padding: 8px 40px;
    background-color: #3F3F3F;
    font-size: 18pt;
    font-weight: 200;
}

header {
    background-color: #262626;
    /*height: 70px;*/
    width: 100%;
    z-index: 999;
    padding: 0;
}

@media(max-width: 720px) {
    header {
        padding: 1px 0;
        height: 90px;
    }
}
header .rez-container {
    height: 100%;
}
header > .rez-container {
    height: 70px;
}
header .logo {
    float: left;
    padding: 7px;
}
header #phone, header .header-links {
    color: #d9d9d9;
    font-size: 12pt;
    float: right;
    padding: 26px 20px;
    text-decoration: none;
    cursor: pointer;
}
@media (max-width: 1280px) {
    header #phone, header .header-links {
        /*margin-right: 20px;*/
        margin-right: 0;
    }
}
@media (max-width: 720px) {
    header #phone, header .header-links {
        margin: 10px 0;
        display: block;
        float: none;
        text-align: right;
        padding: 0;
    }
}

#contact-us-link {
    width: 83px;
}
@media (max-width: 720px) {
    #contact-us-link {
        width: auto;
    }
}
#phone {
    width: 53px;
}
@media (max-width: 720px) {
    #phone {
        width: auto;
    }
}

#sub-header {
    background-color: #2D2D2D;
    background-image: url("../images/card.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.page-title {
    font-size: 22pt;
    margin: 40px auto;
    letter-spacing: 4px;
    font-weight: 300;
    color: white;
}
.sub {
    color: white;
    font-size: 17pt;
    font-weight: normal;
}
.btn-container,
.input-container {
    text-align: center;
    margin-top: 40px;
}

.continue, .gold-btn {
    background-color: #A27127;
    color: white;
    padding: 10px 40px;
    text-decoration: none;
    letter-spacing: 0.14em;
    border-radius: 4px;
    font-size: 10pt;
}
.edit-btn {
    float: right;
    background-color: #5D5D5D;
    color: white;
    padding: 10px 40px;
    letter-spacing: 0.08em;
    border-radius: 4px;
    font-weight:500;
    font-size: 10pt;
    text-decoration: none;
}

.form-container {
    vertical-align: top;
}

.form-container .form-section {
    margin-top: 30px;
}
.form-container .form-section:first-child {
    margin-top: 0;
}
.form-container .form-section label {
    color: #D3D2D3;
    text-align: left;
    display: block;
    font-size: 12pt;
    margin-bottom: 10px;
}

.form-container .form-section select,
.form-container .form-section input[type="text"],
.form-container .form-section input[type="email"] {
    background-color: #545454;
    color: #CFD8D8;
    border: none;
    margin: 10px 0;
    font-size: 12pt;
    padding: 7px 0 7px 10px;
    width: 387px;
    text-align: left;
    display: block;
}

.form-container .form-section select {
    margin-right: 0;
    width: 397px;
}

select {
    height: 32px;
    border-radius: 0px;
    background-color: #545454;
    color: #CFD8D8;
    border: none;
    margin: 10px auto;
    font-size: 12pt;
    padding: 7px 0 7px 10px;
    text-align: center;
    display: block;
    width: 387px;
}

.select-container {
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.select-container select {
    width: 300px;
}
.select-container label {
    text-align: left;
    display: block;
    color: #d3d3d3;
}

.form-container .form-section textarea {
    background-color: #545454;
    color: #CFD8D8;
    border: none;
    margin: 10px 0;
    font-size: 12pt;
    padding: 7px 10px 7px 10px;
    width: 377px;
    text-align: left;
    display: block;
    resize: none;
    height: 200px;
    line-height: 1.3em;
}
section#proof-card {
    background: #272828;
}

.personalised-address-submit {
    background-color: #A27127;
    color: white;
    padding: 10px 40px;
    text-decoration: none;
    letter-spacing: 0.14em;
    border-radius: 4px;
    font-size: 10pt;
}

.personalised-proofOk-submit {
    background-color: #A27127;
    color: white;
    padding: 10px 40px;
    text-decoration: none;
    letter-spacing: 0.14em;
    border-radius: 4px;
    font-size: 10pt;
}

.personalised-cart-submit {
    background-color: #A27127;
    color: white;
    padding: 10px 40px;
    text-decoration: none;
    letter-spacing: 0.14em;
    border-radius: 4px;
    font-size: 10pt;
}

.personalised-custom-cart-submit{
    background-color: #A27127;
    color: white;
    padding: 10px 40px;
    text-decoration: none;
    letter-spacing: 0.14em;
    border-radius: 4px;
    font-size: 10pt;    
}

.personalised-approve-continue {
    background-color: #A27127;
    color: white;
    padding: 10px 40px;
    text-decoration: none;
    letter-spacing: 0.14em;
    border-radius: 4px;
    font-size: 10pt;
}

.accessories-title-content {
    color: #d8d8d8;
    text-align: center;
    font-size: 16px;
}

.accessories-quantity-text {	
    color: #ffffff;
    font-size: 12pt;
    text-align: center;
}
.gold-btn {
    font-size: 9pt;
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
    /* Styles */
    .front-frame,.back-frame{
        width:300px!important;
    }

}
img{width:100%}
.front-frame{width:100%}
#custom-card {
    background-color: #1c1c1c;
}
.gold-btn {
    font-size: 9pt;
}