.gvs-container
{
        background-color: #e8e8e8 !important;
	background-attachment: fixed;
        color:#595959 !important; 
        font-size: 15px !important;
        overflow: hidden !important;
        font-weight: 300 !important;
        font-family: 'Raleway', sans-serif !important;
        border-radius: 8px;
  
}

p.charge-warning, p.form-note {
	color: #755B15 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        text-transform: capitalize;
	font-family: 'Open Sans', sans-serif !important;
}
span.required, p.char-count, p.charge-warning, p.form-note {
    color: #755B15 !important;
    font-weight: 600  !important;
    text-transform: capitalize;
    font-size: 14px !important;
    font-family: 'Open Sans', sans-serif !important;
}

body {
       font-family: 'Open Sans', sans-serif !important;
	font-size: 17px !important;
        font-weight: 500 !important;
	color:#979797 !important; 
        background-color: #251600 !important;
	
	
}

a, a:hover, .VoucherPackage h2 {
	color:#595959 !important;
        font-weight: 100 !important; 
        font-family: 'Open Sans', sans-serif !important;
	font-size: 18px;
}

h1, h2 {
	color:#595959 !important;
        font-family: 'Raleway', sans-serif !important;
        font-weight: 300 !important;
        display: block;
        line-height: 50px;
        font-size: 24px !important;
}

.step-form h2 {
    font-size: 24px !important;
    line-height: 50px;
    font-family: 'Raleway', sans-serif !important;
    font-weight: 400 !important; 
    color:#595959 !important
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 3px solid #27343d !important;

}

.body_TextBigger, #voucher-description, p {
	font-size: 17px !important; 
     font-family: 'Open Sans', sans-serif !important;
    font-weight: 400 !important;
 
}

.VoucherPackage {
	border-top: 3px solid #27343d  !important;
        font-family: 'Open Sans', sans-serif !important;
        font-size: 17px !important;
        color:#000000 !important; 
        font-weight: 400 !important;
}

a.button, input.button {
        font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
        font-weight: 400;
        background: #241500 !important;
        color: #E6CF94 !important;
        border: 1px solid #E6CF94 !important;
      
}

a.button:hover, input.button:hover {
        font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
        font-weight: 400;
        background: #241500 !important;
        color: #E6CF94 !important;
        border: 1px solid #E6CF94 !important;
}

input.button.success {
        font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
        font-weight: 400;
        background: #241500 !important;
        color: #E6CF94 !important;
        border: 1px solid #E6CF94 !important;
  
}

input.button.success:hover {
        font-family: 'Open Sans', sans-serif !important;
	font-size: 18px !important;
        font-weight: 400;
        background: #241500 !important;
        color: #E6CF94 !important;
        border: 1px solid #E6CF94 !important;
}

input.button.success:disabled, input.button.success:disabled:hover, input.button.success:active,  input.button.success:focus {
	background-color: #241500!important;
        color: #E6CF94 !important;
        font-weight: 400;
        font-size: 18px !important;
        font-family: 'Open Sans', sans-serif !important;
        border: 1px solid #E6CF94 !important;
}


input.buy-now-button {
    font-size: 18px !important;
    font-weight: 400;
	padding-bottom: 0.5em !important;
}

/* steps */


header .step.active {
	color:#755B15 !important;
        font-family: 'Raleway', sans-serif !important;
        text-transform: uppercase;
        font-size: 14px !important;
        font-weight: 400;
}
header .step.active .step-number {
    border-color:#755B15 !important;
    font-family: 'Raleway', sans-serif !important;
    text-transform: uppercase;
    font-size: 14px !important;
    font-weight: 400;
}

header .step.complete {
	color: #000000 !important;
        font-family: 'Raleway', sans-serif !important;
        text-transform: uppercase;
        font-size: 14px !important;
        font-weight: 400;
}

header .step.complete .step-number {
    border-color: #000000 !important;
    font-size: 14px !important;
    text-transform: uppercase;
   font-family: 'Raleway', sans-serif !important;
    font-weight: 400;
}

footer {
	background-color: #251600 !important;
}