/* General */

#wrapper {
  min-width: 320px !important;
    background-color: #f2f2f2;
}
#header {
    background-color: white;
}
#header-lists {
    background-color: white;
}
#hero2 img {
    width: 25%;
}
#main .section-title {
  position: relative;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans Condensed', 'Helvetica Narrow', arial, helvetica, sans-serif;
}

#main .section-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-top: 1px solid #999;
}

#main .section-title span {
  position: relative;
  display: inline-block;
  padding: 5px 30px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  background: #FFF;
  z-index: 2;
}

#main .section-intro {
  padding: 15px 30px 30px 30px;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.8;
  font-weight: 400;
}

#main .section-intro h3 {
  margin: 0 0 15px 0;
  font-size: 20px;
}

#main .section-intro h4 {
  margin: 0 0 15px 0;
  font-size: 16px;
}

#main .section-intro p {
  margin-bottom: 15px;
}

#main .section-intro p:last-child {
  margin-bottom: 0;
}

#main .section-intro.text-center {
  text-align: center;
}

#main .section-video {
  margin: 0 auto;
  padding: 0px;
  max-width: 800px;
}

#main .section-video-double {
  max-width: none;
}

#main .section-video .col-6 .inner {
  margin-left: 15px;
  margin-right: 15px;
}

#main .section-video .inner {
  position: relative;

}

#main .section-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#main .section-disclaimer {
  padding: 0 30px 30px 30px;
  color: #666;
  text-align: center;
}

#main .section-action {
  padding: 15px 0 30px 0;
  text-align: center;
font-size: 25px;
}

#main .section-action .btn {
  display: inline-block;
  float: none;
  padding: 10px 30px;
  font-size: 25px;
  background: #F90;
  border-color: #F90;
  cursor: pointer;
}

#main .section-action .btn:hover {
  background: #F80;
  border-color: #F80;
}

#main .section-action .btn .fa {
  margin-left: 5px;
}

#main .section-wrap {
  margin: 0px;
    
}

#main .table-responsive {
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

#main .section-table {
  width: 100%;
  max-width: 100%;
  font-size: 14px;
}

#main .section-table th {
  padding: 10px 15px;
  background: #F7F7F7;
  text-align: left;
  min-width: 130px;
}

#main .section-table td {
  padding: 10px 15px;
  border-bottom: 1px solid #EFEFEF;
}

.modal {
  display: none;
}

#expired-modal .modal-dialog {
  width: auto;
  max-width: 560px;
}

#expired-modal .alert .msg-red {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  background-color: #C00;
  border-color: #C00;
}

#expired-modal .alert .msg-red .fa {
  margin-right: 5px;
}

#expired-modal .modal-body p {
  margin-top: 15px;
}


        /* LP Hero */

#main #hero {
    display: block;
  margin: 0px;
border-bottom: 0px !important;
    width: 100%;
    z-index: -1;
}

#main #hero img {
  display: block;
  margin: 0 auto;
    z-index: -1;
}
#main #herom img {
  display: block;
  margin: 0 auto;
}

/* Product Listing */

#main .item-grid .row {
  position: relative;
  margin: 0;
  font-size: 0;
z-index: 1;
}

#main .item-grid .row:before {
  content: '';
  position: absolute;
  overflow: hidden;
  background: #FFF;
  bottom: 0;
  width: 100%;
  height: 1px;
  z-index: 9;
}

#main .item-grid .col-3,
#main .item-grid .col-4,
#main .item-grid .col-6,
#main .item-grid .col-12 {
  display: inline-block;
  float: none;
  font-size: 13px;
  vertical-align: top;
  box-sizing: border-box;
}

#main .item-grid .items {
  position: relative;
  margin: 15px 0;
  padding: 15px 30px;
  height: auto;
  border-bottom: 0;
}

#main .item-grid .items:after {
  content: '';
  position: absolute;
  overflow: hidden;
  background: #EFEFEF;
  top: 0;
  margin-left: -30px;
  width: 1px;
  height: 100%;
}

