@media (max-width: 978px) {
  *{
    padding:0px;
    margin: 0px;
  }
    .container {
      padding:0;
      margin:0;
    }

    body {
      padding:0;
    }

    .navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
      margin-left: 0;
      margin-right: 0;
      margin-bottom:0;
    }
}
@media screen and (max-width: 768px) {
body, div.container{
  margin:0 auto
  }
}
.container {
  margin: 0 auto;
  max-width: 978px;
}
body{
  background:#DFE2DB;
}
.tophead{
  background:#fd3636;
  color:#FFFFFF;
}
.headers{
  background:#dad5d5;
}
li{
  list-style-type: none;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 10px 10px;
  margin: 0;
  color: #FFFFFF;
  line-height:;
  display: inline-block;
  font-size:14px;
  font-weight: 500;
  transition: .1s background-color;
}
.navbar-inverse .navbar-nav > li > a:hover{
  background-color: red;
  color: #FFFFFF;
}
.navbar-brand {
    text-transform: uppercase;
    letter-spacing: 0px;
}
.navbar-nav {
    text-transform: uppercase;
    font-weight: 00;
    letter-spacing: 1px;
}
.navbar {
    border-radius: 0;
    border-bottom: 6px solid red;
}
.navbar {
    min-height: 0;
}
.navbar-nav {
        display: table;
        float: none;
        margin: 0 auto;
        table-layout: fixed;
        font-size: 12px;
}
.main{
  background: #FFFFFF;
}
.m-20{
  margin-top: -20px;
}
.m10{
  margin-top: 10px;
}
.mt{
  margin-bottom: 5px;
}
.m20{
  margin-top:20px;
}
.m-30{
  margin-top: -30px;
}
.footer{
  background:#4c4a4a;
}
#footer {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #574621;
}

#footer ul {
  text-align: center;
}
#footer li {
  display: inline;
  list-style-type: none;
  line-height: 44px;
}

#footer li a {
  color: #B0DD98;
  text-decoration: none;
  padding:0px 10px 0px 10px;
  text-transform: uppercase;
}
#footer li a:hover{
  color:yellow;
  text-decoration: underline;
}
.pad{
  padding:0px;
}
.tw{
  color:#000000;
}
.flink{
  color:#FFFFFF;
}
.flink:hover{
  color:#D17592;
}
.fff{
  color:#ffffff;
}
.shadow{
  border:2px solid #fff; 
  -moz-box-shadow: 0px 6px 5px #ccc; 
  -webkit-box-shadow: 0px 6px 5px #ccc; 
  box-shadow: 0px 6px 5px #ccc; 
  -moz-border-radius:10px; 
  -webkit-border-radius:10px; 
  border-radius:10px;
}
.opt-bg{
  padding:4px;
  background:#dad5d5;
  color:#000000;
}
.panel{
  margin-top: 20px;
}
th{
  text-align: center;
}
td{
  text-align: center;
}
.footnav{
  color:#FFFFFF;
  margin-top: 30px;
  text-align: center;
  font-size: 16px; 
}
.fclr{
  color: #D17592;
}
.bgfoot{
  background:#fd3636;
  color:#FFFFFF;
  letter-spacing: 3px; 
}
.headfq{
  color:#FFFFFF;
}
.headfq:hover{
  text-decoration: none;
  color:#FFFFFF;
}
.tsize{
  font-size: 16px;
}



.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12)
}
.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12)
}
.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}
.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2)
}
.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2)
}

.h-bord{
  border:2px solid #000000;
}

.fqu {

  -webkit-animation: fquflicker 2s infinite; /* Safari 4+ */

  -moz-animation:    fquflicker 2s infinite; /* Fx 5+ */

  -o-animation:      fquflicker 2s infinite; /* Opera 12+ */

  animation:         fquflicker 2s infinite; /* IE 10+, Fx 29+ */

}

@-webkit-keyframes fquflicker {

  0%   { background-color: #199307; }

  50% { background-color: #c80210; }

  100% { background-color: #199307; }

}

@-moz-keyframes fquflicker {

  0%   { background-color: #199307; }

  50% { background-color: #c80210; }

  100% { background-color: #199307; }

}

@-o-keyframes fquflicker {

  0%   { background-color: #199307; }

  50% { background-color: #c80210; }

  100% { background-color: #199307; }

}

@keyframes fquflicker {

  0%   { background-color: #199307; }

  50% { background-color: #c80210; }

  100% { background-color: #199307; }

}

/* Header: Blue background, white text */
.pricing-table thead th {
  background-color: #fd3636 !important;
  color: #ffffff !important;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ccc;
}

/* Row cells: white background, right-aligned prices */
.pricing-table td {
  background-color: #ffffff !important;
  color: #000 !important;
  text-align: right;
  border: 1px solid #ccc;
  padding: 8px;
}



/* Reset Bootstrap's built-in striping */
.pricing-table.table-striped tbody tr:nth-of-type(odd),
.pricing-table tbody tr:nth-of-type(odd) {
  background-color: #ffffff !important; /* fallback base */
}

/* Custom zebra striping: alternate rows */
.pricing-table tbody tr:nth-of-type(even) td:not(:first-child) {
  background-color: #ffffff !important; /* light gray stripe */
}

