﻿@import url(fontawesome.css);
@import url(all.css);

@font-face {
  font-family: "Larsseit";
  src: url('../webfonts/Web Variations/Larsseit Regular/Larsseit Regular.eot');
  src: url('../webfonts/Web Variations/Larsseit Regular/Larsseit Regular.eot') format('embedded-opentype'),
       url('../webfonts/Web Variations/Larsseit Regular/Larsseit Regular.woff2') format('woff2'),
       url('../webfonts/Web Variations/Larsseit Regular/Larsseit Regular.woff') format('woff'),
       url('../webfonts/Web Variations/Larsseit Regular/Larsseit Regular.ttf') format('truetype');
  font-weight:normal;
  font-style: normal;
}
@font-face {
  font-family: "Larsseit";
  src: url('../webfonts/Web Variations/Larsseit-Italic/Larsseit-Italic.eot');
  src: url('../webfonts/Web Variations/Larsseit-Italic/Larsseit-Italic.eot') format('embedded-opentype'),
       url('../webfonts/Web Variations/Larsseit-Italic/Larsseit-Italic.woff2') format('woff2'),
       url('../webfonts/Web Variations/Larsseit-Italic/Larsseit-Italic.woff') format('woff'),
       url('../webfonts/Web Variations/Larsseit-Italic/Larsseit-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "Larsseit";
  src: url('../webfonts/Web Variations/Larsseit Bold Italic Bold Italic/Larsseit Bold Italic Bold Italic.eot');
  src: url('../webfonts/Web Variations/Larsseit Bold Italic Bold Italic/Larsseit Bold Italic Bold Italic.eot') format('embedded-opentype'),
       url('../webfonts/Web Variations/Larsseit Bold Italic Bold Italic/Larsseit Bold Italic Bold Italic.woff2') format('woff2'),
       url('../webfonts/Web Variations/Larsseit Bold Italic Bold Italic/Larsseit Bold Italic Bold Italic.woff') format('woff'),
       url('../webfonts/Web Variations/Larsseit Bold Italic Bold Italic/Larsseit Bold Italic Bold Italic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}

body {
   background-color:#000;
   font-family: "Larsseit", sans-serif;
   color: #fff;
    line-height: 1.6;
    font-size: 14px;
}
a {
    color:#0b53d0;
}
a:hover, a:active{
  color:  #FF0000;
  text-decoration:none;
}
label {
    font-weight:normal;
    font-size:16px;
}
h2 {
    text-align:center;
    margin:10px 20px;
    padding: 20px;
font-size: 2.4em;
font-weight: bold;
display: block;
color:#FF0000;
}
#offerHeader h1{
    text-align:center;
    margin-bottom:30px;
}
.form-group{
    margin-bottom:12px;
}
#billing, #thank, #problem {
    display:none;
}
 .gift {
     padding: 5px 30px;
 }
 #gift #custInfo {
     padding: 5px 30px;
 }
 .close{
     margin-top:10px;
 }
 .even {
     background-color: #252525;
 }
 .btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}
 #addGiftDiv {
     margin-top:15px;
 }
 #imgVisa, #imgDiscover, #imgMC{
    max-height:40px;
}
.selectdiv:after {
  content: '<>';
  font: 17px "Consolas", monospace;
  font-weight:bold;
  color: #333;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 18px;
  top: 7px;
  padding: 0 0 2px;
  border-bottom: 1px solid #999;
  /*left line */
  position: absolute;
  pointer-events: none;
}
.selectdiv select{
   -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
.btn,  .btn:focus,.xgive.btn:active:focus, .xgive.btn:hover {
    background-color: #FF0000;
    color: #fff;
    outline:none;
    transition: all 0.3s ease 0s;
    border-radius:0;
}
.btn:active:focus, .btn:hover,.xgive.btn, .xgive.btn:focus{
    background-color:#fff;
    outline:none;
    color: #000 !important;
    border: 1px solid #FF0000;
}
#content {
   
    margin-left:auto;
    margin-right:auto;
    display:none;
}
#subDiv, #header, #thank, #problem{
    background-color: #000;
    
}
#subDiv{
    padding-top:10px;
    padding-bottom:15px;
}
#offerHeader p{
    margin: 8px 35px;
    font-size:16px;
}
#thank, #problem {
    text-align:center;
    padding-top:40px;
    padding-bottom:100px;
}
#footer{
   
    font-size: 14px;
    border: none;
    color:#fff;
}
#footer a:link, #footer a:hover{
    color: #fff;
    text-decoration:underline;
}
#footer p{
   
}
/* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 767px) {
        #footer p{
    font-size: 12px;
    line-height:1.8em;
}
    }

.form-control, .input-group-addon {
        background-color:#fafafa;
    border-color:#808080;
    border-radius: 0;
    padding:8px;
}
.i {
    font-style:italic;
}
hr {
    width: 100%;
    height: 2px;
    background-color: #882021;
}
.radio {
    margin-left:30px;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.checkbox-custom + .checkbox-custom-label {
    padding-left: 30px;
    text-indent: -30px;
    
}
.checkbox + .checkbox {
    margin-top: 10px;
}
.checkbox-custom, .radio-custom {
    opacity: 0;
    position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    cursor: pointer;
    display: inline-block;
    margin: 5px 0;
    vertical-align: middle;
}
.checkbox-custom-label, .radio-custom-label {
   
    position: relative;
}
.checkbox-custom + .checkbox-custom-label::before, .radio-custom + .radio-custom-label::before {
    
    background: #fff none repeat scroll 0 0;
    border: 1px solid #000;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    padding: 0;
    text-align: center;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 20px;
    padding-right:2px;
}
.checkbox-custom:checked + .checkbox-custom-label::before {
    background: #FF0000 none repeat scroll 0 0;
    color: white;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-weight:900;
    text-align:right;
    line-height:1.4;
}
.radio-custom + .radio-custom-label::before {
    border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label::before {
    color: #FF0000;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
}
.form-check-input:checked {
  background-color: #FF0000;
  border-color: #FF0000;
}
.small-text span.required-error {
    right: 22px !important;
}
.warning + span {
    display: block !important;
}
.warning {
    border-bottom: 1px solid #eb4511 !important;
}
#perror{
    font-weight:400;
    color:#eb4511;
}
span.required-error {
    position: absolute;
   right: 46px;
    top: 24px;
    background: none;
    width: auto;
    color: #eb4511;
    font-size: 12px;
   
    margin-top: 0;
    display: none;
}

.checkbox-custom.warning + .checkbox-custom-label::before {
    background: #ffeef0 none repeat scroll 0 0 !important;
}
.g-recaptcha.warning {
  border:0 !important;
}
.g-recaptcha.warning iframe {
  border: 3px solid #eb4511 !important;
}
#newsImg {
    border:2px solid #808080;
}
#perror {
    display:none;
    color: red;
}
#custInfo {
    font-size: 16px;
    padding-bottom:15px;
}
#custInfo span {
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        padding:10px;
    }
#promoList{
    display:block;
    font-size: 16px;
    color:#FF0000;
    font-weight:bold;
    padding-top:6px;
}
.b {
    font-weight: bold;
}
.blue {
    color: #3b2389;
}

span.appliedMsg {
    position: absolute;
    right: 26px;
    background: none;
    width: auto;
    color: #FF0000;
    font-size: 12px;
    font-weight:bold;
    margin-top: 0;
    display: none;
    text-align:right;
    top:15px;
}
#promoApplied{
    top: 19px;
}
.form-control, .input-group-text, .form-control[readonly] {
        background-color:#fff;
    border-color:#464c4e;
}

.processMain {
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    padding-top: 40px;
    display: none;
    background-color:#000;

}

    .processMain h2{
        font: 400 14px #FF0000 'Larsseit', sans-serif; 
        text-align: center;
        width:100%;
    }

.processC {
    width: 100%;
    height: 30px;
}

.processing {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

    .processing h2 {
        color: #fff;
        font-size: 25px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }

    .processing h3 {
        color: #fff;
        font-size: 20px;
        text-align: center;
        margin: 0 0 0 0;
        padding: 0 0 0 0;
    }
    .red {color:#FF0000;}