#main .item-grid .col-3:nth-child(4n+1) .items:after,
#main .item-grid .col-4:nth-child(3n+1) .items:after,
#main .item-grid .col-6:nth-child(2n+1) .items:after {
  width: 0;
}

#main .item-grid .item-img {
  margin-bottom: 10px;

    
}

#main .item-grid .item-img a {
  border-bottom: 0;
}

#main .item-grid .item-img img {
  display: block;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
  height: auto;
}

#main .item-grid .item-desc {
  margin-bottom: 10px;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
}

#main .item-grid .item-desc a {
  border-bottom: 1px solid transparent;
}

#main .item-grid .item-desc a:hover {
  border-bottom: 1px solid #F90;
}

#main .item-grid .item-bullet ul {
  margin: 0 0 15px 0;
  height: 60px;
}

#main .item-grid .item-bullet li {
  padding: 0 0 0 10px;
  max-height: 20px;
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 13px;
  background: url(https://promotions.newegg.com/template/us/imgs/listStyle.gif) no-repeat left center;
  white-space: nowrap;
  overflow: hidden;
}

#main .item-grid .item-price {
  overflow: hidden;
}

#main .item-grid .item-price .space {
  height: 16px;
}

#main .item-grid .item-price .originalPrice {
  height: 16px;
  font-size: 12px;
  color: #666;
  text-decoration: line-through;
}

#main .item-grid .item-price .finalPrice {
  height: 28px;
  font-size: 20px;
  font-weight: bold;
}

#main .item-grid .item-price .mapPricing {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  height: 28px;
  font-size: 20px;
  font-weight: bold;
  background: none;
  text-align: left;
}

#main .item-grid .item-price .mapPricing a {
  color: #012D6B;
}

#main .item-grid .item-price-now sup {
  position: relative;
  top: -7px;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

#main .item-grid .item-promo {
  position: relative;
  margin: 20px 0 0 0;
  text-align: center;
  height: 50px;
}

#main .item-grid .item-promo .item-promo-title {
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
}

#main .item-grid .item-promo .item-promo-title span {
  display: inline-block;
  padding: 0 10px;
  background: #FFF;
  color: #777;
  font-size: 10px;
  text-transform: uppercase;
}

#main .item-grid .item-promo .item-promo-code {
  padding: 18px 15px 15px 15px;
  border: 1px solid #EFEFEF;
  color: #F80;
  font-size: 14px;
  font-weight: bold;
}

#main .item-grid .item-action {
  margin: 15px 0 0 0;
}

#main .item-grid .item-action .btn-action {
  color: #012D6B;
  background: #FFF;
  border: 1px solid #012D6B;
}

#main .item-grid .item-action .btn-action:hover {
  color: #FFF;
  background: #012D6B;
  border: 1px solid #012D6B;
}

#main .item-grid .item-action .fa {
  margin-left: 5px;
}

#main .item-list .items:after {
  display: none;
}

#main .item-list .col-6 .items:after {
  display: block;
}

#main .item-list .item-desc {
  height: auto;
}

#main .item-list .item-group-left {
  float: left;
  width: 240px;
}

#main .item-list .item-group-center,
#main .item-list .item-group-right {
  margin-left: 300px;
}

#main .item-list .col-6 .item-desc {
  height: 60px;
}

#main .item-list .col-6 .item-group-left {
  float: left;
  width: 180px;
}

#main .item-list .col-6 .item-group-center,
#main .item-list .col-6 .item-group-right {
  margin-left: 210px;
}

/* Informations */

#main .info-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#main .info-group .informations {
  box-sizing: border-box;
    background-color:rgba(250,250, 250, 0.3);
    
}

#main .informations .info-img {
  float: left;
  margin: 0 20px 10px 0;
  width: 100px;
}

#main .informations .info-title {
  margin-bottom: 30px;
  font-size: 22px;
    text-align: center;
    font-weight: 700;
    
}

