html {
  position: relative;
  min-height: 100%;
}
body {
   margin-bottom: 60px; /* same as footer height */
   background: -moz-linear-gradient(top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0) 50%), url(../img/bg/noise.png);
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.3)), color-stop(50%,rgba(0,0,0,0))), url(../img/bg/noise.png);
   background: -webkit-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%), url(../img/bg/noise.png);
   background: -o-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%), url(../img/bg/noise.png);
   background: -ms-linear-gradient(top, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%), url(../img/bg/noise.png);
   background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%), url(../img/bg/noise.png);
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d000000', endColorstr='#00000000',GradientType=0 );
   background-color: #f4f4f4;
   background-repeat: repeat;

}
body > .container {
   padding: 50px 15px 0;
   background: #fff;
}
body > .container > .row {padding: 15px 10px;}


.banner {
  background:red;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color:#FFF;
  padding: 15px;
}
.banner2 {
  background:#b61307;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  font-style: italic;
  color:#FFF;
  padding: 15px;


background: #b61307; /* Old browsers */
background: -moz-linear-gradient(top,  #b61307 0%, #440602 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b61307), color-stop(100%,#440602)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #b61307 0%,#440602 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #b61307 0%,#440602 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #b61307 0%,#440602 100%); /* IE10+ */
background: linear-gradient(to bottom,  #b61307 0%,#440602 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b61307', endColorstr='#440602',GradientType=0 ); /* IE6-9 */


  
}
.yellow {
  color:yellow;
}


div[class*="col-"] {
  padding-top:15px;
  padding-bottom:15px;
}

.container .text-muted {
  margin: 20px 0;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}

#footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

sup {font-size: 50%; top: -.75em;}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.nmt {margin-top: 0 !important;}
.nmb {margin-bottom: 0 !important;}
.nmr {margin-right: 0 !important;}
.nml {margin-left: 0 !important;}
.nma {margin: 0 !important;}

.npt {padding-top: 0 !important;}
.npb {padding-bottom: 0 !important;}
.npr {padding-right: 0 !important;}
.npl {padding-left: 0 !important;}
.npa {margin: 0 !important;}

.sepl, sepr {
   border: 0px solid rgba(0,0,0,.2);
}
.sepl {border-left-width: 1px;}
.sepr {border-right-width: 1px;}


/*.bg-dark {
   background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url(../img/bg/noise-dark.jpg);
   background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0)), url(../img/bg/noise-dark.jpg);
   background-repeat: repeat;
}*/

.top-hr {
   margin-top: 1em;
   padding-top: 1em;
   border-top: 2px solid #FFF;
   -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
   box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);
}


/* Typography
-------------------------------------------------- */
.page-header {
   padding-bottom: 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
   box-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
   .page-header h1 {
      font-size: 1.625em;
      font-weight: bold;
      text-align: center;
   }
div.sect-title{
   color: #999;
   margin-top: 0.375em;
   margin-bottom: 1.25em;
   padding-bottom: .375em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
   -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
   -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.3);
   box-shadow: 0 1px 0 rgba(255,255,255,0.3);
}
h2.sect-title {
   font-size: 1.75em;
  
   text-transform: capitalize;
   
}

p.lead {
   color: #FF7100;
   margin: 1em 0 .5em;
}

.sc {font-variant:small-caps;}


/* Top navbar
-------------------------------------------------- */
.navbar-brand {
  padding-top:0.25em;
  padding-bottom:0.125em;
}
.navbar-brand img {
}


/* Showcase Section
-------------------------------------------------- */
.showcase {background: url(../img/bg/bg1.png) repeat-x left bottom;}



/* Video Section
-------------------------------------------------- */
.video-section {
   margin-top: 1.5em;
   height: 100%;
   max-height: 258px;
}
.video-section iframe {
   width: 100%;
   height: 100%;
}


/* Icons
-------------------------------------------------- */
.safe-icons img {
   height: 3.75em;
   width: auto;
   float: left;
   margin-right: 0.375em;
   border: 1px solid #ccc;
}


/* Callout
-------------------------------------------------- */
.callout {
   margin: 20px 0 0;
   padding: 5px 20px;
   background-color: #F4F8FA;
   border-left: 3px solid #FF7100;
}


/* classyForm
-------------------------------------------------- */

form label {
    display: block;
    float: left;
    margin-top: 10px;
    width: 130px;
    color: #000;
}
form input, form button, form select, form textarea {
    display: block;
    height: 2.375em;
    margin: 7px;
    font-weight: normal;
    color: #000;
}
form #phone input, form #ccexpire select {display:inline-block;}


#classyFormTitleOrder, #classyFormTitleShip, #classyFormTitle {
    font-size: 1.5em;
    font-weight: bold;
    color: #39C;
    margin-top: 16px;
}

#cc_message {
    font-weight: bold;
    color: #39C;
    margin-top: 40px;
}
.big_red
{
  font-size: 5em !important;  
  color: red;
}
#sadd2{
 margin-top: -20px;
 margin-left: 130px;
}
#scountry{
  width:156px;
}
#zip_label{
  font-size: 14px;
}

/* Media Queries
-------------------------------------------------- */
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }

@media (min-width: 768px) {
}

@media (min-width: 992px) {
   .video-section {max-height: 260px;}
}

@media (min-width: 1200px) {
   .video-section {max-height: 312px;}
}