#main .informations p {
  margin-bottom: 15px;
  font-size: 14px;
}

#main .informations ul li {
  margin-left: 15px;
  margin-bottom: 8px;
  list-style: disc;
}

#main .informations ol li {
  margin-left: 15px;
  margin-bottom: 8px;
  list-style: decimal;
}

/* Informations */

#main .section-form {
  padding: 30px;
}

#main .section-form .intro {
  margin-bottom: 15px;
}

#main .section-form .intro em {
  color: #C00;
  font-weight: bold;
}

#main .section-form .form-label {
  font-weight: bold;
}

#main .section-form .form-required em {
  margin-left: 5px;
}

#main .section-form .row {
  margin: 0 -8px;
}

#main .section-form .form-content {
  position: relative;
}

#main .section-form .form-box {
  position: relative;
}

#main .section-form .prompt {
  position: absolute;
  padding: 8px 10px;
  color: #AAA;
}
.footer-main {
    background-color: #f2f2f2;
}
#main .section-form .form-control {
  width: 100%;
  box-sizing: border-box;
}

#main .section-wrap .section-form .section-action {
  background: none;
}

#main .section-wrap .error-list li {
  margin-left: 15px;
  margin-top: 8px;
  list-style: disc;
}

/* Responsive */

@media(max-width: 1600px) {
#bgbg {
   background-image: url(../imgs/bg.jpg);
background-size: 100%;
height: 1340px !important;
display: block;
background-repeat: no-repeat;
    }
}
@media(max-width: 1070px) {
#bgbg {
    background-image: url(../imgs/bg.jpg) !important;
background-size: 100%;
height: 1200px !important;
display: block;
    }
}
@media(max-width: 980px) {
#bgbg {
    background-image: url(../imgs/bg.jpg) !important;
background-size: 100%;
    background-repeat: no-repeat;
height: 1120px !important;
display: none;
    }
}
@media(max-width: 768px) {
#bgbg {
    background-color: white !important;

height: 0px !important;

    }
}

@media(max-width: 1100px) {

}
@media(max-width: 1024px) {

#prizes2 {
        float: left !important;
width:  31.5% !important;
    padding-right: 1%  !important;
padding-top: 0px !important;
    position: relative;
}

}
@media(max-width: 1110px) {
    #wrapper #main {
        padding: 0px !important;
        background-color: white;
height: auto;
 overflow:auto;
    }
}
@media(max-width: 1057px) {
    #wrapper #main {
        padding: 0px !important;
        background-image: url(//images/imgs/bg.jpg);
    }
}
@media(max-width: 815px) {
    #wrapper #main {
        padding: 0px !important;
        background-image: url(//images/imgs/bg.jpg);
    }
}
@media(max-width: 1310px) {
    #wrapper #main {
        padding: 0px !important;
        background-image: url(//images/imgs/bg.jpg);
    }
}
@media (max-width: 1000px) {
  #main .item-grid .col-3 {
    width: 50%;
  }
  #main .item-grid .col-3:nth-child(4n+1) .items:after {
    width: 1px;
  }
  #main .item-grid .col-3:nth-child(2n+1) .items:after {
    width: 0;
  }
  #main .item-list .item-group-left {
    width: 240px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 270px;
  }
  #main .item-list .col-6 {
    width: 100%;
  }
  #main .item-list .col-6 .items:after {
    display: none;
  }
  #main .item-list .col-6 .item-group-left {
    width: 240px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 270px;
  }
  #main .item-list .col-6 .item-desc {
    height: auto;
  }
  #footer .footer-nav .footer-subscribe {
    display: block;
  }
  #footer .footer-nav .footer-subscribe p {
    margin: 15px;
  }
  #footer .footer-nav .footer-subscribe .input-group {
    margin: 0 15px;
  }
}
@media (min-width: 768px) {
#barbar2 {
margin-top: 2% !important;
margin-left: 5% !important;
    width: 90%;
 text-align: center; 
font-size: 2em;
float: left;
}
#herom {
    margin: 0 -15px 30px -15px;
    display: none !important;
    width: 100%;
    }
#Reward {
    border-radius: 0px;
    background: #f2f2f2;
    margin: 1.6% !important; 
    float: right;
margin-right: 5% !important;
    width: 42% !important;
    height: auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);  
}


#RewardH {

    background-color: #003a58;
    text-align: center;
    padding: 2px;
    font-size: 2em;
    border-radius: 0px 0px 0px 0px;
    
color: white;

}

#RewardG {
    color: #5b5b5b;
    text-align: center;
padding: 15px;
font-size: 1.2em;
}

#RewardG2 {

}

#featured {
    display: block !important;
    width: 45%;
    padding-left: 5%;
padding-top: .5%;

float: left;
}
#main #hero {
    display: block !important;
  margin: 0px;
border-bottom: 0px !important;
    width: 100%;
    z-index: -1;
}

#barbar {
    margin-left: 5% !important; 
    margin-top: 2% !important; 
    margin-bottom: 0px !important;
    width: 90%;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: #cbcbcb;   

float: left;
}
#formcontainer {
    float: right;
    border-radius: 5px;
    background: #f2f2f2;
    margin: 2% !important; 
     margin-left: 5% !important; 
      margin-right: 5% !important; 
    width: 86%;
    padding: 2%;
    height: auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1); 

}
}
@media (max-width: 768px) {


  #wrapper div#main {
    padding-top: 0; 
      position: relative;
  }
#hero2 img {
    width: 50%;
}

  #main .section-intro {
    padding: 15px;
  }

  #main .item-grid {
    margin: 0 -15px 15px -15px;
    background: #FFF;

  }
  #main .item-grid .col-4 {
    width: 50%;
  }
  #main .item-grid .col-4:nth-child(3n+1) .items:after {
    width: 1px;
  }
  #main .item-grid .col-4:nth-child(2n+1) .items:after {
    width: 0;
  }
  #main .section-form > .col-7,
  #main .section-form > .col-4 {
    float: none;
    width: 100%;
  }
  #main .section-form {
    padding: 15px; 
  }
}

@media (max-width: 640px) {
  #wrapper div#main {
    background: #FFF;
  }
  #footer .footer-subscribe h6 {
    display: none;
  }
  #footer .footer-subscribe #footer-subscribe-succeed.alert {
    margin: 0 15px 15px 15px;
  }
  #main .section-wrap {
    margin-bottom: 15px;
  }

  #main .item-grid {
    margin: 0 -15px;
    background: #FFF;
  }
  #main .section-title {
    margin: 0;
    padding: 0;
  }
  #main .section-title span {
    font-size: 20px;
  }
  #main .section-intro {
    margin:  0 -15px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
  }
  #main .section-disclaimer {
    padding: 0 0 15px 0;
  }
  #main .section-action {
    padding: 15px;
    text-align: center;
  }
  #main .section-action .btn {
    padding: 8px 16px;
    font-size: 14px;
  }
  #main .section-form {
    margin: 0 -15px;
    padding: 15px 15px 0 15px;
  }
  #main .section-form > .col-7 .col-4 {
    width: 50%;
  }
  #main .section-video {
    padding-bottom: 15px;
  }
  #main .section-intro h3 {
    font-size: 16px;
  }
  #main .informations .info-title {
    font-size: 14px;
  }
  #main .informations .info-img {
    float: none;
    margin: 0 0 15px 0;
  }
  #main .section-intro h4 {
    font-size: 14px;
  }
  #main .item-grid .items {
    padding: 0 15px;
    margin-left: 10px;
  }
  #main .item-grid .items:after {
    margin-left: -15px;
  }
  #main .item-grid .item-img img {
    max-width: 160px;
  }
  #main .item-grid .item-action .btn-action {
    font-size: 12px;
  }
  #main .item-list .item-group-left {
    width: 160px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 190px;
  }
  #main .item-list .col-6 .item-group-left {
    width: 160px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 190px;
  }
  #expired-modal .modal-dialog {
    margin: 0 15px;
  }
}
@media (max-width: 640px) {


#prizes2 {
    padding-top: 5% !important;
    float: left !important;
width: 70% !important;
    padding-left: 15% !important;
    position: relative;
}
}
      #main #herom {
    margin: 0 0px 0px 0px;
      display: block;
    width: 100%;

  }
  #main #hero {

      display: none;
    width: 100%;

  }
}
}
@media (max-width: 414px) {
  #main .item-list .item-group-left {
    width: 120px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 145px;
  }
  #main .item-list .col-6 .item-group-left {
    width: 120px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 145px;
  }
}

@media (max-width: 375px) {
  #main .item-list .item-group-left {
    width: 80px;
  }
  #main .item-list .item-group-center,
  #main .item-list .item-group-right {
    margin-left: 100px;
  }
  #main .item-list .col-6 .item-group-left {
    width: 80px;
  }
  #main .item-list .col-6 .item-group-center,
  #main .item-list .col-6 .item-group-right {
    margin-left: 100px;
  }
}


}

#hero-image {

display: block;

}

#hero2 {
    display: block;
  margin: 0px;

    width: 100%;
    z-index: -1;}

#hero-image2 {
    display: block;
    margin: 0 auto;
}

a#3colimg {
    width: 100%;
    border-bottom: 0px !important;
}

.prodtitle {
    font-size: 18px;
    padding: 15px 0px;
}

.proddesc {
    font-size: 15px !important;
    padding-bottom: 15px;
}

.info-action {
    font-size: 16px;
    font-weight: 700;
}

a.3colimg {
    border-bottom: 0px !important;width: 100%;
    margin: 0 auto;
    align-content: center;
    display: block;
    text-align: center;

}

#bgbg {
    background-image: url(../imgs/bg.jpg);
background-size: 100%;
height: 1400px;
display: block;
background-repeat: no-repeat;
}




#prizes2 {
        float: right;
width: 39%;
    padding-right: 3%;
padding-top: 1.8%;
    position: relative;
}


#barbar {
    margin: 5%; 
    width: 90%;
    border-bottom: 2px;
    border-bottom-style: solid;
    border-color: #cbcbcb;   

float: left;
}

#formcontainer {
    float: right;
    border-radius: 5px;
    background: #f2f2f2;
    margin: 5%; 
    width: 86%;
    padding: 2%;
    height: auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1); 

}


#Reward {

    border-radius: 0px;
    background: #f2f2f2;
    margin: 5%; 
margin-top: 15px;
    width: 90%;
    height: auto;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);  
}
#Reward:hover {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

#RewardH {

    background-color: #003a58;
    text-align: center;
    padding: 2px;

    font-size: 2em;
    border-radius: 0px 0px 0px 0px;
color: white;
}

#RewardG {
    color: #5b5b5b;
    text-align: center;
padding: 15px;
font-size: 1.2em;
}

#RewardG2 {

}

#featured {
    display: none;
}

#Rewardpic {
width: 20%;
    float: left;
    display: block;
height: auto;
    overflow: auto;
}

#Rewardpic2 {
    width: 100%;
        float: left;
    display: block;
}

#barbar2 {
margin-left: 5%;
    width: 90%;
 text-align: center; 
font-size: 2em;
float: left;
}

#twittercontainer {
    width: 100%;
    display: block;
    height: 40px;
    padding-top: 15px;
float: left;
}

div {
    
}

.fb-share-button {
    float: left;
    display: block;
    width: auto;
    height: 40px;
padding-top:15px;
}

#tweet {
        float: left;
    display: block;
    width: ;
    height: 40px;
    padding-right:15px;
padding-top: 15px;
}


    #tweet2 {
            float: left;
    display: block;
    width: 96%;
    height: auto;
padding: 2%;
padding-top: 0;
color: darkslategray;
        font-size: 1wpx;

margin: 0;

}
